CCBR / RENEE

A comprehensive quality-control and quantification RNA-seq pipeline
https://CCBR.github.io/RENEE/
MIT License
4 stars 4 forks source link

`config.json` should only be generated if it doesnt exist #34

Closed kopardev closed 1 year ago

kopardev commented 1 year ago

Currently config.json is generated everytime renee is run:

kelly-sovacool commented 1 year ago

We had this same problem in XAVIER. Adding an if/else to only run setup() if runmode == 'init' should do the trick. https://github.com/CCBR/XAVIER/issues/29

kopardev commented 1 year ago

Fixed in #39