diff snrqk.xml @ 0:5960f43113c6

"planemo upload commit 4031103614dfaf8b7c840f3867166e448c1fd6c7"
author jasmine_amir
date Fri, 22 Apr 2022 22:27:01 -0400
parents
children b3e3fa1f38c1
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/snrqk.xml	Fri Apr 22 22:27:01 2022 -0400
@@ -0,0 +1,31 @@
+<tool id="snrqk" name="SNRQK" version="1" profile="20.09">
+  <description>Compute SSQuAWK QC metrics within SSQuAWK version 4+ workflow</description>
+    <requirements>
+      <requirement type="package" version="3.7.12">python</requirement>
+      <requirement type="package" version="0.14.1">pandas</requirement>
+    </requirements>
+    <command detect_errors="exit_code"><![CDATA[
+          python $__tool_directory__/SNRQK.py $input
+]]>
+  </command>
+  <inputs>
+    <param name="input" type="data" format="tabular" label="Source file"/>
+  </inputs>
+  <outputs>
+    <data format="tabular" label="snrqk_result" name = "results" from_work_dir="snrqk_result.tsv" />
+  </outputs>
+      <tests>
+        <test>
+                <param name="input" value = "joinSamBow_nc.txt" ftype = "tabular"/>
+                <output name="results" file="snrqk_result.tsv" />
+       </test>
+    </tests>
+  <help> "This tool computes QC metrics within the SSQuAWK version 4+ workflow."
+  </help>
+    <citations>
+       <citation type="bibtex">
+        @misc{SSQuAWK,
+        title={SSQuAWK}, url={https://www.protocols.io/view/wastewater-qc-workflow-in-galaxytrakr-ssquawk3-kxygxzk5dv8j/v5}},
+       </citation>
+    </citations>
+</tool>