deepvariant icon indicating copy to clipboard operation
deepvariant copied to clipboard

Missing `fromPath` parameter

Open marcovth opened this issue 4 years ago • 2 comments

Hello ...

"fromPath" doesn't seem to be in the documentation for nf-core/deepvariant?

Thanks for suggestions.

nextflow run nf-core/deepvariant --fasta './Hg19ChrY.fa' --bam './VK446chrYx37.bam' --outdir './VK446Hg19ChrY_vcf' -profile singularity
N E X T F L O W  ~  version 20.04.1
Launching `nf-core/deepvariant` [adoring_minsky] - revision: 2b5486356c [master]
Missing `fromPath` parameter

marcovth avatar Dec 02 '20 01:12 marcovth

This pipeline needs a lot of work to be useable again - @abhi18av agreed to give it a go, also see the #deepvariant channel on Slack for more info.

apeltzer avatar Dec 02 '20 09:12 apeltzer

Hi @marcovth,

Sorry for the slight delay in response. I believe the issue is that you are not specifying a the --bed parameter for a BED file which is required by the pipeline.

The error message could be clearer though. This is the standard Nextflow error message when you try calling the fromPath operator on a variable that doesn't exist, here.

And agreed @apeltzer, the pipeline hasn't been updated in a couple of years now and so requires a lot of work to be updated

PhilPalmer avatar Dec 06 '20 13:12 PhilPalmer