I modified the meta_map that gets fed into the GATK4 HAPLOTYPECALLER so that it contains the key "variantcaller" that is required in the VEP and SnpEff publishDir, the same way it is implemented in nf-core/sarek, in the haplotypecaller subworfklow in line 32
I tested it with a custom dataset using this command:
This PR is to address the issue describer here: https://github.com/nf-core/rnavar/issues/125
I modified the meta_map that gets fed into the GATK4 HAPLOTYPECALLER so that it contains the key "variantcaller" that is required in the VEP and SnpEff publishDir, the same way it is implemented in nf-core/sarek, in the haplotypecaller subworfklow in line 32
I tested it with a custom dataset using this command:
The config file only contains the path to the reference data files, and the input samplesheet contains a list of samples
This ran OK:
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).