When running the denovo workflow we get the following error:
terminate called after throwing an instance of 'std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >' .command.sh: line 19: 21749 Aborted (core dumped) isONclust2 sort $init_cls_options -v -o sorted Spu_full_length_reads.fq
We tried with both local and Conda environments and got the same error. Here is an example of the commands that I used:
OUTPUT=./output3 nextflow run epi2me-labs/wf-isoforms --threads 12 --fastq ./allONT-RNA_PassedReads.fastq \ --denovo --ref_genome ./genome.fasta -profile conda --out_dir ${OUTPUT} -w ${OUTPUT}/workspace --sample Spu -resume
We have been dealing with this error for the last three - four days. Our HPLC people couldn't figure out the issue after trying multiple times.
Hi,
When running the denovo workflow we get the following error:
terminate called after throwing an instance of 'std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >' .command.sh: line 19: 21749 Aborted (core dumped) isONclust2 sort $init_cls_options -v -o sorted Spu_full_length_reads.fq
We tried with both
local
andConda
environments and got the same error. Here is an example of the commands that I used:OUTPUT=./output3 nextflow run epi2me-labs/wf-isoforms --threads 12 --fastq ./allONT-RNA_PassedReads.fastq \ --denovo --ref_genome ./genome.fasta -profile conda --out_dir ${OUTPUT} -w ${OUTPUT}/workspace --sample Spu -resume
We have been dealing with this error for the last three - four days. Our HPLC people couldn't figure out the issue after trying multiple times.Any suggestions?
Many thanks