elvers icon indicating copy to clipboard operation
elvers copied to clipboard

one possible approach to testing: inspect command lines

Open ctb opened this issue 6 years ago • 1 comments

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 avatar Jan 27 '19 19:01 ctb

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

ctb avatar Jan 27 '19 23:01 ctb