Hi,
I'm working on de novo transcriptome assembly for 24 samples (each of 7 GB as pair end data). I'm running latest version of Trinity with command "Trinity --seqType fq --max_memory 50G --samples_file sample_info.txt --CPU 4 --normalize_by_read_set --no_salmon". (Samples_file is also attached in case you need).
The bottom is a part of what's shown on the terminal. The text was bolded which I think is mostly related. I don't understand why the both.fa is reported as 0 byte while I checked the fold
tmp_normalized_reads/ and found its size was indeed combination of left.fa and right.fa. Maybe that's not the actual reason for failure? The first error report occured with insilico_read_normalization.pl saying "
died with ret 512 at /opt/conda/envs/denovoassembly/bin/Trinity line 2919." Some other text also occured afterwards but I don't know whether it's important or not. Thank you so much for your help!
------------------------------------------------------------------------------
Tuesday, September 26, 2023: 16:35:22 CMD: java -Xmx64m -XX:ParallelGCThreads=2 -jar /opt/conda/envs/denovoassembly/opt/trinity-2.15.1/util/support_scripts/ExitTester.jar 0
Tuesday, September 26, 2023: 16:35:22 CMD: java -Xmx4g -XX:ParallelGCThreads=2 -jar /opt/conda/envs/denovoassembly/opt/trinity-2.15.1/util/support_scripts/ExitTester.jar 1
----------------------------------------------------------------------------------
-------------- Trinity Phase 1: Clustering of RNA-Seq Reads ---------------------
----------------------------------------------------------------------------------
---------------------------------------------------------------
------------ In silico Read Normalization ---------------------
-- (Removing Excess Reads Beyond 200 Coverage --
---------------------------------------------------------------
## Running in silico normalization, processing each read set separately
# running normalization on reads: $VAR1 = [
[
'/data-store/iplant/home/xiluo/potentilla/Pg5A_1_clean.fastq.gz'
],
[
'/data-store/iplant/home/xiluo/potentilla/Pg5A_2_clean.fastq.gz'
]
];
Tuesday, September 26, 2023: 16:35:23 CMD: /opt/conda/envs/denovoassembly/opt/trinity-2.15.1/util/
insilico_read_normalization.pl --seqType fq --JM 50G --max_cov 200 --min_cov 1 --CPU 6 --output /data-store/iplant/home/xiluo/potentilla/trinity_out_dir/norm_for_read_set_1 --max_CV 10000 --left /data-store/iplant/home/xiluo/potentilla/Pg5A_1_clean.fastq.gz --right /data-store/iplant/home/xiluo/potentilla/Pg5A_2_clean.fastq.gz --pairs_together --PARALLEL_STATS
-prepping seqs
Converting input files. (both directions in parallel)CMD: seqtk-trinity seq -A -R 1 <(gunzip -c /data-store/iplant/home/xiluo/potentilla/Pg5A_1_clean.fastq.gz) >> left.fa
CMD: seqtk-trinity seq -A -R 2 <(gunzip -c /data-store/iplant/home/xiluo/potentilla/Pg5A_2_clean.fastq.gz) >> right.fa
CMD finished (156 seconds)
CMD finished (163 seconds)
CMD: touch left.fa.ok
CMD finished (1 seconds)
CMD: touch right.fa.ok
CMD finished (1 seconds)
Done converting input files.CMD: cat left.fa right.fa > both.fa
CMD finished (1196 seconds)
both.fa (0 bytes) is different from the combined size of left.fa and right.fa (17377774715 bytes)Error, cmd: /opt/conda/envs/denovoassembly/opt/trinity-2.15.1/util/insilico_read_normalization.pl --seqType fq --JM 50G --max_cov 200 --min_cov 1 --CPU 6 --output /data-store/iplant/home/xiluo/potentilla/trinity_out_dir/norm_for_read_set_1 --max_CV 10000 --left /data-store/iplant/home/xiluo/potentilla/Pg5A_1_clean.fastq.gz --right /data-store/iplant/home/xiluo/potentilla/Pg5A_2_clean.fastq.gz --pairs_together --PARALLEL_STATS
died with ret 512 at /opt/conda/envs/denovoassembly/bin/Trinity line 2919. main::process_cmd("/opt/conda/envs/denovoassembly/opt/trinity-2.15.1/util/insili"...) called at /opt/conda/envs/denovoassembly/bin/Trinity line 3472
main::normalize("/data-store/iplant/home/xiluo/potentilla/trinity_out_dir/norm"..., 200, ARRAY(0x5599dc927e58), ARRAY(0x5599dc928710)) called at /opt/conda/envs/denovoassembly/bin/Trinity line 3389
main::run_normalization(200, ARRAY(0x5599dc6f3738), ARRAY(0x5599dc6f3768)) called at /opt/conda/envs/denovoassembly/bin/Trinity line 1450