Skip to content
Snippets Groups Projects
Commit 9e121dac authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Make sampled align use > 32GB nodes on BioHPC

parent e7c65fea
2 merge requests!65Develop,!64Resolve "samtools sort: couldn't allocate memory for bam_mem"
Pipeline #9064 failed with stages
in 1 hour, 55 minutes, and 38 seconds
......@@ -13,6 +13,7 @@
* Handle blank submitted endness better
* Don't use file.csv from inputBag to parse manual endness, use counted from getData
* Detect malformed fastq's (#107)
* Restrict sampled alignment process to use >32GB nodes on BioHPC
*Known Bugs*
* Override params (inputBag, fastq, species) aren't checked for integrity
......
......@@ -32,7 +32,7 @@ process {
executor = 'local'
}
withName:alignSampleData {
queue = 'super'
queue = '128GB,256GB,256GBv1,384GB'
}
withName:inferMetadata {
queue = 'super'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment