[project @ move brandon's pipeline handling code into gaworkflow.pipeline]
authorDiane Trout <diane@caltech.edu>
Tue, 20 Nov 2007 09:50:58 +0000 (09:50 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 20 Nov 2007 09:50:58 +0000 (09:50 +0000)
commitc6ad3af76120d3aa6c17c910a1700ecbcd262d1d
tree86571fb409fa2704bba037ac3cae9550e69776ba
parentab1f319fe1a80b5ba4d9ccb5c95812cf23455c94
[project @ move brandon's pipeline handling code into gaworkflow.pipeline]
the code that was in the if __name__ == "__main__" got moved into
similary named scripts in the scripts directory. Those import everything from
their corresponding gaworkfile.pipeline module.

I still wish the names were shorter, and yet still descriptive.

Other refactoring ideas, break configure_run up, make a single module to hold
all the exceptions from all the varios parts of the pipeline.

And:

I (still) find our lack of tests disturbing.
bin/config_pipeline2.py [deleted file]
bin/genome_mapper.py [deleted file]
bin/retrieve_eland_config.py [deleted file]
gaworkflow/pipeline/configure_run.py [new file with mode: 0644]
gaworkflow/pipeline/genome_mapper.py [new file with mode: 0644]
gaworkflow/pipeline/retrieve_config.py [new file with mode: 0644]
scripts/configure_pipeline [new file with mode: 0644]
scripts/retrieve_config [new file with mode: 0644]
setup.py