changeset 9:a7228a7ea146 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/medaka commit 2a29f6676b1bbf42e9c4c3edeb4471a0ac57fbe3"
author iuc
date Mon, 29 Mar 2021 20:06:44 +0000
parents 2c72b8c09a70
children 1ca4ce7241fd
files macros.xml test-data/ref.fasta.gz
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Tue Feb 23 20:14:03 2021 +0000
+++ b/macros.xml	Mon Mar 29 20:06:44 2021 +0000
@@ -29,7 +29,11 @@
 
     <token name="@REF_FASTA@"><![CDATA[
         #if $reference_source.reference_source_selector == 'history':
-            ln -f -s '$reference_source.ref_file' reference.fa &&
+            #if $reference_source.ref_file.ext.endswith(".gz")
+                gunzip -c '$reference_source.ref_file' > reference.fa &&
+            #else
+                ln -f -s '$reference_source.ref_file' reference.fa &&
+            #end if
         #else:
             ln -f -s '$reference_source.ref_file.fields.path' reference.fa &&
         #end if
@@ -85,7 +89,7 @@
                 </param>
             </when>
             <when value="history">
-                <param name="ref_file" type="data" format="fasta,fastq" label="Use the following dataset as the reference sequence" help="You can upload a FASTA or FASTQ sequence to the history and use it as reference"/>
+                <param name="ref_file" type="data" format="fasta,fasta.gz" label="Use the following dataset as the reference sequence" help="You can upload a FASTA or FASTQ sequence to the history and use it as reference"/>
             </when>
         </conditional>
     </xml>
Binary file test-data/ref.fasta.gz has changed