ZealousGeneticist / cartogene

A Python program for taking chemicals and finding the genes they interact with and the mechanisms of interaction.
GNU General Public License v3.0
2 stars 0 forks source link

Cartogene deletes huge JSON files as cleanup after a successful run. #5

Closed feltus closed 1 year ago

feltus commented 1 year ago

Please add this feature.

ZealousGeneticist commented 1 year ago

This issue was addressed in the last major update (#9) which added a function called 'cleanup' which would remove the large JSON files. Once sys.argv has been implemented, this should be able to turned off as well, which is the target of the next update.