Below is my output. I've tried a lot of different things up to this point. First I had to deal with Java given that we have only Java 1.6 installed. Basically resolved by installing a local copy of 1.7 and exporting the path to 1.7 in my bash_profile. I've attempted running with fewer CPUs. Originally with 16 then down to just 1. The node has 64GB of memory but I'm only working here with about 50million reads. I began by running without normalise_reads but got core_dump errors. Then learnt that I had to un limit the stack so have done so and I included normalize-reads. I'm not sure if the unlimit stack size command is appropriate to Trinity 2 but I have tried with and without it to no avail.
I've run a few commands but I believe this was the last one (and is representative):
./Trinity --seqType fq --left ../tetraTR1.fastq --right ../tetraTR2.fastq --SS_lib_type RF --CPU 10 --max_memory 62G --verbose --normalize_reads --output trinity_tetra3
I have run the command on its own with the same error: CMD: /scratch/sysusers/Jonathan/Transcriptome/trinityrnaseq-2.0.6/trinity-plugins/jellyfish/bin/jellyfish count -t 10 -m 25 -s 8661787384 both.fa
Your assistance would be greatly appreciated.
Trinity version: v2.0.6
-ERROR: couldn't run the network check to confirm latest Trinity software version.
Paired mode requires bowtie. Found bowtie at: /scratch/sysusers/Jonathan/src/bowtie-master/bowtie
and bowtie-build at /scratch/sysusers/Jonathan/src/bowtie-master/bowtie-build
-since butterfly will eventually be run, lets test for proper execution of java
Found samtools at: /scratch/bin/samtools
#######################################
Running Java Tests
Tuesday, April 28, 2015: 12:56:49 CMD: java -Xmx64m -jar /scratch/sysusers/Jonathan/Transcriptome/trinityrnaseq-2.0.6/util/support_scripts/ExitTester.jar 0
CMD finished (0 seconds)
Tuesday, April 28, 2015: 12:56:49 CMD: java -Xmx64m -jar /scratch/sysusers/Jonathan/Transcriptome/trinityrnaseq-2.0.6/util/support_scripts/ExitTester.jar 1
-we properly captured the java failure status, as needed. Looking good.
Java tests succeeded.
###################################
Tuesday, April 28, 2015: 12:56:50 CMD: mkdir -p /scratch/sysusers/Jonathan/Transcriptome/trinityrnaseq-2.0.6/trinity_tetra3
CMD finished (0 seconds)
Tuesday, April 28, 2015: 12:56:50 CMD: mkdir -p /scratch/sysusers/Jonathan/Transcriptome/trinityrnaseq-2.0.6/trinity_tetra3/chrysalis
CMD finished (0 seconds)
----------------------------------------------------------------------------------
-------------- Trinity Phase 1: Clustering of RNA-Seq Reads ---------------------
----------------------------------------------------------------------------------
Converting input files. (in parallel)Tuesday, April 28, 2015: 12:56:50 CMD: /scratch/sysusers/Jonathan/Transcriptome/trinityrnaseq-2.0.6/trinity-plugins/fastool/fastool --rev --illumina-trinity --to-fasta /scratch/sysusers/Jonathan/Transcriptome/trinityrnaseq-2.0.6/../tetraTR1.fastq >> left.fa 2> /scratch/sysusers/Jonathan/Transcriptome/trinityrnaseq-2.0.6/../tetraTR1.fastq.readcount
Tuesday, April 28, 2015: 12:56:50 CMD: /scratch/sysusers/Jonathan/Transcriptome/trinityrnaseq-2.0.6/trinity-plugins/fastool/fastool --illumina-trinity --to-fasta /scratch/sysusers/Jonathan/Transcriptome/trinityrnaseq-2.0.6/../tetraTR2.fastq >> right.fa 2> /scratch/sysusers/Jonathan/Transcriptome/trinityrnaseq-2.0.6/../tetraTR2.fastq.readcount
CMD finished (73 seconds)
CMD finished (97 seconds)
Tuesday, April 28, 2015: 12:58:27 CMD: cat left.fa right.fa > both.fa
Done converting input files.CMD finished (20 seconds)
-------------------------------------------
----------- Jellyfish --------------------
-- (building a k-mer catalog from reads) --
-------------------------------------------
Tuesday, April 28, 2015: 12:58:53 CMD: /scratch/sysusers/Jonathan/Transcriptome/trinityrnaseq-2.0.6/trinity-plugins/jellyfish/bin/jellyfish count -t 10 -m 25 -s 8661787384 both.fa
terminate called after throwing an instance of 'jellyfish::thread_exec::Error'
what(): Can't create thread: Resource temporarily unavailable
Error, cmd: /scratch/sysusers/Jonathan/Transcriptome/trinityrnaseq-2.0.6/trinity-plugins/jellyfish/bin/jellyfish count -t 10 -m 25 -s 8661787384 both.fa died with ret 134 at ./Trinity line 2116.
Trinity run failed. Must investigate error above.