Mercurial > repos > devteam > picard
diff picard_MarkDuplicatesWithMateCigar.xml @ 12:05087b27692a draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 7491208ca0c917a053798a48c3e54c3e30e95d92
author | devteam |
---|---|
date | Sun, 27 Nov 2016 15:11:50 -0500 |
parents | 5eaa8a968300 |
children | 7e6fd3d0f16e |
line wrap: on
line diff
--- a/picard_MarkDuplicatesWithMateCigar.xml Wed Nov 11 12:23:17 2015 -0500 +++ b/picard_MarkDuplicatesWithMateCigar.xml Sun Nov 27 15:11:50 2016 -0500 @@ -4,10 +4,10 @@ <import>picard_macros.xml</import> </macros> <expand macro="requirements" /> - <command> + <command detect_errors="exit_code"><![CDATA[ @java_options@ - java -jar \$JAVA_JAR_PATH/picard.jar + picard MarkDuplicatesWithMateCigar INPUT="${inputFile}" @@ -35,7 +35,7 @@ QUIET=true VERBOSITY=ERROR - </command> + ]]></command> <inputs> <param format="bam" name="inputFile" type="data" label="Select SAM/BAM dataset or dataset collection" help="If empty, upload or import a SAM/BAM dataset"/> <param name="comment" type="text" label="Add this comment to BAM dataset"/> @@ -46,7 +46,7 @@ <param name="assume_sorted" type="boolean" label="Assume the input file is already sorted" checked="true" truevalue="true" falsevalue="false" help="ASSUME_SORTED; default=True"/> <param name="duplicate_scoring_strategy" type="select" label="The scoring strategy for choosing the non-duplicate among candidates" help="DUPLICATE_SCORING_STRATEGY; default=TOTAL_MAPPED_REFERENCE_LENGTH"> - <option value="TOTAL_MAPPED_REFERENCE_LENGTH" select="True">TOTAL_MAPPED_REFERENCE_LENGTH</option> + <option value="TOTAL_MAPPED_REFERENCE_LENGTH" selected="True">TOTAL_MAPPED_REFERENCE_LENGTH</option> <option value="SUM_OF_BASE_QUALITIES">SUM_OF_BASE_QUALITIES</option> </param> @@ -84,9 +84,6 @@ </test> </tests> - <stdio> - <exit_code range="1:" level="fatal"/> - </stdio> <help>