Goodman-lab / DP5

Python workflow for DP5 and DP4 analysis of organic molecules
Other
174 stars 101 forks source link

Make GUI executable without calling Python #15

Closed zjp closed 4 years ago

zjp commented 4 years ago

I noticed that PyDP4.py was executable but PyDP4_GUI.py was not. This adds the executable flag to the file, which is invisible to source control. Additionally, the Python shebang has been placed at the top of the file so that it isn't necessary to call it via the Python interpreter.

KristapsE commented 4 years ago

Thanks!