Mercurial > repos > rnateam > bctools
diff extract_bcs.xml @ 5:e841de88235c draft
Uploaded
author | rnateam |
---|---|
date | Fri, 23 Oct 2015 07:28:06 -0400 |
parents | bf5b606f1aa7 |
children | 1bfc5a5de843 |
line wrap: on
line diff
--- a/extract_bcs.xml Thu Oct 22 10:42:54 2015 -0400 +++ b/extract_bcs.xml Fri Oct 23 07:28:06 2015 -0400 @@ -1,4 +1,4 @@ -<tool id="extract_bcs.py" name="extract_bcs.py" version="0.1.0"> +<tool id="extract_bcs.py" name="extract_bcs.py" version="1.0.0"> <description>Extract barcodes using pattern.</description> <macros> <import>macros.xml</import> @@ -16,19 +16,23 @@ $positional_2 #end if +--bcs $extractedbcs + > $default]]></command> <inputs> <param area="false" label="Barcoded sequences." name="positional_1" type="data" format="fastq"/> <param area="false" label="Pattern of barcode nucleotides starting at 5'-end. X positions will be moved to the header, N positions will be kept." name="positional_2" type="text"/> </inputs> <outputs> - <data hidden="false" name="default" format="fastq" /> + <data hidden="false" name="default" format="fastq"/> + <data name="extractedbcs" format="fasta"/> </outputs> <tests> <test> <param name="positional_1" value="reads.fastq"/> <param name="positional_2" value="XXXNNXXX"/> - <output name="default" file="result.fastq"/> + <output name="default" file="result_original_head.fastq"/> + <output name="extractedbcs" file="result.fa"/> </test> </tests> <help><![CDATA[