diff export_export_fasta.xml @ 7:2875b454d1c2 draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit f5c5d81fc9781371e12b91c0d609b9201587cda5
author gga
date Fri, 23 Nov 2018 10:59:43 -0500
parents 5f69e36413a4
children 65b10109e3fe
line wrap: on
line diff
--- a/export_export_fasta.xml	Mon Nov 05 12:11:47 2018 -0500
+++ b/export_export_fasta.xml	Fri Nov 23 10:59:43 2018 -0500
@@ -1,12 +1,12 @@
 <?xml version="1.0"?>
 <tool id="export_export_fasta" name="Chado export fasta" version="@WRAPPER_VERSION@.0">
- 	<description></description>
-	<macros>
-		<import>macros.xml</import>
-	</macros>
-	<expand macro="requirements"/>
+    <description></description>
+    <macros>
+        <import>macros.xml</import>
+    </macros>
+    <expand macro="requirements"/>
     <code file="chado.py"/>
-	<command detect_errors="aggressive"><![CDATA[
+    <command detect_errors="aggressive"><![CDATA[
 @AUTH@
 
 chakin export export_fasta
@@ -14,21 +14,18 @@
 
  > $results
     ]]></command>
-	<inputs>
+    <inputs>
         <!-- arguments -->
-        <param argument="--organism"
-               type="select"
-               dynamic_options="list_organisms()"
-               label="Organism" />
-   	    <expand macro="wait_for"/>
+        <param argument="--organism" type="select" dynamic_options="list_organisms()" label="Organism" />
+        <expand macro="wait_for"/>
 
-	</inputs>
-	<outputs>
-		<data format="fasta" name="results"/>
-	</outputs>
-	<help>
+    </inputs>
+    <outputs>
+        <data format="fasta" name="results"/>
+    </outputs>
+    <help>
 Export reference sequences as fasta.
 
 @HELP@
-	</help>
+    </help>
 </tool>