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

Awsbatch adjustments #724

Merged
merged 10 commits into from
Feb 11, 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- [#719](https://github.com/SciLifeLab/Sarek/pull/719) - `vepCacheVersion` is now defined in `conf/genomes.config` or `conf/igenomes.config`
- [#719](https://github.com/SciLifeLab/Sarek/pull/719) - `snpeff` and `vep` containers are now built with conda
- [#716](https://github.com/SciLifeLab/Sarek/pull/716) - Update paths to containers and iGenomes
- [#724](https://github.com/SciLifeLab/Sarek/pull/724) - Improved AwsBatch configuration

### `Added`
- [#719](https://github.com/SciLifeLab/Sarek/pull/719) - Possibility to use cache wen annotating with `snpEff` and `VEP`
Expand Down
2 changes: 1 addition & 1 deletion Sarek-data
3 changes: 3 additions & 0 deletions conf/aws-batch.config
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ process {
maxRetries = 4
cpus = 2
memory = 8.GB
time = { check_max( 18.h * task.attempt, 'time' ) }

scratch = true

withName:RunBcftoolsStats {
cpus = 1
Expand Down