TobiasRubel / Pathway-Reconstruction-Tools

2 stars 0 forks source link

Consolidate common functions in an IO util #2

Open annaritz opened 4 years ago

annaritz commented 4 years ago

Common file input/output functions can be put into their on fileio.py module. For now I copied your df_to_graph() function and src_sink() function from PerfectLinker to my code.

TobiasRubel commented 4 years ago

Good idea. Do you suggest we throw fileio.py into an existing directory (maybe misc?), or make a new utils directory.

annaritz commented 4 years ago

Maybe make a utils directory. Some other notes: