You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 27, 2020. It is now read-only.
-[#679](https://github.com/SciLifeLab/Sarek/pull/679) - Update old awsbatch configuration
27
+
-[#682](https://github.com/SciLifeLab/Sarek/pull/682) - Specifications for memory and cpus for awsbatch
27
28
-[#693](https://github.com/SciLifeLab/Sarek/pull/693) - Qualimap bamQC is now ran after mapping and after recalibration for better QC
28
29
-[#700](https://github.com/SciLifeLab/Sarek/pull/700) - Update GATK to `4.0.9.0`
29
30
-[#702](https://github.com/SciLifeLab/Sarek/pull/702) - update FastQC to `0.11.8`
31
+
-[#705](https://github.com/SciLifeLab/Sarek/pull/705) - Change `--TMP_DIR` by `--tmp-dir` for GATK `4.0.9.0` BaseRecalibrator
30
32
31
33
### `Fixed`
32
34
@@ -35,6 +37,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
35
37
-[#679](https://github.com/SciLifeLab/Sarek/pull/679) - Add publishDirMode for `germlineVC.nf`
36
38
-[#700](https://github.com/SciLifeLab/Sarek/pull/700) - Fix [#699](https://github.com/SciLifeLab/Sarek/issues/699) missing DP in the FORMAT column VCFs for MuTect2
Copy file name to clipboardExpand all lines: docs/PARAMETERS.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,14 @@ So you can write `--tools mutect2,ascat` or `--tools MuTect2,ASCAT` without worr
62
62
63
63
Only required if you use the awsbatch profile. This parameter specifies the queue for which jobs are submitted in AWS Batch.
64
64
65
+
### --awsqueue_tiny `BatchQueueName`
66
+
67
+
Only used if you use the awsbatch profile. This parameter specifies a queue used for certain small jobs that might still require a significant amount of disk storage.
68
+
69
+
### --localReportDir `Directory`
70
+
71
+
Only used if you use the awsbatch profile. This parameter specifies an output directory for nextflow reports, such as Sarek_timeline.html, which currently is not fully supported to store on s3.
72
+
65
73
### --verbose
66
74
67
75
Display more information about files being processed.
0 commit comments