Statistics:
===========
Trinity Version: trinityrnaseq_r20140717
Compiler: GCC
Trinity Parameters: --seqType fq --JM 40G --CPU 32 --inchworm_cpu 32 --bflyCPU 16 --left /gpfs/csic_users/saabalde/scratch/merged_reads/all_reads_1.fastq.gz --right /gpfs/csic_users/saabalde/scratch/merged_reads/all_reads_2.fastq.gz --output /gpfs/csic_users/saabalde/scratch/merged_reads/trinity/--
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 https://groups.google.com/group/trinityrnaseq-users.
For more options, visit https://groups.google.com/d/optout.
Hi Samu,
You can normalise each of your libraries individually and then normalise all of these together. If one file is corrupt this just won't go into your final assembly but are you expecting anything unique in one of your libraries? Not ideal, just suggesting a workaround.
Best, Mark
Ok, I'll do that and I'll let you know. Many thanks, Brian.Samu
--
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-users+unsub...@googlegroups.com.
To post to this group, send email to trinityrnaseq-users@googlegroups.com.
done parsing 1363620151 Kmers, 1363620151 added, taking 2356 seconds.
TIMING KMER_DB_BUILDING 2356 s.
Pruning kmers (min_kmer_count=1 min_any_entropy=0 min_ratio_non_error=0.05)
Pruned 31493835 kmers from catalog.
Pruning time: 2978 seconds = 49.6333 minutes.
TIMING PRUNING 2978 s.
-populating the kmer seed candidate list.
Kcounter hash size: 1363620151
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
sh: line 1: 20180 Aborted /gpfs/res_projects/apps/TRINITY_RNA_SEQ/r2014-07-17/Inchworm/bin/inchworm --kmers jellyfish.kmers.fa --run_inchworm -K 25 -L 25 --monitor 1 --DS --keep_tmp_files --num_threads 64 --PARALLEL_IWORM > /gpfs/res_scratch/cvcv/saabalde/merged_reads/trinity/inchworm.K25.L25.DS.fa.tmp
Error, cmd: /gpfs/res_projects/apps/TRINITY_RNA_SEQ/r2014-07-17/Inchworm/bin/inchworm --kmers jellyfish.kmers.fa --run_inchworm -K 25 -L 25 --monitor 1 --DS --keep_tmp_files --num_threads 64 --PARALLEL_IWORM > /gpfs/res_scratch/cvcv/saabalde/merged_reads/trinity/inchworm.K25.L25.DS.fa.tmp died with ret 34304 at /gpfs/res_apps/TRINITY_RNA_SEQ/r2014-07-17/Trinity line 1990.
If it indicates bad_alloc(), then Inchworm ran out of memory. You'll need to either reduce the size of your data set or run Trinity on a server with more memory available.
** The inchworm process failed.--
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-users+unsub...@googlegroups.com.
To post to this group, send email to trinityrnaseq-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trinityrnaseq-users.
For more options, visit https://groups.google.com/d/optout.
# --normalize_by_read_set run normalization separate for each pair of fastq files,
# then one final normalization that combines the individual normalized reads.
# Consider using this if RAM limitations are a consideration.
that's useful for automating the per-library normalization. You'll only see this advanced parameter if you use the Trinity --show_full_usage_info flag.
If inchworm does crash with your normalized data, then you could go with the --min_kmer_cov 2. If you get passed the inchworm stage, then hopefully it's smooth sailing thereafter.
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-users+unsub...@googlegroups.com.
To post to this group, send email to trinityrnaseq-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trinityrnaseq-users.
For more options, visit https://groups.google.com/d/optout.
###################################
---------------------------------------------------------------
------ Quality Trimming Via Trimmomatic ---------------------
<< LEADING:5 TRAILING:5 MINLEN:36 >>
---------------------------------------------------------------
###############################################################################
#### Trimmomatic process was previously completed. Skipping it and using existing qual-trimmed files: all_reads_1.fastq.gz.PwU.qtrim.fq, all_reads_2.fastq.gz.PwU.qtrim.fq
###############################################################################
---------------------------------------------------------------
------------ In silico Read Normalization ---------------------
-- (Removing Excess Reads Beyond 50 Coverage --
-- /gpfs/res_scratch/cvcv/saabalde/merged_reads/trinity/insilico_read_normalization --
---------------------------------------------------------------
###############################################################################
#### Normalization process was previously completed. Skipping it and using existing normalized files: /gpfs/res_scratch/cvcv/saabalde/merged_reads/trinity/insilico_read_normalization/left.norm.fq /gpfs/res_scratch/cvcv/saabalde/merged_reads/trinity/insilico_read_normalization/right.norm.fq
###############################################################################
-------------------------------------------
----------- Jellyfish --------------------
-- (building a k-mer catalog from reads) --
-------------------------------------------
Saturday, August 27, 2016: 12:27:28 CMD: /gpfs/res_projects/apps/TRINITY_RNA_SEQ/r2014-07-17/trinity-plugins/jellyfish/bin/jellyfish count -t 64 -m 25 -s 9792174900 --canonical both.fa
--
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-users+unsub...@googlegroups.com.
To post to this group, send email to trinityrnaseq-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trinityrnaseq-users.
For more options, visit https://groups.google.com/d/optout.
-------------------------------------------
----------- Jellyfish --------------------
-- (building a k-mer catalog from reads) --
-------------------------------------------
Saturday, August 27, 2016: 12:27:28 CMD: /gpfs/res_projects/apps/TRINITY_RNA_SEQ/r2014-07-17/trinity-plugins/jellyfish/bin/jellyfish count -t 64 -m 25 -s 9792174900 --canonical both.fa--
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.