Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@ewels
Copy link
Member

@ewels ewels commented Mar 20, 2019

nf-core download uses the Python zipfile module to unzip the downloaded pipeline scripts. This package strips all file permissions, so the files are no longer executable.

In this PR, the code just traverses the downloaded files and does a chmod 775 to make them executable. It's a bit like swatting a fly with a hammer, but it should work..

x-ref #289

@ewels
Copy link
Member Author

ewels commented Mar 25, 2019

@nf-core/core - ready to merge if you're happy... 😇

@ewels ewels requested a review from a team March 25, 2019 14:41
@apeltzer apeltzer merged commit 2a2ab79 into nf-core:dev Mar 25, 2019
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

Successfully merging this pull request may close these issues.

2 participants