Implement a client side config file generator.
authorDiane Trout <diane@caltech.edu>
Sat, 26 Sep 2009 00:02:17 +0000 (00:02 +0000)
committerDiane Trout <diane@caltech.edu>
Sat, 26 Sep 2009 00:02:17 +0000 (00:02 +0000)
commit63598431ae8e62ca73fd0774ee79816c98d01fad
tree483277b35e3cd53619801e3ceee40de0331f3ff6
parentd16e2d1fb331b77d7e8b88847327f0e0bc27243f
Implement a client side config file generator.
This downloads the flowcell information json block and then
creates a gerald config file with it.
This version will also look for a "post_run" entry in the
htsworkflow.ini config file for a script that should be
inserted into the config file to be run when make ends.
htsworkflow/frontend/experiments/experiments.py
htsworkflow/pipelines/genome_mapper.py
htsworkflow/pipelines/retrieve_config.py
htsworkflow/pipelines/test/test_retrive_config.py [new file with mode: 0644]
htsworkflow/util/url.py [new file with mode: 0644]
scripts/retrieve_config