comparison fixFastq.xml @ 2:cfe2e583df82 draft

Uploaded
author matt-shirley
date Sat, 30 Mar 2013 22:10:22 -0400
parents b9e8df2534f9
children 3ffaee64bb66
comparison
equal deleted inserted replaced
1:7911d648cf29 2:cfe2e583df82
14 </outputs> 14 </outputs>
15 <stdio> 15 <stdio>
16 <exit_code range="127" level="fatal" description="Cannot find fixFastq.py"/> 16 <exit_code range="127" level="fatal" description="Cannot find fixFastq.py"/>
17 </stdio> 17 </stdio>
18 <requirements> 18 <requirements>
19 <requirement type="python-module">hamstring</requirement> 19 <requirement type="package" version="1.0">hamstring</requirement>
20 </requirements> 20 </requirements>
21 <help> 21 <help>
22 This program accepts a fastqsanger file containing reads that are barcoded on the 5' end using a Hamming7,4 DNA barcode. A list of valid barcodes is checked, 22 This program accepts a fastqsanger file containing reads that are barcoded on the 5' end using a Hamming7,4 DNA barcode. A list of valid barcodes is checked,
23 and if the barcode checksum fails the barcode is corrected and checked against this list. If the barcode is not present in the list, it may be replaced 23 and if the barcode checksum fails the barcode is corrected and checked against this list. If the barcode is not present in the list, it may be replaced
24 with 'N' to denote ambiguity. 24 with 'N' to denote ambiguity.