SALSA icon indicating copy to clipboard operation
SALSA copied to clipboard

Improve usability

Open alanorth opened this issue 3 years ago • 0 comments

Minor usability improvements:

  • Remove executable bit from source files
  • Add executable bit to run_pipeline.py
  • Add python2 shebang to all Python scripts so they can be run without typing python2 blah.py (they already have an executable bit). Note that you can still run them with python2 manually if you want.

These changes improve the usability when installed system-wide in a multi-user cluster with many versions of Python available, etc.

alanorth avatar Nov 12 '20 08:11 alanorth