trinity-software
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
trinity-software [2015/03/24 17:02] – aorth | trinity-software [2020/10/28 11:28] (current) – aorth | ||
---|---|---|---|
Line 4: | Line 4: | ||
===== Information ===== | ===== Information ===== | ||
- | * Version: v2.0.6 | + | * Latest |
* Added: March, 2015 | * Added: March, 2015 | ||
+ | * Updated: October, 2020 | ||
* Link: https:// | * Link: https:// | ||
===== Usage ===== | ===== Usage ===== | ||
+ | See versions of trinity which are available: | ||
+ | < | ||
- | === See versions of trinity which are available === | + | Load one version into your environment and run it: |
- | < | + | < |
+ | $ Trinity</ | ||
- | **Note:** Trinity creates millions of small files -- which causes problems on the HPC storage server | + | Notes about running Trinity: |
- | + | | |
- | < | + | |
+ | * For example: | ||
+ | | ||
#SBATCH -p highmem | #SBATCH -p highmem | ||
#SBATCH -J trinity | #SBATCH -J trinity | ||
#SBATCH -n 8 | #SBATCH -n 8 | ||
- | module load trinity/v2.0.6 | + | module load trinity/v2.6.6 |
- | module load bowtie/ | + | |
- | module load samtools/ | + | |
- | # cd to working | + | # create and change |
- | export WORKDIR=$SLURM_JOBID | + | export WORKDIR=/ |
+ | 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</ | + | Trinity --seqType fq --max_memory 10G --left fish_R1.fastq --right fish_R2.fastq --CPU 8 --output trinity-fish2 |
===== Installation ====== | ===== Installation ====== | ||
Notes from the sysadmin during installation: | Notes from the sysadmin during installation: | ||
- | < | + | < |
- | $ sudo su - provisioning | + | $ wget https:// |
- | $ cd src | + | $ tar xf trinityrnaseq-v2.11.0.FULL.tar.gz |
- | $ wget "https:// | + | $ cd trinityrnaseq-v2.11.0 |
- | $ tar -xvf trinity-v2.0.6.tar.gz | + | $ sed -i ' |
- | $ cd trinityrnaseq-2.0.6/ | + | $ make |
- | $ scl enable devtoolset-2 bash | + | $ make plugins |
- | $ CC=clang | + | $ sudo yum install python36-numpy.x86_64 |
- | $ CC=clang | + | $ sudo mkdir -p / |
- | $ sudo mkdir / | + | $ sudo cp -r . / |
- | $ sudo chown -R provisioning: | + | $ export TRINITY_HOME=/ |
- | $ cp -r * / | + | $ module load samtools/1.9 salmon/1.3.0 bowtie2/2.3.4.1 jellyfish/2.3.0 |
- | $ sudo chown -R root: | + | $ cd sample_data/ |
- | </ | + | $ ./runMe.sh</ |
+ | |||
+ | Consult the [[https:// |
trinity-software.1427216538.txt.gz · Last modified: 2015/03/24 17:02 by aorth