thierrygosselin / radiator

RADseq Data Exploration, Manipulation and Visualization using R
https://thierrygosselin.github.io/radiator/
GNU General Public License v3.0
58 stars 23 forks source link

Work around for .DynamicClusterCall error #189

Closed greavess closed 3 months ago

greavess commented 3 months ago

This should address issue #178. Radiator was not setting parallel = parallel.core in some invocations of SeqArray::seqApply(), so the recommended fix was not working in some situations. I also fixed another bug I found because I was testing with a file that had individuals with 100% missing data, which seems to be the same problem in #58 - it does properly filter them, this was just a problem in the if statement during graphing.