changeset 4:d04a4e171098 draft

"planemo upload for repository https://github.com/dfornika/galaxytools/blob/master/tools/uvp commit 2482e856a9414983c82d94c9f59ff8985574895e-dirty"
author dfornika
date Fri, 11 Oct 2019 20:21:26 -0400
parents 845a20f1fa5e
children d21fd5069821
files uvp.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/uvp.xml	Fri Oct 11 19:50:07 2019 -0400
+++ b/uvp.xml	Fri Oct 11 20:21:26 2019 -0400
@@ -16,8 +16,8 @@
             ln -s '${single_paired.input_pair.forward}' 'R1.fastq.gz' &&
             ln -s '${single_paired.input_pair.reverse}' 'R2.fastq.gz' &&
         #else:
-            ln -s '${single_paired.input_sequences}' 'R1.fastq.gz'
-        #endif
+            ln -s '${single_paired.input_sequences}' 'R1.fastq.gz' &&
+        #end if
         uvp
             --threads \${GALAXY_SLOTS:-1}
             #if $single_paired.single_paired_selector == 'yes'