thasso / pyjip

JIP Pipeline System
http://pyjip.readthedocs.org
Other
19 stars 8 forks source link

Shebang line on Linux for pipelines does not work #59

Open necrolyte2 opened 8 years ago

necrolyte2 commented 8 years ago

Just an FYI, this does not work in Linux as the shebang line will try to execute "jip -p" not "jip" "-p"

The documentation references this quite often

#!/usr/bin/env jip -p

Not a huge deal as you just have to just create a #%begin pipeline block and it seems to work the same