-
Notifications
You must be signed in to change notification settings - Fork 55
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
Bowtie2 Mapping Alignment exceeded running time limit error #158
Labels
bug
Something isn't working
Comments
@koushik20 I'm having this same issue - were you able to fix it? |
I gave a separate custom nextflow config file and the pipeline was completed without any errors.
|
Closed
Thank you so much! This worked nicely, though for some samples the bowtie alignment step is taking over 48 hours... seems too long. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of the bug
Hi,
Thanks for the detailed documentation!
I am running nfcore/hic version 2.0.0 with GRCh38 reference genome but always getting
Process exceeded running time limit (16h)
Below is the terminal output
The pipeline always stops at this particular bowtie2 mapping step. I gave a separate nextflow.config file and assigned greater memory to this specific step.
So My Questions are
Why does the pipeline aborts at 16h timestamp even though I gave 240h max time?
When I ran some samples earlier with GRCh37 the pipeline was completed successfully so I there an issue with using GRCh38?
I tried to run with different
--max_cpus, --max_memory, --max_time
configurations but the pipeline always aborts at this particular step (command executed step) see aboveThank you!
Command used and terminal output
Relevant files
nextflow.log
System information
Nextflow version - 22.10.7
Hardware - Desktop
Executor - local
Container engine: Docker
OS Ubuntu - 20.04.5 Linux
Version - nf-core/hic 2.0.0
The text was updated successfully, but these errors were encountered: