Murali-group / Beeline

BEELINE: evaluation of algorithms for gene regulatory network inference
GNU General Public License v3.0
171 stars 51 forks source link

Reduce Disk Space for ExpressionData.csv Copies #91

Open ktakers opened 1 year ago

ktakers commented 1 year ago

The generateInputs() methods in the *Runner.py classes write copies of ExpressionData.csv into different subdirectories for each algorithm. In the case that multiple algorithms share the same input format, disk space could be conserved by writing input into a shared directory used by all of those algorithms.