-
Notifications
You must be signed in to change notification settings - Fork 727
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
Failure with awsbatch when running processes that are using executor: local #960
Comments
I guess the problem is that the |
I tried re-running the test command I have above and the original error is resolved. The new error is a little unclear, so I'm hesitant to report on it, but we see a seg fault in NFCORE_RNASEQ:RNASEQ:QUANTIFY_SALMON:SALMON_QUANT: Good news, however, is that your fix did resolve the issue for our "real" job. This succeeded:
Anyway, looks like the local executor s3 issue is indeed fixed. Thanks! |
Great! Thanks for confirming so quickly. I will close this issue but please feel free to create a separate issue for other problems you may encounter. For real-time help it may be better to join the nf-core Slack Workspace and ask any pipeline related questions in th e #rnaseq channel We also have a channel called #platform-aws in the Nextflow Slack Workspace where you can ask more infrastructure related questions. |
Description of the bug
Although we are running in awsbatch, some of the processes (e.g., MULTIQC_TSV_FAIL_TRIMMED, MULTIQC_TSV_FAIL_MAPPED) have a specification for executor: local. This results in the following error:
The other processes require an s3 path, but these want a local path for the work dir, so we are unable to successfully run the workflow (since we can't specify both). For the command used/output, we are running in AWS batch but I've written the equivalent parameters. Note there are a number of environment variables, included in the log. Most notably
NF_WORKDIR=s3://agc-501439698750-us-east-1/project/RNASeq/userid/ray17Xj9Q/context/rnaBigMem/nextflow-execution/runs
, an s3 path. Happy to provide any other info you may need.Command used and terminal output
Relevant files
log-events-viewer-result.csv
System information
The text was updated successfully, but these errors were encountered: