Mercurial > repos > p.lucas > clermontyping
view ClermonTyping_wrapper.xml @ 1:cec55ef9cce5 draft
Use env clermont instead of requirements in the wrapper
author | p.lucas |
---|---|
date | Mon, 14 Feb 2022 14:20:05 +0000 |
parents | e93c20bad6b0 |
children | 07fe3c343426 |
line wrap: on
line source
<tool id="ClermonTyping" name="ClermonTyping" version="1"> <description> ClermonTyping: an easy-to-use and accurate in silico method for Escherichia genus strain phylotyping </description> <command detect_errors="exit_code"><![CDATA[ source /home/galaxy/data/_conda/bin/activate Ab-HADDOCK; /home/galaxy/ClermonTyping/clermonTyping.sh --fasta ${input} --name Analyse; source /home/galaxy/data/_conda/bin/deactivate; ]]></command> <inputs> <param name="input" format="fasta" type="data" label="Select contigs file in fasta format." help="Fasta format containing contigs."/> </inputs> <outputs> <data name="html" format="html" label="html output file" from_work_dir="Analyse/Analyse.html"/> <data name="phylogroup" format="tsv" label="Phylogroup found" from_work_dir="Analyse/Analyse_phylogroups.txt"/> </outputs> <help> Script usage : -h : print this message and exit -v : print the version and exit --fasta : fasta contigs file(s). If multiple files, they must be separated by an arobase (@) value --name : name for this analysis (optional) --threshold : option for ClermontTyping, do not use contigs under this size (optional) --minimal : output a minimal set of files (optional) --fastafile : file with path of fasta contig file. One file by line (optional) --summary : file with path of *_phylogroups.txt. One file by line (optional) </help> </tool>