-
Notifications
You must be signed in to change notification settings - Fork 123
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
Pipeline stalls before IDR steps #276
Comments
The pipeline failed at several |
I notice that the original IDR script I submit as a job doesn't use much memory at all, but it does spawn several smaller jobs with the name To build the genome, I used build_genome_data.sh and made the following modifications:
Because the genome I'm using has thousands of scaffolds and the header names are long, I decided to use For reference, these are what the headers of the fasta look like:
Another question regarding the line recommending using |
For heavy tasks (bowtie2, spp, macs2, ...), pipeline allocates memory according to the size of inputs but for IDR it allocates a fixed amount of memory 4GB. You need to edit this line if IDR fails due to OOM:
It looks like macs2 failed due to OOM?
|
Describe the bug
The pipeline stalls or ends prematurely before the IDR steps.
I have successfully run the pipeline on datasets using the mm10 genome, but it stalls when I use custom genomes.
OS/Platform
$ conda --version
).Caper configuration file
Paste contents of
~/.caper/default.conf
.Input JSON file
Paste contents of your input JSON file.
Troubleshooting result
Below are some of the output logs from a run that ended prematurely.
cromwell.out.log
output.err.log
output.out.log
The text was updated successfully, but these errors were encountered: