Closed stefandiederich closed 1 year ago
Hello , I appear to be getting the same error.
Error executing process > 'pipeline:alignReads (1)'
Caused by:
Process pipeline:alignReads (1)
terminated with an error exit status (1)
Command executed:
minimap2 -y -t 4 -ax map-ont combined.fasta pseudo_combined.reads.fastq.gz | mapula count -r PseudoPA0750Genome.fasta -s fasta run_id barcode -f json -p | samtools sort -@ 4 -o pseudo_combined.sorted.aligned.bam - mv mapula.json pseudo_combined.mapula.json bamtools split -in pseudo_combined.sorted.aligned.bam -mapped (bedtools bamtofastq -i UNMAPPED.bam -fq temp.unmapped.fq && fastcat -s temp.unmapped.fq -r pseudo_combined.unmapped.stats -x temp.unmapped.fq >> temp.uncompressed.fastq) || touch pseudo_combined.unmapped.stats rm -rf temp rm -rf UNMAPPED*
Command exit status: 1
Command output: (empty)
Command error: [M::mm_idx_gen::0.1701.01] collected minimizers [M::mm_idx_gen::0.2161.64] sorted minimizers [M::main::0.2161.64] loaded/built the index for 1 target sequence(s) [M::mm_mapopt_update::0.2401.57] mid_occ = 10 [M::mm_idx_stat] kmer size: 15; skip: 10; is_hpc: 0; #seq: 1 [M::mm_idx_stat::0.298*1.33] distinct minimizers: 1050404 (92.00% are singletons); average occurrences: 1.109; average spacing: 5.358; total length: 6241875 [M::main] Version: 2.24-r1122 [M::main] CMD: minimap2 -y -t 4 -ax map-ont combined.fasta pseudo_combined.reads.fastq.gz [M::main] Real time: 0.305 sec; CPU: 0.403 sec; Peak RSS: 0.072 GB Running: Mapula (count) [1/3] Loading references [2/3] Parsing alignments
0it [00:00, ?it/s]
No aggregations made, is the BAM file empty? mv: cannot stat 'mapula.json': No such file or directory
Work dir: /home/matteo/work/34/2a514eaf23873edd360e4e3a44bf30
Tip: you can replicate the issue by changing to the process work dir and entering the command bash .command.run
I wonder if it is because the reference file isn't the right one?
Hi, I was unable to recreate this error but there have been some updates to the library we use for counting since this so maybe try again with v1.0.8 and let me know if you still get the error.
Closing since there was no more response (the workflow also no longer uses mapula).
Hi,
I testet the wf-alignment pipeline with the testdata you provide but get the following error:
Do you have any solution for that error?
Bests Stefan