dib-lab / elvers

(formerly eelpond) an automated RNA-Seq workflow system
https://dib-lab.github.io/elvers/
Other
28 stars 3 forks source link

only read in samples IF we need them #120

Closed bluegenes closed 5 years ago

bluegenes commented 5 years ago

Don't require samples.tsv - only read in the file if we're using the get_data util.

Note that this works as is, but does not do any safety checks to make sure samples is included if we need it. That should happen within a larger input/output checking, and thus will be a separate PR (issue #110).

bluegenes commented 5 years ago

closes #82, #104