User Tools

Site Tools


fasttree-software

Differences

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

Link to this comparison view

Next revision
Previous revision
fasttree-software [2020/05/04 18:59] – created aorthfasttree-software [2020/08/09 12:52] (current) 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</code>
 +
 +The number of CPU threads you choose should match the number of CPUs requested in your SLURM SBATCH allocation.
  
 ===== Installation ====== ===== Installation ======
Line 23: Line 30:
  
 <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</code>+$ sudo wget http://www.microbesonline.org/fasttree/FastTree -O /export/apps/fasttree/2.1.11/bin/FastTree 
 +$ 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.1588618797.txt.gz · Last modified: 2020/05/04 18:59 by aorth