view drep_compare.xml @ 0:b59ae99e47d4 draft

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/drep commit b155a1d533b7317ceb0ec642ffe3e986117df539"
author jjohnson
date Mon, 06 Jan 2020 11:11:06 -0500
parents
children 7e2debc267eb
line wrap: on
line source

<tool id="drep_compare" name="dRep compare" version="@VERSION@.0" python_template_version="3.5">
    <description>compare a list of genomes</description>
    <macros>
        <import>macros.xml</import>
    </macros>
    <expand macro="requirements" />
    <command detect_errors="exit_code"><![CDATA[
         @PREPARE_GENOMES@         
         dRep compare outdir
         @GENOME_COMPARISON_OPTIONS@
         @CLUSTERING_OPTIONS@
         @TAXONOMY_OPTIONS@
         @WARNING_OPTIONS@        
         @GENOMES@
    ]]></command>
    <inputs>
        <expand macro="genomes"/>
        <expand macro="genome_comparison_options"/>
        <expand macro="clustering_options"/>
        <expand macro="taxonomy_options"/>
        <expand macro="warning_options"/>
    </inputs>
    <outputs>
        <expand macro="common_outputs" />
<!--
outdir/data_tables/Cdb.csv
outdir/data_tables/Mdb.csv
outdir/data_tables/Ndb.csv
outdir/data_tables/Bdb.csv

        <data name="foldChange" format="tabular" label="${tool.name} on ${on_string}: BayesianFoldChangeAnalysis.tsv" from_work_dir="out/BayesianFoldChangeAnalysis.tsv">
            <filter>'bayesian' in experiment and 'ctr' in experiment['bayesian']</filter>
        </data>
-->
    </outputs>
    <help><![CDATA[
        TODO: Fill in help.

usage: drep compare [-p PROCESSORS] [-d] [-h] [-ms MASH_SKETCH]
                    [--S_algorithm {ANIn,goANI,ANImf,gANI}]
                    [-n_PRESET {normal,tight}] [-pa P_ANI] [-sa S_ANI]
                    [--SkipMash] [--SkipSecondary] [-nc COV_THRESH]
                    [-cm {total,larger}] [--clusterAlg CLUSTERALG] [--run_tax]
                    [--tax_method {percent,max}] [-per PERCENT]
                    [--cent_index CENT_INDEX] [--warn_dist WARN_DIST]
                    [--warn_sim WARN_SIM] [--warn_aln WARN_ALN]
                    [-g [GENOMES [GENOMES ...]]]
                    work_directory


    @GENOMES_HELP@
    @GENOME_COMPARISON_HELP@
    @CLUSTERING_HELP@
    @TAXONOMY_HELP@
    @WARNINGS_HELP@

    ]]></help>
    <expand macro="citations" />
</tool>