comparison picard_RevertSam.xml @ 20:2a17c789e0a5 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 5ebd6c8453b49dd6a36e372eb1eb6e323bb7ad8a
author iuc
date Tue, 19 Jun 2018 11:28:49 -0400
parents 5053a18d9bc8
children f9242e01365a
comparison
equal deleted inserted replaced
19:5053a18d9bc8 20:2a17c789e0a5
1 <tool name="RevertSam" id="picard_RevertSam" version="@TOOL_VERSION@.@WRAPPER_VERSION@"> 1 <tool name="RevertSam" id="picard_RevertSam" version="@TOOL_VERSION@.@WRAPPER_VERSION@">
2 <description>revert SAM/BAM datasets to a previous state</description> 2 <description>revert SAM/BAM datasets to a previous state</description>
3 <macros> 3 <macros>
4 <import>picard_macros.xml</import> 4 <import>picard_macros.xml</import>
5 <token name="@WRAPPER_VERSION@">0</token> 5 <token name="@WRAPPER_VERSION@">1</token>
6 </macros> 6 </macros>
7 <expand macro="requirements" /> 7 <expand macro="requirements" />
8 <command detect_errors="exit_code"><![CDATA[ 8 <command detect_errors="exit_code"><![CDATA[
9 @java_options@ 9 @java_options@
10 picard 10 picard
28 28
29 SORT_ORDER="${sort_order}" 29 SORT_ORDER="${sort_order}"
30 VALIDATION_STRINGENCY="${validation_stringency}" 30 VALIDATION_STRINGENCY="${validation_stringency}"
31 QUIET=true 31 QUIET=true
32 VERBOSITY=ERROR 32 VERBOSITY=ERROR
33 @TMPDIR_OPTION@
33 34
34 ]]></command> 35 ]]></command>
35 <inputs> 36 <inputs>
36 <param format="sam,bam" name="inputFile" type="data" multiple="True" label="Select SAM/BAM dataset or dataset collection" help="If empty, upload or import a SAM/BAM dataset"/> 37 <param format="sam,bam" name="inputFile" type="data" multiple="True" label="Select SAM/BAM dataset or dataset collection" help="If empty, upload or import a SAM/BAM dataset"/>
37 <param name="restore_original_qualities" type="boolean" checked="True" label="Restore original qualities from the OQ field to the QUAL field if available" help="RESTORE_ORIGINAL_QUALITIES; default=True"/> 38 <param name="restore_original_qualities" type="boolean" checked="True" label="Restore original qualities from the OQ field to the QUAL field if available" help="RESTORE_ORIGINAL_QUALITIES; default=True"/>