changeset 26:f02e6f2ac10b draft

Uploaded
author rnateam
date Thu, 17 Dec 2015 10:49:33 -0500
parents e157f49e0720
children e4c3d8252d91
files flexbar_dsc.xml
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/flexbar_dsc.xml	Thu Dec 17 10:45:27 2015 -0500
+++ b/flexbar_dsc.xml	Thu Dec 17 10:49:33 2015 -0500
@@ -135,8 +135,7 @@
             $cLogging.rndTags
         #end if
 
-        --target FlexbarOutput
-        &&
+        --target FlexbarOutput &&
         for f in *_1.fastq; do mv "\$f" "`basename \$f _1.fastq`_forward.fastq"; done &&
         for f in *_2.fastq; do mv "\$f" "`basename \$f _2.fastq`_reverse.fastq"; done