Mercurial > repos > cjav > split_by_barcode
changeset 4:f40640700846 draft
Uploaded
author | cjav |
---|---|
date | Fri, 06 Sep 2013 14:15:03 -0400 |
parents | 5cb5f350b053 |
children | 1506445d0665 |
files | ngs-tools_split_by_barcode.xml |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/ngs-tools_split_by_barcode.xml Fri Sep 06 13:38:25 2013 -0400 +++ b/ngs-tools_split_by_barcode.xml Fri Sep 06 14:15:03 2013 -0400 @@ -5,7 +5,7 @@ </requirements> <command> ngs-tools split-by-barcode - $keep_barcode $input_format.format + $trim_barcode $input_format.format --barcode-size $barcode_length --max-distance $max_distance #for $i in $barcodes --barcode ${i.barcode} @@ -39,9 +39,9 @@ <repeat name="barcodes" title="Barcode" help="Barcodes to use. By default all barcodes with the correct length in the index are used. By using this option you can limit which ones to use."> <param name="barcode" type="text" label="Barcode to use" /> </repeat> - <param name="keep_barcode" type="select" label="Do not trim the barcode" help="By default barcodes are trimmed from the resulting splitted datasets"> - <option value="" selected="true">No</option> - <option value="--keep-barcode">Yes</option> + <param name="trim_barcode" type="select" label="Trim the barcode" help="By default barcodes are trimmed from the resulting splitted datasets"> + <option value="" selected="true">Yes</option> + <option value="--keep-barcode">No</option> </param> <param name="max_distance" type="integer" size="3" value="2" label="Number of allowed polymorphisms" help="Max Levenshtein's distance when looking for mutated barcodes." /> </inputs>