fhcrc / nestly

Make and use nested directory trees corresponding to combinatorial choices of parameters
http://nestly.readthedocs.org
MIT License
21 stars 2 forks source link

Include some default information in control.json? #4

Closed cmccoy closed 13 years ago

cmccoy commented 13 years ago

It might be nice to have some standard values, like the root of the nestly run, and the directory the control.json file is getting dumped to in every control.json file generated by nestly, either in the top level, or in a special nestly place, like:

{
  "_nestly": {
    "output_path": "/path/to/root/value1/value2"
  }, 
  "param2": "value2", 
  "param1": "value1"
}