marschall-lab/strand-seq-graph-phasing

fail w/o strandseq

ptrebert opened this issue · 2 comments

the pipeline must immediately fail if not strand-seq data have been found (the glob wildcard expansion in the beginning).

Is there a particular exception to raise or is ValueError acceptable?

as long as you raise an informative error message, a generic ValueError is certainly fine (just for the sake of completeness: there is also a FileNotFound exception).