dib-lab / elvers

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

one possible approach to testing: inspect command lines #56

Open ctb opened 5 years ago

ctb commented 5 years ago

we now have the basic assembly under CI (yay!), up through annotation. but I'm wary of adding too many more execution tests on Travis, because they take real time and memory and disk space.

eelpond is all about getting parameters from config file(s) to downstream programs.

so, what about inspecting the command line that is output by snakemake -n as a way to determine if configuration parameters are making it "out" to downstream programs"

ctb commented 5 years ago

would be interesting to see what snakemake does for its own testing! see snakemake repo, directory tests/