schneebergerlab / msyd

MIT License
9 stars 0 forks source link

Added check to ensure that the input file exists #1

Closed mnshgl0110 closed 2 years ago

mnshgl0110 commented 2 years ago

Currently, main.py crashes with FileNotFoundError: [Errno 2] No such file or directory: 'col_an1syri.out' error when everything is not in the same folder. I have added check that the file exists.

Also, we need to come up with system on how to edit files without having millions of merge conflicts.