changeset 16:ddf54b12c295 draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit ded469a802a0496c9a6a2daee7b9505bd8698802-dirty"
author bgruening
date Tue, 06 Oct 2020 09:47:04 +0000
parents 9ff72e942410
children f46f0e4f75c4
files awk.xml cat.xml
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/awk.xml	Sun May 17 12:29:41 2020 -0400
+++ b/awk.xml	Tue Oct 06 09:47:04 2020 +0000
@@ -1,4 +1,4 @@
-<tool id="tp_awk_tool" name="Text reformatting" version="@BASE_VERSION@.1">
+<tool id="tp_awk_tool" name="Text reformatting" version="@BASE_VERSION@.2">
     <description>with awk</description>
     <macros>
         <import>macros.xml</import>
@@ -10,7 +10,7 @@
     <command>
 <![CDATA[
         env -i
-        awk
+        \$(which awk)
             --sandbox
             -v FS='	'
             -v OFS='	'
--- a/cat.xml	Sun May 17 12:29:41 2020 -0400
+++ b/cat.xml	Tue Oct 06 09:47:04 2020 +0000
@@ -19,9 +19,9 @@
         > $out_file1
     ]]></command>
     <inputs>
-        <param name="inputs" multiple="true" type="data" format="txt" label="Datasets to concatenate"/>
+        <param name="inputs" multiple="true" type="data" format="txt,fastq.gz,fasta.gz,genbank.gz,tabular.gz" label="Datasets to concatenate"/>
         <repeat name="queries" title="Dataset">
-            <param name="inputs2" type="data" format="txt" multiple="True" label="Select" />
+            <param name="inputs2" type="data" format="txt,fastq.gz,fasta.gz,genbank.gz,tabular.gz" multiple="True" label="Select" />
         </repeat>
     </inputs>
     <outputs>