comparison phatyp.xml @ 0:eb22ba00cd4c draft default tip

planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/phabox commit 3c8e23e1dea22f625fb6f77ae61e1f4b605aaae2
author ufz
date Tue, 12 Nov 2024 09:32:16 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:eb22ba00cd4c
1 <tool id="phabox_phatyp" name="PhaBOX phatyp" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.1" license="MIT">
2 <description>Lifestyle prediction</description>
3 <macros>
4 <import>macros.xml</import>
5 </macros>
6 <xrefs>
7 <xref type="bio.tools">phabox</xref>
8 </xrefs>
9 <requirements>
10 <requirement type="package" version="@TOOL_VERSION@">phabox</requirement>
11 </requirements>
12 <command detect_errors="exit_code"><![CDATA[
13 phabox2 --task phatyp
14 @GENERAL@
15 ]]></command>
16 <inputs>
17 <expand macro="general"/>
18 </inputs>
19 <outputs>
20 <data name="out" format="tabular" from_work_dir="output/final_prediction/phatyp_prediction.tsv"/>
21 </outputs>
22 <tests>
23 <test>
24 <param name="dbdir" value="phaboxdb"/>
25 <param name="contigs" value="example_contigs.fa"/>
26 <output name="out">
27 <assert_contents>
28 <has_line line="Accession&#9;Length&#9;TYPE&#9;PhaTYPScore"/>
29 <has_n_lines n="11"/>
30 <has_n_columns n="4"/>
31 </assert_contents>
32 </output>
33 </test>
34 </tests>
35 <help><![CDATA[
36 Classify the lifestyles of phages.
37
38
39 @COMMON_INPUT_DOC@
40
41 **Output**:
42
43 @COMMON_OUTPUT_DOC@
44 @PHATYP_OUTPUT_DOC@
45 ]]></help>
46 <expand macro="citations">
47 <citation type="doi">10.1093/bib/bbac487</citation>
48 </expand>
49 </tool>