User Tools

Site Tools


trinity-software

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
trinity-software [2015/03/24 17:02] aorthtrinity-software [2015/03/24 17:03] aorth
Line 25: Line 25:
  
 # cd to working dir just in case # cd to working dir just in case
-export WORKDIR=$SLURM_JOBID+export WORKDIR=/var/scratch/$USER/$SLURM_JOBID 
 +mkdir -p $WORKDIR
 cd $WORKDIR cd $WORKDIR
  
 # match CPUs to amount requested in SBATCH options! # match CPUs to amount requested in SBATCH options!
 Trinity --seqType fq --max_memory 10G --left fish_R1.fastq --right fish_R2.fastq --CPU 8 --output trinity-fish2</code> Trinity --seqType fq --max_memory 10G --left fish_R1.fastq --right fish_R2.fastq --CPU 8 --output trinity-fish2</code>
 +
 ===== Installation ====== ===== Installation ======
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code> +<code>$ cd /tmp
-$ sudo su - provisioning +
-$ cd src+
 $ wget "https://github.com/trinityrnaseq/trinityrnaseq/archive/v2.0.6.tar.gz" -O trinity-v2.0.6.tar.gz $ wget "https://github.com/trinityrnaseq/trinityrnaseq/archive/v2.0.6.tar.gz" -O trinity-v2.0.6.tar.gz
 $ tar -xvf trinity-v2.0.6.tar.gz $ tar -xvf trinity-v2.0.6.tar.gz
Line 45: Line 45:
 $ sudo chown -R provisioning:provisioning /export/apps/trinity/v2.0.6 $ sudo chown -R provisioning:provisioning /export/apps/trinity/v2.0.6
 $ cp -r * /export/apps/trinity/v2.0.6 $ cp -r * /export/apps/trinity/v2.0.6
-$ sudo chown -R root:root /export/apps/trinity/v2.0.6 +$ sudo chown -R root:root /export/apps/trinity/v2.0.6</code>
-</code>+
trinity-software.txt · Last modified: 2020/10/28 11:28 by aorth