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

Commit

Permalink
Awsbatch adjustments (#724)
Browse files Browse the repository at this point in the history
* Stashing awsbatch testing

* A new test data tsv file for dream data

* Remove beforeScript, not needed when the AMI was fixed

* No efs tmp mapping in runoptions

* Merged sarek-data repo

* Added a normal-only dream testdata tsv

* Add back time restriction, deal with that later

* Updated CHANGELOG.md

* Updated Sarek-data to latest master
  • Loading branch information
alneberg authored and maxulysse committed Feb 11, 2019
1 parent 1ecccac commit e98df24
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
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

0 comments on commit e98df24

Please sign in to comment.