TobiasRubel / Pathway-Reconstruction-Tools

2 stars 0 forks source link

make symbolic links instead of copying files #1

Closed annaritz closed 4 years ago

annaritz commented 4 years ago

Lines 66-68 in Methods/main.py has shutil.copy() functions. Instead of copying files, make symbolic links.

TobiasRubel commented 4 years ago

I've made the interactome and pathway calls symlinks. Changes will be pushed later today.