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/07/31 11:59] – joguya | 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:** | + | Notes about running Trinity: |
| - | * You should always | + | * Please |
| - | * Trinity creates millions of small files -- which causes problems on the HPC storage server | + | * Trinity creates millions of small files, which is inefficient and causes problems on the HPC storage server, so you please |
| - | + | * 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=/ | export WORKDIR=/ | ||
| mkdir -p $WORKDIR | mkdir -p $WORKDIR | ||
| Line 33: | Line 34: | ||
| # 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 ====== | ||
| Line 39: | Line 40: | ||
| < | < | ||
| - | $ wget "https:// | + | $ wget https:// |
| - | $ tar -xvf trinity-v2.0.6.tar.gz | + | $ tar xf trinityrnaseq-v2.11.0.FULL.tar.gz |
| - | $ cd trinityrnaseq-2.0.6/ | + | $ cd trinityrnaseq-v2.11.0 |
| - | $ scl enable devtoolset-2 bash | + | $ sed -i ' |
| - | $ CC=clang | + | $ make |
| - | $ CC=clang | + | $ make plugins |
| - | $ sudo mkdir / | + | $ sudo yum install python36-numpy.x86_64 |
| - | $ cp -r * / | + | $ sudo mkdir -p / |
| - | $ sudo chown -R root: | + | $ sudo cp -r . / |
| + | $ export TRINITY_HOME=/ | ||
| + | $ module load samtools/1.9 salmon/ | ||
| + | $ cd sample_data/ | ||
| + | $ ./runMe.sh</ | ||
| + | |||
| + | Consult the [[https:// | ||
trinity-software.1438343972.txt.gz · Last modified: by joguya
