Open forty2wallabyway opened 1 month ago
Hi @forty2wallabyway thanks for raising this issue. It seems like the workflow isn't finding the per-read-stats file for the sample. How many reads are in the bam file? Do you happen to have the full log you can send to us. Thanks!
Thanks for the response @cjalder - there looks to be 698,780 reads in the bam file (checked using samtools).
I attached the nextflow.log: nextflow.log.log
hello I have the exact same issue, is it solved?
Hi @xiranli007, I haven't heard back yet, and haven't been able to resolve the issue, though I did find a workaround by adding the following line into the main.nf under the failing process:
errorStrategy 'ignore'
Operating System
Ubuntu 22.04
Other Linux
No response
Workflow Version
1.3.0
Workflow Execution
Command line (Cluster)
Other workflow execution
In Conda environment
EPI2ME Version
No response
CLI command run
No response
Workflow Execution - CLI Execution Profile
None
What happened?
This is an issue that seems to occur during a handful of different executions; however, today it occurred after attempting to execute the following:
nextflow run main.nf -profile singularity --bam /lab_data/daniels_lab/tysh/nanopore_seq/calls.bam --out_dir /lab_data/des/ --reference_based_assembly --reference ../references/mycobacteria/NZ_HG964481.1.fasta --override_basecaller_cfg dna_r9.4.1_e8_hac@v3.3
Relevant log output
Application activity log entry
No response
Were you able to successfully run the latest version of the workflow with the demo data?
yes
Other demo data information
No response