-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Description of the bug
Hi,
Thanks for the great pipeline!
I'm using samurai v.1.2.3.1 and encountered this issue:
I wanted to skip the alignment part and run "liquid_biopsy" subworkflow starting from bam files with the following command:
nextflow run samurai-1.2.3.1 -profile singularity --input samplesheet_bam.csv --outdir samurai --binsize 500 --analysis_type liquid_biopsy --caller ichorcna --aligner false
However, I noticed that it doesn't start after seeing this:
[- ] DINCALCILAB_SAMURAI:SAMURAI:BAM_QC_PICARD:PICARD_COLLECTMULTIPLEMETRICS -
[- ] DINCALCILAB_SAMURAI:SAMURAI:BAM_QC_PICARD:PICARD_COLLECTHSMETRICS -
[- ] DINCALCILAB_SAMURAI:SAMURAI:BAM_QC_PICARD:PICARD_COLLECTWGSMETRICS -
WARN: No PoN specified: CNA calling performance can be impacted
ERROR ~ Argument of `file` function cannot be null
I tried experimenting with options but no matter what it doesn't start unless I remove --analysis_type liquid_biopsy and run solid_biopsy version.
The test command for liquid_biopsy works just fine on my machine:
nextflow run samurai-1.2.3.1 -profile test_ichorcna,singularity --outdir test -c slurm.config
Is there anything I am missing or is that a bug? I would appreciate your help