Dealing with optional and mandatory GATK resource files#592
Dealing with optional and mandatory GATK resource files#592maxulysse merged 22 commits intonf-core:devfrom
Conversation
…r haplotypecaller
|
|
@maxulysse still unsure on how to deal with |
|
@maxulysse carefully testing now all combinations again, but so far so good. |
|
Tested the following and all works/fails as expectd: BQSR/FiltervariantTranches: with known_sites, just dbsnp, just known_indels |
|
Can you do the channel.value magic for all of the reference files? |
|
yes should be able to, the only exception is germline_resource_tbi because I need it to check later whether getpileup summaries should be run. I couldn't get naything else to work with |
|
For the fasta also no, because it is mandatory, so it should be empty (however this is also caught by the input validation) |
|
Mutect needs fixing |
|
Not sure what is going on with mutect2. Locally results files are there: |
Co-authored-by: Maxime U. Garcia <maxime.garcia@scilifelab.se>
|
GetPileupSummariesNormal fails with a memory error. Wasn't an issue before because it wasn't run. Locally this works because the job gets automatically resubmitted with a higher memory request 🥲 . |
|
locally it didn't work with 7.5GB of memory. I am afraid that mutect test just won't run on GHA |
Too bad, then, let's run that test locally only whenever needed. |
|
yep Gavin downsampled it as much as he could but the somatic GATK tools require a certain amount of SNPs to run at all. If we further reduce they'll fail for other reasons and much more upstream |
Closes #299 , #359 , #367
PR checklist
scrape_software_versions.pynf-core lint .).nextflow run . -profile test,docker).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).