comparison je-markdupes.xml @ 5:e2d1b5e1eb11 draft

planemo upload for repository https://git.embl.de/grp-gbcs/Je/tree/master/src/galaxy commit 0eefd837333dae6fbecaf4f55b053268d844eff6
author gbcs-embl-heidelberg
date Wed, 02 Aug 2017 10:59:49 -0400
parents 4ccf1406832d
children
comparison
equal deleted inserted replaced
4:384b972e43bc 5:e2d1b5e1eb11
1 <tool id="je_markdupes" name="Je-MarkDuplicates" version="@VERSION_STRING@"> 1 <tool id="je_markdupes" name="Je-MarkDuplicates" version="@VERSION_STRING@">
2 <description>to filter BAM files for read duplicates taking UMIs into account</description> 2 <description>to filter BAM files for read duplicates taking UMIs into account</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements" />
6 <stdio> 7 <stdio>
7 <exit_code range="1:" level="fatal" description="Tool exception" /> 8 <exit_code range="1:" level="fatal" description="Tool exception" />
8 </stdio> 9 </stdio>
9 <version_command>echo '1.0'</version_command> 10 <expand macro="version_command" />
10 <command interpreter="bash"> 11 <command>
11 <![CDATA[ 12 <![CDATA[
12 je markdupes 13 je markdupes
13 14
14 ## picard MarkDuplicates defaults 15 ## picard MarkDuplicates defaults
15 INPUT="${inputFile}" 16 INPUT="${inputFile}"
180 <output name="outFile" file="markdupes_DNase_sorted_marked.bam" ftype="bam" lines_diff="2"/> 181 <output name="outFile" file="markdupes_DNase_sorted_marked.bam" ftype="bam" lines_diff="2"/>
181 <output name="metrics_file" file="markdupes_metrics.txt" ftype="txt" lines_diff="4"/> 182 <output name="metrics_file" file="markdupes_metrics.txt" ftype="txt" lines_diff="4"/>
182 </test> 183 </test>
183 </tests> 184 </tests>
184 185
185 186 <help>
186 <help>
187 <![CDATA[ 187 <![CDATA[
188 **What it does** 188 **What it does**
189 189
190 Je MarkDupes: Examines aligned records in the supplied SAM or BAM file to locate duplicate molecules taking into account 190 Je MarkDupes: Examines aligned records in the supplied SAM or BAM file to locate duplicate molecules taking into account
191 molecular barcodes (Unique Molecular Identifiers or UMIs) found in read header. 191 molecular barcodes (Unique Molecular Identifiers or UMIs) found in read header.
401 401
402 Default value: 100. This option can be set to 'null' 402 Default value: 100. This option can be set to 'null'
403 to clear the default value. 403 to clear the default value.
404 404
405 ]]> 405 ]]>
406 </help> 406 </help>
407 407 <expand macro="citations"/>
408 </tool> 408 </tool>