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/20 15:28] – [Usage] aorth | trinity-software [2020/10/28 11:28] (current) – aorth | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Version: v2.0.3 | + | * Latest |
| - | * Added: | + | * Added: |
| + | * 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</ | ||
| + | |||
| + | Notes about running Trinity: | ||
| + | * Please use the '' | ||
| + | * Trinity creates millions of small files, | ||
| + | * For example: | ||
| + | | ||
| + | #SBATCH -p highmem | ||
| + | #SBATCH -J trinity | ||
| + | #SBATCH -n 8 | ||
| + | |||
| + | module | ||
| + | |||
| + | # create and change to a working directory on the compute node | ||
| + | export WORKDIR=/ | ||
| + | mkdir -p $WORKDIR | ||
| + | cd $WORKDIR | ||
| + | |||
| + | # 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 | ||
| - | **Note:** Trinity creates millions of small files -- which causes problems on the HPC storage server -- so you must direct output from these jobs to /// | ||
| ===== Installation ====== | ===== Installation ====== | ||
| Notes from the sysadmin during installation: | Notes from the sysadmin during installation: | ||
| - | < | + | < |
| - | $ wget https:// | + | $ wget https:// |
| - | $ tar xf v2.0.3.tar.gz | + | $ tar xf trinityrnaseq-v2.11.0.FULL.tar.gz |
| - | $ cd trinityrnaseq-2.0.3 | + | $ cd trinityrnaseq-v2.11.0 |
| - | $ sudo mkdir / | + | $ sed -i 's/cmake/cmake3/' Chrysalis/Makefile Inchworm/ |
| - | $ sudo chown aorth / | + | |
| - | $ cp -r * /export/apps/trinity/v2.0.3 | + | |
| - | $ scl enable devtoolset-2 bash | + | |
| $ make | $ make | ||
| $ make plugins | $ make plugins | ||
| - | $ sudo chown -R root: | + | $ sudo yum install python36-numpy.x86_64 |
| + | $ sudo mkdir -p / | ||
| + | $ sudo cp -r . / | ||
| + | $ export TRINITY_HOME=/ | ||
| + | $ module load samtools/ | ||
| + | $ cd sample_data/ | ||
| + | $ ./runMe.sh</ | ||
| + | |||
| + | Consult the [[https:// | ||
trinity-software.1426865317.txt.gz · Last modified: by aorth
