GenomicMedLab / cool-seq-tool

https://coolseqtool.readthedocs.io
MIT License
4 stars 0 forks source link

feat: validate all inputs at once #314

Closed jsstevenson closed 2 months ago

jsstevenson commented 2 months ago

close #313

These had become kind of scattered, and each "warning" would insta-return rather than waiting to see if other inputs were also invalid. I wouldn't say that this is an exhaustive overhaul but it moves a check closer to the original call and also lets other checks occur where it seems easy to let them run.