User Tools

Site Tools


fasttree-software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
fasttree-software [2020/08/09 12:47] aorthfasttree-software [2020/08/09 12:52] aorth
Line 17: Line 17:
 <code>$ module load fasttree/2.1.11 <code>$ module load fasttree/2.1.11
 $ FastTree</code> $ FastTree</code>
 +
 +*Note:* if you're using the multi-threaded ''FastTreeMP'' please specify the number of CPU threads to use with the ''OMP_NUM_THREADS'' environment variable:
 +
 +<code>$ export OMP_NUM_THREADS=3
 +$ FastTreeMP</cod>
 +
 +The number of CPU threads you choose should match the number of CPUs requested in your SLURM SBATCH allocation.
  
 ===== Installation ====== ===== Installation ======
Line 24: Line 31:
 <code>$ sudo mkdir -p /export/apps/fasttree/2.1.11/bin <code>$ sudo mkdir -p /export/apps/fasttree/2.1.11/bin
 $ sudo wget http://www.microbesonline.org/fasttree/FastTree -O /export/apps/fasttree/2.1.11/bin/FastTree $ sudo wget http://www.microbesonline.org/fasttree/FastTree -O /export/apps/fasttree/2.1.11/bin/FastTree
-$ sudo chmod +x /export/apps/fasttree/2.1.11/bin/FastTree</code>+$ sudo wget http://meta.microbesonline.org/fasttree/FastTreeMP -O /export/apps/fasttree/2.1.11/bin/FastTreeMP 
 +$ sudo chmod +x /export/apps/fasttree/2.1.11/bin/FastTree*</code>
fasttree-software.txt · Last modified: 2020/08/09 12:52 by aorth