VDBWRAIR / pathdiscov

Pathogen Discover Pipeline
1 stars 1 forks source link

Make it so stages can be run independently #265

Closed necrolyte2 closed 9 years ago

necrolyte2 commented 9 years ago

Right now it is quite difficult to get any of the stages to run independently which makes testing each of them hard.

When the pipeline runs(main.py) it runs some functions to properly setup the shell's environment(perl paths, path, vars, ...)

We need to change it such that each stage does not rely on all of that being set, but instead when the virtualenv is activated that is all that is needed for the stages to run(aka, any individual script can run without special paths being passed into it)

necrolyte2 commented 9 years ago

Steps to modularize and have simple functional tests