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
fasttree-software [2020/08/09 12:47] aorthfasttree-software [2026/07/14 06:11] (current) – external edit 127.0.0.1
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</code>
 +
 +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.1596977234.txt.gz · Last modified: (external edit)