diff complexity_fasta.xml @ 9:18aad692772a draft default tip

planemo upload for repository https://github.com/phac-nml/quasitools commit 5a9e4c9a582828654893166caf20576f5e0c418e
author nml
date Mon, 20 Jun 2022 20:06:36 +0000
parents 9def47f3c1e4
children
line wrap: on
line diff
--- a/complexity_fasta.xml	Tue Aug 06 08:50:28 2019 -0400
+++ b/complexity_fasta.xml	Mon Jun 20 20:06:36 2022 +0000
@@ -1,7 +1,8 @@
-<tool id="complexity_fasta" name="Complexity FASTA" version="0.7.0">    
-    <requirements>
-        <requirement type="package" version="0.7.0">quasitools</requirement>
-    </requirements>
+<tool id="complexity_fasta" name="Complexity FASTA" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">    
+    <macros>
+        <import>macros.xml</import>
+    </macros>
+    <expand macro="requirements"/>
     <command detect_errors="exit_code"><![CDATA[
 
         quasitools complexity fasta '$input_fasta' -o output.csv
@@ -38,14 +39,5 @@
 
 
 ]]></help>
-    <citations>
-		<citation type="bibtex">
-			@misc{GitHubquasitoolscomplexity,
-			title = {quasitools complexity},
-			publisher = {phac-nml},
-			journal = {GitHub repository},
-			url = {https://github.com/phac-nml/quasitools},
-			}
-		</citation>
-	</citations>
+    <expand macro="citations" />
 </tool>