populationgenomics / production-pipelines

Genomics workflows for CPG using Hail Batch
MIT License
2 stars 0 forks source link

Invalid Cohort IDs as inputs fails silently #768

Open vivbak opened 1 month ago

vivbak commented 1 month ago

If you input a Cohort ID that doesn't exist, there is no failure. It will simply return nothing for that Cohort. This is fine when you simply specify one cohort ID, as the failure will be caught downstream. However, if you specify multiple cohort ID's, and one is invalid, the failure will be silent.