-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor bug in r.abin #196
Comments
Hello @danielhollas, I found a minor bug and suggested a quick fix. Regarding the error message:
server's response was:
Best regards, |
@JanPolena thank you for the report! 👋
#$ is actually a syntax specific to the SGE scheduler that's used on Prague clusters. Instead of passing parameters on command line, one can specify them in the script itself. I agree that we shouldn't include the queue name in the script. I do want to keep the Line 139 in a781b39
I've made some changes in #191, if you could take a look that would be great! |
I found a minor bur in r.abin file, specifically lines 13 and 14:
#$ is read by Unix systems as a "command" similary to #! when writing #!/bin/bash instead of comment line.
I would recommend changing to:
The text was updated successfully, but these errors were encountered: