# HG changeset patch
# User nikos
# Date 1438677132 14400
# Node ID 5ee5afb56ca46a261509c7c1f5e877c23510e4b9
# Parent f64937805d0d5a1f0de95f623bc6aedbac81de9f
Fixed a but that was causing the HRF workflow to crash when an empty barcode sequence was given.
diff -r f64937805d0d -r 5ee5afb56ca4 preprocessing.xml
--- 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 @@
library['type'] == "paired"
- library['barcode_seq'] != ''
+