-
Notifications
You must be signed in to change notification settings - Fork 420
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
The pipeline should fail early when --no_intervals is used with joint germline calling #1282
Comments
@FriederikeHanssen : You mentioned that "GenomicsDB doesn’t work without intervals." In connection to that, I feel like pointing out that we now have two subworkflows for joint-germline variant-calling : one with GATK/haplotypecaller and one with Sentieon/haplotyper. The Sentieon/haplotyper subworkflow for joint-germlilne variant-callling doesn't use GenomicsDB, and as far as I can tell it works fine with the option We do have this test, which gives:
with the sentieon-cmd being this
If I do something similar but with
then I get:
and the sentieon-cmd looks like this:
I guess we want to keep the possibility of running the joint-germline sentieon/haplotyper with Should I perhaps add a test for that? |
yes of course, just for the one that uses the genomicsdb route we want to have an early fail |
Should I add a pytest for that as mentioned above? |
repeat #1434 |
I commented this in the other issue, but im going to put it here b/c this has some discussion -- rather than failing, the GATK workflow could use https://gatk.broadinstitute.org/hc/en-us/articles/360037053272-CombineGVCFs |
Description of the bug
As title states, we used to have it but apparently not anymore, see here: https://nfcore.slack.com/archives/CGFUX04HZ/p1697021363120009
Command used and terminal output
No response
Relevant files
No response
System information
No response
The text was updated successfully, but these errors were encountered: