-
Notifications
You must be signed in to change notification settings - Fork 748
Use separate script for long stage/unstage commands #3851
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
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
|
CI tests were double triggered for push and pull_request, @ewels did we do something wrong? |
|
It's because your fork is out of date. I think if you hit "Update branch" it should work as expected... 🤞🏻 |
|
Sorry, couldn't resist hitting the button to find out 😆 Looking good now though! |
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
|
Looking at #2118 , I believe this check was added as a partial solution: nextflow/modules/nextflow/src/main/groovy/nextflow/executor/SimpleFileCopyStrategy.groovy Lines 132 to 133 in 6ef14c0
So can we safely remove this check? Now it will be in the |
modules/nextflow/src/main/resources/nextflow/executor/command-stage.txt
Outdated
Show resolved
Hide resolved
modules/nextflow/src/main/groovy/nextflow/executor/BashWrapperBuilder.groovy
Outdated
Show resolved
Hide resolved
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
|
Made some improvements:
It should be added an integration tests in |
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
modules/nextflow/src/main/groovy/nextflow/executor/SimpleFileCopyStrategy.groovy
Show resolved
Hide resolved
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
modules/nextflow/src/main/groovy/nextflow/executor/BashWrapperBuilder.groovy
Outdated
Show resolved
Hide resolved
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
|
Considering the Slurm limit is 5MB (see here), i've creased the default to 1 MB |
|
Let's merge this. Solve #2852 |
Signed-off-by: Ben Sherman <bentshermann@gmail.com> Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com> Co-authored-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>

Closes #2852
TODO: