geneontology / noctua-models

This is the data repository for the models created and edited with the Noctua tool stack for GO.
http://noctua.geneontology.org/
Creative Commons Attribution 4.0 International
10 stars 3 forks source link

collate-gpads.pl should take an argument/option to set the output directory #126

Open dougli1sqrd opened 5 years ago

dougli1sqrd commented 5 years ago

The script at utils/collage-gpads.pl is hard-coded currently to put the collated gpads in the ./legacy/ directory. This is limiting in a docker environment where we would like to specify a specific directory for all data products in the pipeline (like to a mapped directory to outside the docker image).

The script should be able to be given an output directory and the script would put the finished files there.

kltm commented 5 years ago

In the interim, one can just map the outside volume to that directory.