changeset 6:7003adde5668 draft

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 17dcc85ebd7507af5557a1aee4816ac437a3f27b"
author jjohnson
date Fri, 21 Aug 2020 16:14:27 -0400
parents aaca2f8930a2
children dedfeaab569d
files macros.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Wed Aug 19 08:40:56 2020 -0400
+++ b/macros.xml	Fri Aug 21 16:14:27 2020 -0400
@@ -128,7 +128,7 @@
     <token name="@LINK_LIB_INPUT@"><![CDATA[
     #if $library
     #set $l_name = $ln_name($library)
-    cp '$library' $l_name &&
+    cp '$library' '$l_name' &&
     #else
     #set $l_name = None
     #end if
@@ -494,7 +494,7 @@
     </token>
     <token name="@MSCONVERT_HELP@"><![CDATA[
 
-    The MSConvert command can be used to deconvolute DIA raw files. You need to use these options
+    The MSConvert command can be used to convert and deconvolute DIA raw files to mzML format. You need to use these options:
 
     ::