Mercurial > repos > p.lucas > clermontyping
annotate 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 |
| rev | line source |
|---|---|
| 0 | 1 <tool id="ClermonTyping" name="ClermonTyping" version="1"> |
| 2 <description> | |
| 3 ClermonTyping: an easy-to-use and accurate in silico method for Escherichia genus strain phylotyping | |
| 4 </description> | |
| 5 <command detect_errors="exit_code"><![CDATA[ | |
|
1
cec55ef9cce5
Use env clermont instead of requirements in the wrapper
p.lucas
parents:
0
diff
changeset
|
6 source /home/galaxy/data/_conda/bin/activate Ab-HADDOCK; |
|
cec55ef9cce5
Use env clermont instead of requirements in the wrapper
p.lucas
parents:
0
diff
changeset
|
7 /home/galaxy/ClermonTyping/clermonTyping.sh --fasta ${input} --name Analyse; |
|
cec55ef9cce5
Use env clermont instead of requirements in the wrapper
p.lucas
parents:
0
diff
changeset
|
8 source /home/galaxy/data/_conda/bin/deactivate; |
| 0 | 9 ]]></command> |
| 10 <inputs> | |
| 11 <param name="input" format="fasta" type="data" label="Select contigs file in fasta format." help="Fasta format containing contigs."/> | |
| 12 </inputs> | |
| 13 <outputs> | |
| 14 <data name="html" format="html" label="html output file" from_work_dir="Analyse/Analyse.html"/> | |
| 15 <data name="phylogroup" format="tsv" label="Phylogroup found" from_work_dir="Analyse/Analyse_phylogroups.txt"/> | |
| 16 </outputs> | |
| 17 <help> | |
| 18 Script usage : | |
| 19 -h : print this message and exit | |
| 20 -v : print the version and exit | |
| 21 --fasta : fasta contigs file(s). If multiple files, they must be separated by an arobase (@) value | |
| 22 --name : name for this analysis (optional) | |
| 23 --threshold : option for ClermontTyping, do not use contigs under this size (optional) | |
| 24 --minimal : output a minimal set of files (optional) | |
| 25 --fastafile : file with path of fasta contig file. One file by line (optional) | |
| 26 --summary : file with path of *_phylogroups.txt. One file by line (optional) | |
| 27 </help> | |
| 28 </tool> |
