mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
revert markduplciatespark changes
This commit is contained in:
parent
8b4d021189
commit
ba14355891
1 changed files with 0 additions and 2 deletions
|
@ -34,8 +34,6 @@ process GATK4_MARKDUPLICATES_SPARK {
|
||||||
"""
|
"""
|
||||||
export SPARK_USER=spark3
|
export SPARK_USER=spark3
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
gatk --java-options "-Xmx${avail_mem}g" MarkDuplicatesSpark \\
|
gatk --java-options "-Xmx${avail_mem}g" MarkDuplicatesSpark \\
|
||||||
$input_list \\
|
$input_list \\
|
||||||
--output $prefix \\
|
--output $prefix \\
|
||||||
|
|
Loading…
Reference in a new issue