Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pipeline does not generate cnv models #15

Open
egenomics opened this issue Jan 23, 2024 · 1 comment
Open

pipeline does not generate cnv models #15

egenomics opened this issue Jan 23, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@egenomics
Copy link

egenomics commented Jan 23, 2024

Description of the bug

The pipeline ends with error with ~120 samples:
A USER ERROR has occurred: Bad input: Filtering removed all intervals. Select less strict filtering criteria.

However it does not generate cnv model or ploidy (a run in cohort mode with the samples provided). Only readcounts are available in folder readcounts (hdf5 format).

Command used and terminal output

nextflow run /playground/nf-core-createpanelrefs_dev/dev \
   -profile singularity \
   --input /playground/dataset_cnvs/samplesheets_sarek/samplesheet_bams_illumina.csv \
   --tools germlinecnvcaller \
   --fasta /corebm/tmp/bams/hg38.fa --dict /corebm/tmp/bams/hg38.dict --fai /corebm/tmp/bams/hg38.fa.fai \
   --outdir /playground/dataset_cnvs/germlinecnvcaller_illumina_reference_nochrM \
   --ploidy_priors /playground/dataset_cnvs/priors.table \
   --padding 250 \
   --bin_length 0 \
   --mappable_regions /playground/dataset_cnvs/Illumina-truseq-rapid-exome_v1.2_hg38_target_orig_nochrM.bed

Relevant files

next.log

System information

nextflow version 23.10.1.5891
Workstation
local executor
singularity
ubuntu 22.04
nf-core/createpanelrefs dev (22/01/2024)

@egenomics egenomics added the bug Something isn't working label Jan 23, 2024
@egenomics egenomics reopened this Jan 24, 2024
@ramprasadn
Copy link
Contributor

Hi @egenomics Could you run the latest dev and see if it works now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants