Skip to content
Discussion options

You must be logged in to vote

Of course! My bad, I should have done that before closing the thread. Here it is:

I'm working on a large dataset (~1000 taxa), which makes running bootstraps time-consuming. The best solution was to run each bootstrap replicate in parallel (using many computer nodes) to speed up the analysis.

I first ran a partitioned ML analysis with ultrafast bootstraps.

iqtree -s datamatrix.nex -spp partitions.nex -m MFP+MERGE -rcluster 30 -pre ML_tree -nt AUTO -bb 1000

Then I ran 200 nonparametric bootstraps using an array script (set up in the SLURM header)

iqtree -s datamatrix.nex -spp ML_tree.best.scheme.nex -pre bootstrap_replicates/bootstrap_$SLURM_ARRAY_TASK_ID --nt AUTO -b 1

After the run, the …

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@roblanf
Comment options

@veronicamb
Comment options

Answer selected by veronicamb
@roblanf
Comment options

@roblanf
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants