Mercurial > repos > ufz > phabox_cherry
diff cherry.xml @ 0:4e0865c5883f draft default tip
planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/phabox commit 52385539f64c4e46c2e8953588efa3ea01bb99fd
| author | ufz |
|---|---|
| date | Wed, 16 Apr 2025 09:42:24 +0000 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cherry.xml Wed Apr 16 09:42:24 2025 +0000 @@ -0,0 +1,54 @@ +<tool id="phabox_cherry" name="PhaBOX cherry" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.1" license="MIT"> + <description>Host prediction</description> + <macros> + <import>macros.xml</import> + </macros> + <xrefs> + <xref type="bio.tools">phabox</xref> + </xrefs> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">phabox</requirement> + </requirements> + <command detect_errors="exit_code"><![CDATA[ + @CRISPR_PRE@ + phabox2 --task cherry + @GENERAL@ + @NETWORK@ + @CRISPR@ + ]]></command> + <inputs> + <expand macro="general"/> + <expand macro="network"/> + <expand macro="crispr"/> + </inputs> + <outputs> + <data name="out" format="tabular" from_work_dir="output/final_prediction/cherry_prediction.tsv"/> + </outputs> + <tests> + <test> + <param name="dbdir" value="phaboxdb"/> + <param name="contigs" value="example_contigs.fa" location="https://github.com/KennthShang/PhaBOX/releases/download/v2/example_contigs.fa"/> + <output name="out"> + <assert_contents> + <has_line line="Accession	Length	Host	CHERRYScore	Method	Host_NCBI_lineage	Host_GTDB_lineage"/> + <has_n_lines n="391"/> + <has_n_columns n="7"/> + </assert_contents> + </output> + </test> + </tests> + <help><![CDATA[ +Predict hosts for viruses. + + +@COMMON_INPUT_DOC@ + +**Output** + +@COMMON_OUTPUT_DOC@ +@CHERRY_OUTPUT_DOC@ + ]]></help> + <expand macro="citations"> + <citation type="doi">10.1093/bib/bbac182</citation> + </expand> +</tool> \ No newline at end of file
