diff seqtk_listhet.xml @ 3:bc7d99f46a5d draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
author iuc
date Mon, 05 Jun 2017 13:27:11 -0400
parents f73729b62b51
children ecf1c30da3a2
line wrap: on
line diff
--- a/seqtk_listhet.xml	Fri Jan 01 14:49:42 2016 -0500
+++ b/seqtk_listhet.xml	Mon Jun 05 13:27:11 2017 -0400
@@ -1,25 +1,29 @@
 <?xml version="1.0"?>
 <tool id="seqtk_listhet" name="seqtk_listhet" version="@WRAPPER_VERSION@.0">
-  <description>extract the position of each het</description>
-  <macros>
-    <import>macros.xml</import>
-  </macros>
-  <expand macro="requirements"/>
-  <expand macro="stdio"/>
-  <command><![CDATA[seqtk listhet $in_file  | awk 'BEGIN{print "#chr\tposition\tbase"}1' > $default]]></command>
-  <inputs>
-    <expand macro="in_faq"/>
-  </inputs>
-  <outputs>
-    <data format="tabular" hidden="false" name="default" label="Positions of heterozygous bases in $in_file.name"/>
-  </outputs>
-  <tests>
-    <test>
-      <param name="in_file" value="seqtk_listhet.fa"/>
-      <output name="default" file="seqtk_listhet.out" ftype="tabular"/>
-    </test>
-  </tests>
-  <help><![CDATA[
+    <description>extract the position of each het</description>
+    <macros>
+        <import>macros.xml</import>
+    </macros>
+    <expand macro="requirements"/>
+    <expand macro="stdio"/>
+    <command><![CDATA[
+seqtk listhet
+'$in_file'  | awk 'BEGIN{print "#chr\tposition\tbase"}1'
+> '$default'
+]]></command>
+    <inputs>
+        <expand macro="in_faq"/>
+    </inputs>
+    <outputs>
+        <data name="default" format="tabular" label="Positions of heterozygous bases in $in_file.name"/>
+    </outputs>
+    <tests>
+        <test>
+            <param name="in_file" value="seqtk_listhet.fa"/>
+            <output name="default" file="seqtk_listhet.out" ftype="tabular"/>
+        </test>
+    </tests>
+    <help><![CDATA[
 **What it does**
 
 Lists regions of heterozygosity.
@@ -43,6 +47,6 @@
 
 
 @ATTRIBUTION@
-]]></help>
-  <expand macro="citation" />
+    ]]></help>
+    <expand macro="citation" />
 </tool>