Mercurial > repos > devteam > picard
diff picard_MarkDuplicatesWithMateCigar.xml @ 31:585027e65f3b draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 70d2a66c405be58d4413753792bcadf212a4da84
author | iuc |
---|---|
date | Sat, 25 Feb 2023 20:33:49 +0000 |
parents | 881d7645d1bf |
children | f9242e01365a |
line wrap: on
line diff
--- a/picard_MarkDuplicatesWithMateCigar.xml Mon Aug 22 09:56:00 2022 +0000 +++ b/picard_MarkDuplicatesWithMateCigar.xml Sat Feb 25 20:33:49 2023 +0000 @@ -2,7 +2,7 @@ <description>examine aligned records in BAM datasets to locate duplicate molecules</description> <macros> <import>picard_macros.xml</import> - <token name="@WRAPPER_VERSION@">2</token> + <token name="@WRAPPER_VERSION@">3</token> </macros> <expand macro="requirements" /> <command detect_errors="exit_code"><![CDATA[ @@ -55,15 +55,15 @@ <param name="read_name_regex" type="text" value="[a-zA-Z0-9]+:[0-9]:([0-9]+):([0-9]+):([0-9]+).*." label="Regular expression that can be used to parse read names in the incoming SAM/BAM dataset" help="READ_NAME_REGEX; Read names are parsed to extract three variables: tile/region, x coordinate and y coordinate. These values are used to estimate the rate of optical duplication in order to give a more accurate estimated library size. See help below for more info; default=[a-zA-Z0-9]+:[0-9]:([0-9]+):([0-9]+):([0-9]+).*."> <expand macro="sanitize_query" /> </param> - <param name="optical_duplicate_pixel_distance" type="integer" value="100" min="0" max="500" label="The maximum offset between two duplicte clusters in order to consider them optical duplicates" help="OPTICAL_DUPLICATE_PIXEL_DISTANCE; default=100"/> + <param name="optical_duplicate_pixel_distance" type="integer" value="100" min="0" max="5000" label="The maximum offset between two duplicte clusters in order to consider them optical duplicates" help="OPTICAL_DUPLICATE_PIXEL_DISTANCE; default=100"/> <expand macro="VS" /> </inputs> <outputs> - <data format="txt" name="metrics_file" label="${tool.name} on ${on_string}: MarkDuplicate metrics"/> - <data format="bam" name="outFile" label="${tool.name} on ${on_string}: MarkDuplicates BAM output"/> + <data format="txt" name="metrics_file" label="${tool.name} on ${on_string}: metrics"/> + <data format="bam" name="outFile" label="${tool.name} on ${on_string}: BAM"/> </outputs> <tests>