Skip to content

Commit

Permalink
Merge pull request #8 from TRON-Bioinformatics/tmp-folder-strikes-back
Browse files Browse the repository at this point in the history
ensures the GATK sort before mark duplicates uses the right tmp folder
  • Loading branch information
priesgo authored Apr 25, 2022
2 parents 268725c + 9718ded commit 802fa8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ This issue is described here and the solution is to use Java 8 https://gatk.broa



## Biblipgraphy
## Bibliography

* DePristo M, Banks E, Poplin R, Garimella K, Maguire J, Hartl C, Philippakis A, del Angel G, Rivas MA, Hanna M, McKenna A, Fennell T, Kernytsky A, Sivachenko A, Cibulskis K, Gabriel S, Altshuler D, Daly M. (2011). A framework for variation discovery and genotyping using next-generation DNA sequencing data. Nat Genet, 43:491-498. DOI: 10.1038/ng.806.
* Di Tommaso, P., Chatzou, M., Floden, E. W., Barja, P. P., Palumbo, E., & Notredame, C. (2017). Nextflow enables reproducible computational workflows. Nature Biotechnology, 35(4), 316–319. 10.1038/nbt.3820
1 change: 1 addition & 0 deletions modules/02_mark_duplicates.nf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ process MARK_DUPLICATES {
mkdir tmp
gatk SortSam \
--java-options '-Xmx${params.mark_duplicates_memory} -Djava.io.tmpdir=./tmp' \
--INPUT ${bam} \
--OUTPUT ${name}.sorted.bam \
--SORT_ORDER coordinate
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ process.shell = ['/bin/bash', '-euo', 'pipefail']

cleanup = true

VERSION = '1.9.0'
VERSION = '1.9.1'
DOI = 'https://zenodo.org/badge/latestdoi/358400957'

manifest {
Expand Down

0 comments on commit 802fa8c

Please sign in to comment.