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

Commit 5a92b24

Browse files
authored
Merge pull request #716 from MaxUlysse/munin
update munin configuration
2 parents 006c352 + febecb3 commit 5a92b24

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111

1212
- [#710](https://github.com/SciLifeLab/Sarek/pull/710) - Improve release checklist and script
1313
- [#711](https://github.com/SciLifeLab/Sarek/pull/711) - Improve configuration priorities
14+
- [#716](https://github.com/SciLifeLab/Sarek/pull/716) - Update paths to containers and iGenomes
1415

1516
### `Removed`
1617
- [#715](https://github.com/SciLifeLab/Sarek/pull/715) - Remove `defReferencesFiles` function from `buildReferences.nf`

conf/munin.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ env {
1111
}
1212

1313
params {
14-
containerPath = '/btb/containers/'
15-
genome_base = params.genome == 'GRCh37' ? '/btb/references/Homo_sapiens/GATK/GRCh37/' : params.genome == 'GRCh38' ? '/btb/references/Homo_sapiens/GATK/GRCh38/' : 'References/smallGRCh37'
14+
containerPath = '/data0/btb/containers/'
15+
genome_base = params.genome == 'GRCh37' ? '/data0/btb/references/igenomes/Homo_sapiens/GATK/GRCh37/' : params.genome == 'GRCh38' ? '/data0/btb/references/igenomes/Homo_sapiens/GATK/GRCh38/' : 'References/smallGRCh37'
1616
singleCPUMem = 15.GB
1717
totalMemory = 754.GB
1818
}

0 commit comments

Comments
 (0)