--
You received this message because you are subscribed to the Google Groups "trinityrnaseq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trinityrnaseq-u...@googlegroups.com.
To post to this group, send email to trinityrn...@googlegroups.com.
Visit this group at http://groups.google.com/group/trinityrnaseq-users.
For more options, visit https://groups.google.com/d/optout.
Running cmd: bash -c " set -o pipefail; bowtie -a -m 20 --best --strata --threads 16 --chunkmbs 512 -q -S -f /media/Data1/Lily/RSD_trinity_150210/chrysalis/inchworm.K25.L25.fa.min100 both.fa | samtools view -F4 -Sb - | samtools sort -no - - > /media/Data1/Lily/RSD_trinity_150210/chrysalis/iworm.bowtie.nameSorted.bam" 2>/dev/null
With the version before the 2.0 versions the complete assembly took me less than 2 days (same size of the dataset, closely related organism, same number of cores and memory).
my command from the current run:
perl5.18.2 /opt/trinityrnaseq-2.0.3/Trinity --seqType fq --max_memory 100G --CPU 16 --trimmomatic --quality_trimming_params "LEADING:5 TRAILING:5 MINLEN:50 SLIDINGWINDOW:10:25" --left RSD_prep_R1.fastq --right RSD_prep_R2.fastq --output RSD_trinity_150210 --SS_lib_type RF
Is there anything I can change to get roughly close to the speed of the older versions? I'm assembling dinoflagellate data and I'm not looking for expression analysis or SNPs, maybe the old version is sufficient for me.
Thanks for any suggestions!
Best,
Elisabeth
--
You received this message because you are subscribed to the Google Groups "trinityrnaseq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trinityrnaseq-u...@googlegroups.com.
To post to this group, send email to trinityrn...@googlegroups.com.
Visit this group at http://groups.google.com/group/trinityrnaseq-users.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "trinityrnaseq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trinityrnaseq-u...@googlegroups.com.
To post to this group, send email to trinityrn...@googlegroups.com.
Visit this group at http://groups.google.com/group/trinityrnaseq-users.
For more options, visit https://groups.google.com/d/optout.
Running cmd: bash -c " set -o pipefail; bowtie -a -m 20 --best --strata --threads 4 --chunkmbs 512 -q -S -f /Users/bhaas/GITHUB/trinityrnaseq/sample_data/test_Trinity_Assembly/trinity_out_dir/chrysalis/inchworm.K25.L25.fa.min100 both.fa | samtools view -@ 4 -F4 -Sb - | samtools sort -@ 4 -no - - > /Users/bhaas/GITHUB/trinityrnaseq/sample_data/test_Trinity_Assembly/trinity_out_dir/chrysalis/iworm.bowtie.nameSorted.bam" 2>/dev/null
This should hopefully speed things up, but note that the bowtie step was never meant to be a major rate-limiting step in Trinity.... when it's running for a very long time, it usually means there's something hardware-related going on, such as multiple processes competing with Trinity for I/O.
best,
~brian
--
You received this message because you are subscribed to the Google Groups "trinityrnaseq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trinityrnaseq-u...@googlegroups.com.
To post to this group, send email to trinityrn...@googlegroups.com.
Visit this group at http://groups.google.com/group/trinityrnaseq-users.
For more options, visit https://groups.google.com/d/optout.