Commit 24982bb5 authored by Chris Cheshire's avatar Chris Cheshire
Browse files

Updated picard to new command syntax

parent fc07dc62
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ params {
        */

        "picard_markduplicates" {
            args          = "ASSUME_SORTED=true REMOVE_DUPLICATES=false VALIDATION_STRINGENCY=LENIENT TMP_DIR=tmp"
            args          = "-ASSUME_SORT_ORDER coordinate -REMOVE_DUPLICATES false -VALIDATION_STRINGENCY LENIENT -TMP_DIR tmp"
            suffix        = ".target.markdup"
            publish_files = false
        }
@@ -101,7 +101,7 @@ params {
        }

        "picard_dedup" {
            args          = "ASSUME_SORTED=true REMOVE_DUPLICATES=true VALIDATION_STRINGENCY=LENIENT TMP_DIR=tmp"
            args          = "-ASSUME_SORT_ORDER coordinate -REMOVE_DUPLICATES true -VALIDATION_STRINGENCY LENIENT -TMP_DIR tmp"
            suffix        = ".target.dedup"
            publish_files = false
        }