Skip to content
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

Move sync after chmod #31

Closed
keiranmraine opened this issue Feb 16, 2019 · 3 comments
Closed

Move sync after chmod #31

keiranmraine opened this issue Feb 16, 2019 · 3 comments

Comments

@keiranmraine
Copy link
Contributor

cancerit/dockstore-cgpwgs#33

https://github.com/cancerit/PCAP-core/blob/develop/lib/PCAP/Threaded.pm#L294-L298

@keiranmraine
Copy link
Contributor Author

keiranmraine commented Feb 16, 2019

Possibly just drop the chmod and change the following to execute with bash:

This:

system("/usr/bin/time $script 1> $out 2> $err");

To:

system("/usr/bin/time bash $script 1> $out 2> $err");

@keiranmraine
Copy link
Contributor Author

Done in e8a6b2c

@keiranmraine
Copy link
Contributor Author

Fixed in V4.2.7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant