changeset 22:5ee5afb56ca4 draft

Fixed a but that was causing the HRF workflow to crash when an empty barcode sequence was given.
author nikos
date Tue, 04 Aug 2015 04:32:12 -0400
parents f64937805d0d
children fb76303acf4f
files preprocessing.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/preprocessing.xml	Wed Feb 11 12:43:49 2015 -0500
+++ b/preprocessing.xml	Tue Aug 04 04:32:12 2015 -0400
@@ -55,7 +55,7 @@
             <filter> library['type'] == "paired"</filter>
         </data>
         <data format="tabular" name="barcodes" label="${tool.name} on ${on_string}: Barcodes" from_work_dir="output_dir/barcodes.txt">
-            <filter> library['barcode_seq'] != '' </filter>
+            <!-- <filter> library['barcode_seq'] != '' </filter> -->
         </data>
     </outputs>