-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathselenzyme.xml
31 lines (27 loc) · 972 Bytes
/
selenzyme.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<tool id="selenzyme" name="Query Selenzyme: Enzyme sequence selection" version="0.1.0">
<requirements>
<requirement type="package">requests</requirement>
</requirements>
<command detect_errors="exit_code"><![CDATA[
python toolSelenzyme.py $input $output
]]></command>
<inputs>
<param type="data" name="input1" format="csv" />
</inputs>
<outputs>
<data name="output1" format="csv" from_work_dir="out.csv" />
</outputs>
<help><![CDATA[
usage: toolSelenzyme.py [-h] [-server SERVER] infile outfile
toolSelenzyme: Enzyme sequence selection. Pablo Carbonell, SYNBIOCHEM, 2019
positional arguments:
infile Input csv file.
outfile Input csv file.
optional arguments:
-h, --help show this help message and exit
-server SERVER Selenzyme server.
]]></help>
<citations>
<citation type="doi">10.1093/bioinformatics/bty065</citation>
</citations>
</tool>