Mercurial > repos > bvalot > pymlst
view wgmlst_stats.xml @ 2:4394da33d837 draft default tip
planemo upload for repository https://github.com/bvalot/pyMLST commit 142042a3856f8886031cacaa4fb28743a1bcd540
author | bvalot |
---|---|
date | Wed, 15 Nov 2023 12:22:07 +0000 |
parents | 5b2c48fa0175 |
children |
line wrap: on
line source
<tool id="wgmlst_stats_wrapper" name="Statistic of cg/wgMLST database" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.05"> <description></description> <macros> <import>macro.xml</import> </macros> <expand macro="requirements" /> <stdio> <exit_code range="1:" level="fatal" /> </stdio> <version_command>wgMLST -v</version_command> <command> wgMLST stats '${database}' &> '${logfile}' </command> <inputs> <param name="database" type="data" format="sqlite" label="cg/wgMLST database" help="Sqlite format from cg/wgMLST database" /> </inputs> <outputs> <data name="logfile" format="txt" label="Statistics of ${database.name}: log" /> </outputs> <tests> <test expect_num_outputs="1"> <param name="database" value="wgmlst_ecoli.db" /> <output name="logfile" ftype="txt" file="wgmlst_ecoli.db.stats" /> </test> </tests> <help> **What it does** Extract stats from a cg/wgMLST DATABASE **License and citation** This Galaxy tool is Copyright © 2022 `B. Valot` and is released under the `GPL3 license`. </help> <citations> </citations> </tool>