Mercurial > repos > iuc > umi_tools_whitelist
changeset 2:c1743022a8cd draft
planemo upload commit e274ffd67bede657f4f5a2c6524023ff57f0db87
| author | iuc |
|---|---|
| date | Thu, 29 Mar 2018 18:24:04 -0400 |
| parents | dac4e7dc837d |
| children | 853f74e08009 |
| files | umi-tools_whitelist.xml |
| diffstat | 1 files changed, 53 insertions(+), 17 deletions(-) [+] |
line wrap: on
line diff
--- a/umi-tools_whitelist.xml Tue Mar 27 14:26:15 2018 -0400 +++ b/umi-tools_whitelist.xml Thu Mar 29 18:24:04 2018 -0400 @@ -1,7 +1,22 @@ -<tool id="umi_tools_whitelist" name="UMI-tools whitelist" version="@VERSION@.0"> +<tool id="umi_tools_whitelist" name="UMI-tools whitelist" version="@VERSION@.1"> <description>Extract cell barcodes from FASTQ files</description> <macros> <import>macros.xml</import> + <macro name="barcode2_conditional" > + <conditional name="barcode"> + <param name="barcode_select" argument="--split-barcode" type="select" label="Barcode on both reads?"> + <option value="first_read_only">Barcode on first read only</option> + <option value="both_reads">Barcode on both reads</option> + </param> + <when value="first_read_only"/> + <when value="both_reads"> + <param name="bc_pattern2" argument="--bc-pattern2" type="text" value="" label="Barcode pattern for second read" + help="Use this option to specify the format of the UMI/barcode for + the second read pair if required."> + </param> + </when> + </conditional> + </macro> </macros> <expand macro="requirements" /> <command detect_errors="exit_code"><