Repository 'picard'
hg clone https://toolshed.g2.bx.psu.edu/repos/devteam/picard

Changeset 6:4ff1e04010e6 (2015-01-15)
Previous changeset 5:3d4f1fa26f0e (2014-12-16) Next changeset 7:379fdf4c41ac (2015-01-29)
Commit message:
Uploaded
modified:
picard_EstimateLibraryComplexity.xml
picard_MarkDuplicates.xml
picard_MarkDuplicatesWithMateCigar.xml
b
diff -r 3d4f1fa26f0e -r 4ff1e04010e6 picard_EstimateLibraryComplexity.xml
--- a/picard_EstimateLibraryComplexity.xml Tue Dec 16 19:03:21 2014 -0500
+++ b/picard_EstimateLibraryComplexity.xml Thu Jan 15 15:37:04 2015 -0500
b
@@ -21,7 +21,8 @@
     MAX_DIFF_RATE="${max_diff_rate}"
     MIN_MEAN_QUALITY="${min_mean_quality}"
     MAX_GROUP_RATIO="${max_group_ratio}"
-    READ_NAME_REGEX="${read_name_regex}"
+    #import pipes
+    READ_NAME_REGEX=${ pipes.quote( str( $read_name_regex ) ) or "''" }
     OPTICAL_DUPLICATE_PIXEL_DISTANCE="${optical_duplicate_pixel_distance}"
     
     VALIDATION_STRINGENCY="${validation_stringency}"
b
diff -r 3d4f1fa26f0e -r 4ff1e04010e6 picard_MarkDuplicates.xml
--- a/picard_MarkDuplicates.xml Tue Dec 16 19:03:21 2014 -0500
+++ b/picard_MarkDuplicates.xml Thu Jan 15 15:37:04 2015 -0500
b
@@ -26,7 +26,8 @@
     
     DUPLICATE_SCORING_STRATEGY="${duplicate_scoring_strategy}"
     
-    READ_NAME_REGEX="${read_name_regex}"
+    #import pipes
+    READ_NAME_REGEX=${ pipes.quote( str( $read_name_regex ) ) or "''" }
     OPTICAL_DUPLICATE_PIXEL_DISTANCE="${optical_duplicate_pixel_distance}"
     
     VALIDATION_STRINGENCY="${validation_stringency}"
b
diff -r 3d4f1fa26f0e -r 4ff1e04010e6 picard_MarkDuplicatesWithMateCigar.xml
--- a/picard_MarkDuplicatesWithMateCigar.xml Tue Dec 16 19:03:21 2014 -0500
+++ b/picard_MarkDuplicatesWithMateCigar.xml Thu Jan 15 15:37:04 2015 -0500
b
@@ -31,7 +31,8 @@
     
     DUPLICATE_SCORING_STRATEGY="${duplicate_scoring_strategy}"
     
-    READ_NAME_REGEX="${read_name_regex}"
+    #import pipes
+    READ_NAME_REGEX=${ pipes.quote( str( $read_name_regex ) ) or "''" }
     OPTICAL_DUPLICATE_PIXEL_DISTANCE="${optical_duplicate_pixel_distance}"