-
Notifications
You must be signed in to change notification settings - Fork 35
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
manta path error #480
Comments
-resume [name_run] also doesn't seem to work, as it does not recover the bwa-mem2 or fastqc processes, that were finished. |
Hi @egenomics, |
yes, they are exomes (it's been modified in the nextflow.config, analysis_type = 'wes'). I managed to have -resume working but it gets the same error: |
Any idea where the error might be? |
Hmm something seems to be off when combining the channels for going from a sample to case. From looking at the logs it looks like the samples aren't related in any way. Is that correct? |
Yes, in theory they are not related. Should I process every "case" separately in a difference nextflow run - samplesheet instance? |
I think it's worth trying to do that while we are trying to nail down why the first setup doesn't work. Also, if possible, could you share your samplesheet? |
I will try to do it separately, but I need to process ~120 exomes with certain urgency. This is one of the samplesheets
|
Try to start one and see if the error persists. The pipeline should be compatible with your setup, and otherwise we'll try to fix it. We are working to get a new release out in a couple of week so it would be good to get a grip on the issue. |
Hi, The command is this one
|
This looks like an issue with your bed file, where the start location is greater than the end location for chr4. Could you check if that is the case? |
hmmm.. Would it be possible for you to share your bed file and your dictionary file? |
Description of the bug
Manta fails with a path error:
Command used and terminal output
nextflow run /playground/nf-core-raredisease_1.1.1/1_1_1/ -profile singularity --input /playground/dataset_cnvs/samplesheet.csv --skip_snv_annotation --skip_sv_annotation --skip_cnv_calling --outdir /playground/dataset_cnvs/results --intervals_wgs /playground/dataset_cnvs/Illumina-truseq-rapid-exome_v1.2_hg38_target_orig.interval_list --intervals_y /playground/dataset_cnvs/Illumina-truseq-rapid-exome_v1.2_hg38_target_orig.interval_list --skip_mt_analysis --skip_vep_filter --target_bed /playground/dataset_cnvs/Illumina-truseq-rapid-exome_v1.2_hg38_target_orig.bed --variant_catalog /playground/dataset_cnvs/variant_catalog.json
Relevant files
nextflow.log
System information
nextflow version 23.10.0.5889
Workstation
local (singularity)
Ubuntu 22.04.03 LTS
raredisease 1.1.1
The text was updated successfully, but these errors were encountered: