comparison snrqk.xml @ 0:5960f43113c6

"planemo upload commit 4031103614dfaf8b7c840f3867166e448c1fd6c7"
author jasmine_amir
date Fri, 22 Apr 2022 22:27:01 -0400
parents
children b3e3fa1f38c1
comparison
equal deleted inserted replaced
-1:000000000000 0:5960f43113c6
1 <tool id="snrqk" name="SNRQK" version="1" profile="20.09">
2 <description>Compute SSQuAWK QC metrics within SSQuAWK version 4+ workflow</description>
3 <requirements>
4 <requirement type="package" version="3.7.12">python</requirement>
5 <requirement type="package" version="0.14.1">pandas</requirement>
6 </requirements>
7 <command detect_errors="exit_code"><![CDATA[
8 python $__tool_directory__/SNRQK.py $input
9 ]]>
10 </command>
11 <inputs>
12 <param name="input" type="data" format="tabular" label="Source file"/>
13 </inputs>
14 <outputs>
15 <data format="tabular" label="snrqk_result" name = "results" from_work_dir="snrqk_result.tsv" />
16 </outputs>
17 <tests>
18 <test>
19 <param name="input" value = "joinSamBow_nc.txt" ftype = "tabular"/>
20 <output name="results" file="snrqk_result.tsv" />
21 </test>
22 </tests>
23 <help> "This tool computes QC metrics within the SSQuAWK version 4+ workflow."
24 </help>
25 <citations>
26 <citation type="bibtex">
27 @misc{SSQuAWK,
28 title={SSQuAWK}, url={https://www.protocols.io/view/wastewater-qc-workflow-in-galaxytrakr-ssquawk3-kxygxzk5dv8j/v5}},
29 </citation>
30 </citations>
31 </tool>