/
Install and run salmon-0.10.0 and Trinity-2.6.6

Install and run salmon-0.10.0 and Trinity-2.6.6

Start an interactive job, with a walltime of 12 hours, 2000MB of memory. Load related modules:

srun --pty -p interactive -t 0-12:0:0 --mem 3G -c 2 /bin/bash

Create a directory in home, download and compile trinity:

mkdir -p ~/pub/trinity cd ~/pub/trinity wget https://github.com/trinityrnaseq/trinityrnaseq/archive/Trinity-v2.6.6.tar.gz tar xvzf Trinity-v2.6.6.tar.gz cd trinityrnaseq-Trinity-v2.6.6/ module load gcc/6.2.0 python/2.7.12 java/jdk-1.8u112 make make plugins

Create a directory in home and download salmon. Note: this a binary, does not need to compile

mkdir -p ~/pub/salmon cd ~/pub/salmon wget https://github.com/COMBINE-lab/salmon/releases/download/v0.10.0/salmon-0.10.0_linux_x86_64.tar.gz tar xvzf salmon-0.10.0_linux_x86_64.tar.gz

Test run Trinity using test data

For downstream analysis, please visit: https://github.com/trinityrnaseq/trinityrnaseq/wiki

Related content

Smart Slurm: Dynamic and accurate resource allocation for O2 jobs
Smart Slurm: Dynamic and accurate resource allocation for O2 jobs
More like this
Shared Containers on O2
Shared Containers on O2
More like this
Juicer
More like this
Over Efficient Jobs
Over Efficient Jobs
More like this
GATK4 Mutect2 using Singularity Container
GATK4 Mutect2 using Singularity Container
More like this
skewer, FastQC, Hisat2 and HtseqCount through rcbio/1.1
skewer, FastQC, Hisat2 and HtseqCount through rcbio/1.1
More like this