-
Notifications
You must be signed in to change notification settings - Fork 532
A few fixes to bin scripts and a proposal of a new one #1596
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
Conversation
1 similar comment
1 similar comment
3 similar comments
@@ -1,11 +1,12 @@ | |||
#!/usr/bin/env python | |||
#!python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you please explain the rationale for this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"#!python" is being used in the other scripts, e.g., nipype_display_crash.
I tought about it and I am not sure if "#!/usr/bin/env python" works on Windows (if there is any Windows user here).
@alexsavio - i'll merge this, but i'm noting here that one thing we should do is have a single nipype command tool with subcommands, like aws, singularity, docker, etc.,. |
Hi Satra, thanks for the note. |
let's go with also perhaps |
I have a first working approach. I moved |
perhaps |
Uh oh!
There was an error while loading. Please reload this page.