You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be fixed in #202@charlesfoster. I submitted a PR to create a multi-tool container that contains ASCIIGenome and BEDTools. The interval size adjustment will now be chucked through bedtools slop as an additional step to santise the intervals and to make sure they don't cross chromosomal boundaries. Be great if you can test this when that PR is merged.
nextflow pull nf-core/viralreconnextflow run nf-core/viralrecon -r dev <YOUR_PARAMETERS>
Check Documentation
I have checked the following places for your error:
Description of the bug
While running viralrecon using data from the SNAP/Swift protocol, the pipeline repeatedly crashed at the ASCIIGenome step:
If I skip the ASCIIGenome step (
--skip_asciigenome
), the pipeline finishes as expected. I was asked to create this issue by @drpatelh (https://nfcore.slack.com/archives/C0110R22NH3/p1623156803141900?thread_ts=1623119196.129800&cid=C0110R22NH3)Steps to reproduce
Steps to reproduce the behaviour:
nextflow run nf-core/viralrecon --platform illumina --input samplesheet.csv --genome 'NC_045512.2' --protocol amplicon --primer_bed swift.bed --primer_left_suffix '_F' --primer_right_suffix '_R' --ivar_trim_offset 5 --skip_assembly -profile singularity --max_memory "50.0 GB"
Expected behaviour
ASCIIGenome to generate the correct output files, and for the pipeline to complete without error.
Log files
Have you provided the following extra information/files:
.nextflow.log
filenextflow.log
System
nextflow run
commandNextflow Installation
Container engine
Additional context
What's the best way to privately share some reads that might allow the issue to be replicated?
The text was updated successfully, but these errors were encountered: