-
Notifications
You must be signed in to change notification settings - Fork 421
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
Sarek stops after alignment and does not perform variant calling #1313
Comments
I see you have I was able to run
but when I added
|
Can you please provide the .nextflow.log? |
Yes, I did not run the software version dump in this run since this produced another error probably unrelated to this. |
@asp8200 I already discussed this setting in issue #802 and it worked in previous versions (but with other data and slightly different configuration). I added the flag |
do you also have the pipeline_info/execution_trace.html? |
execution_trace_2023-11-06_09-55-29.txt |
Hey! I am unable to reproduce. I don't have any UMI "real" data at the moment. Any chance you can extract a few reads and send them as a minimal reproducible example? |
I cannot share from the current data, but I try to reproduce the error with another minimal datasets which I can share.
and removing the FASTQTOBAM modification in |
very odd. I have non-umi data. I'll check if I see the same when I run it with that. I have a hunch actually, can you check what happens if you run with |
I tested the sampledata (HG008, Illumina WGS, first 1000 lines (250 reads) extracted from here): HG008-Illumina-250reads.tar.gz
samplesheet.csv:
nf-params-GIAB.json:
|
Same thing happened here. |
Can you test with the test_full profile to see if that works you? |
I now also tried running it locally and a colleague at another institute tried the minimal example, both giving the same error as described. |
I identified the problem: |
Is the issue solved for you then? |
Fantastic solve 🚀 . I am not sure we can lint for this, but we should keep it in mind |
Description of the bug
Hi,
I recently run sarek with the UMI pipeline for WES data, it successfully finishs but only performs alignment and does not perform variant calling.
For the UMI pipeline I skipped markduplicates and baserecalibration and extract read names from FASTQ file according to issue #746 .
Also, this workflow is running in offline mode.
I do not know what configuration to change so the workflow also perform variant calling.
Command used and terminal output
The workflow performs software dump and multiQC after finishing the following process for each sample:
NFCORE_SAREK:SAREK:FASTQ_ALIGN_BWAMEM_MEM2_DRAGMAP_SENTIEON:BWAMEM2_MEM
{
"input": "config/samplesheet.csv",
"step": "mapping",
"outdir": "results/",
"fasta": "db/references/Homo_sapiens/GATK/GRCh38/Sequence/WholeGenomeFasta/Homo_sapiens_assembly38.fasta",
"split_fastq": 50000000,
"wes": true,
"intervals": "data/Target_Region_Hg38_V8_chr.bed",
"nucleotides_per_second": 200000.0,
"no_intervals": false,
"tools": "freebayes,mutect2,strelka",
"skip_tools": "markduplicates,baserecalibrator",
"trim_fastq": false,
"clip_r1": 0,
"clip_r2": 0,
"three_prime_clip_r1": 0,
"three_prime_clip_r2": 0,
"trim_nextseq": 0,
"save_trimmed": false,
"umi_read_structure": "NA",
"group_by_umi_strategy": "Adjacency",
"save_split_fastqs": false,
"aligner": "bwa-mem2",
"save_mapped": true,
"save_output_as_bam": true,
"concatenate_vcfs": false,
"only_paired_variant_calling": true,
"joint_germline": false,
"joint_mutect2": false,
"ascat_min_base_qual": 20.0,
"ascat_min_counts": 10.0,
"ascat_min_map_qual": 35.0,
"cf_coeff": 0.05,
"cf_contamination_adjustment": false,
"cf_contamination": 0.0,
"cf_minqual": 0.0,
"cf_mincov": 0.0,
"cf_ploidy": "2",
"ignore_soft_clipped_bases": false,
"sentieon_haplotyper_emit_mode": "variant",
"vep_cache": "db/vep/",
"vep_include_fasta": false,
"vep_dbnsfp": false,
"dbnsfp_fields": "rs_dbSNP,HGVSc_VEP,HGVSp_VEP,1000Gp3_EAS_AF,1000Gp3_AMR_AF,LRT_score,GERP++_RS,gnomAD_exomes_AF",
"vep_loftee": false,
"vep_spliceai": false,
"vep_spliceregion": false,
"vep_custom_args": "--everything --filter_common --per_gene --total_length --offline --format vcf",
"use_annotation_cache_keys": false,
"vep_out_format": "vcf",
"genome": "GATK.GRCh38",
"save_reference": true,
"build_only_index": false,
"download_cache": false,
"igenomes_base": "db/references",
"igenomes_ignore": false,
"custom_config_version": "master",
"custom_config_base": "nf-core-sarek_3.3.2/configs",
"test_data_base": null,
"seq_platform": "ILLUMINA",
"max_cpus": 16,
"max_memory": "128.GB",
"max_time": "240.h",
"help": false,
"version": false,
"publish_dir_mode": "copy",
"plaintext_email": false,
"max_multiqc_email_size": "25.MB",
"monochrome_logs": false,
"validate_params": true,
"validationShowHiddenParams": false,
"validationFailUnrecognisedParams": false,
"validationLenientMode": false,
"snpeff_db": null,
}
The text was updated successfully, but these errors were encountered: