uqrmaie1 / admixtools

https://uqrmaie1.github.io/admixtools
71 stars 14 forks source link

Update tutorial page 'parallelization' #41

Open Banthandor opened 1 year ago

Banthandor commented 1 year ago

Hi,

First of all, many thanks for developing and maintaining this software.

I wanted to use batchtools to run multiple find_graphs(). However, it seems that the find_graphs() function used in the example is now called find_graphs_old(). I realized this after getting to know how to work with batchtools, and now it turns out I cannot use the function the tutorial page refers to.

I will try to implement paralellization outside of R, but it would be considerate to edit/take offline that page of tutorial in the meantime.

Many thanks.

uqrmaie1 commented 1 year ago

Thanks for pointing this out. I updated the paralellization page. As I now mention there, the more recent find_graphs() doesn't support that kind of parallelization, because it's faster and because it's easy to manually run find_graphs() multiple times in parallel.