Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

Quickfix, using core without specifying cpus crashes runs on uppmax #749

Merged
merged 3 commits into from
Mar 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased

### `Fixed`
- [#749](https://github.com/SciLifeLab/Sarek/pull/749) - Fix config problematic use of queue `core` for uppmax-slurm

## [2.3.FIX1] - 2019-03-04

### `Fixed`
Expand Down
3 changes: 0 additions & 3 deletions conf/uppmax-slurm.config
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ process {
withName:BuildVCFIndex {
}
withName:ConcatVCF {
queue = 'core'
}
withName:CreateRecalibrationTable {
cpus = 10
Expand All @@ -55,8 +54,6 @@ process {
memory = {2 * params.singleCPUMem}
}
withName:MergeBams {
memory = {params.singleCPUMem * task.attempt}
queue = 'core'
time = {params.runTime * task.attempt}
}
withName:RecalibrateBam {
Expand Down