diff --git a/CHANGELOG.md b/CHANGELOG.md index 310f0868235388e82d101d0932d331cabc2cedff..761a706140ffa4986a595291b09fd62cf80c7bd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/workflow/conf/biohpc.config b/workflow/conf/biohpc.config index 27b83b7c286c2289e53ce792078bed99251943a3..cc058dfef74bc49adf3932554994678934ac7a44 100755 --- a/workflow/conf/biohpc.config +++ b/workflow/conf/biohpc.config @@ -32,7 +32,7 @@ process { executor = 'local' } withName:alignSampleData { - queue = 'super' + queue = '128GB,256GB,256GBv1,384GB' } withName:inferMetadata { queue = 'super'