Mercurial > repos > bvalot > pymlst
annotate wgmlst_remove.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 |
rev | line source |
---|---|
1
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
1 <tool id="wgmlst_remove_wrapper" |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
2 name="Remove strain/gene to cg/wgMLST database" |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
3 version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.05"> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
4 <description></description> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
5 <macros> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
6 <import>macro.xml</import> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
7 </macros> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
8 <expand macro="requirements" /> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
9 <stdio> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
10 <exit_code range="1:" level="fatal" /> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
11 </stdio> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
12 <version_command>wgMLST -v</version_command> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
13 <command><![CDATA[ |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
14 cp '${database}' '${databaseout}' && wgMLST remove |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
15 #if $element == "strain" |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
16 --strains |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
17 #else |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
18 --genes |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
19 #end if |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
20 #if $data.input == "textinput" |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
21 '${databaseout}' |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
22 #for $strain in $data.textelement.split(" ") |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
23 '$strain' |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
24 #end for |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
25 #else |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
26 -f '${data.fileelement}' '${databaseout}' |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
27 #end if |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
28 #if $log |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
29 2> '${logfile}' |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
30 #end if |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
31 ]]> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
32 </command> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
33 <inputs> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
34 <param name="database" type="data" |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
35 format="sqlite" |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
36 label="cg/wgMLST database" |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
37 help="Sqlite format from cg/wgMLST database" /> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
38 <param name="element" type="select" label="Select type of data to remove"> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
39 <option value="strain" selected="true">Strain(s)</option> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
40 <option value="gene">Gene(s)</option> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
41 </param> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
42 <conditional name="data"> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
43 <param name="input" type="select" label="Select source of data"> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
44 <option value="textinput" selected="true">List elements manually</option> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
45 <option value="fileinput">List elements from file</option> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
46 </param> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
47 <when value="textinput"> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
48 <param name="textelement" type="text" value="" optional="false" size="50" |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
49 label="Name of strain/gene to removed from database" |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
50 help="Separated each strain/gene by a space and quote it"/> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
51 </when> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
52 <when value="fileinput"> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
53 <param name="fileelement" type="data" format="txt" |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
54 label="File list of strain/gene to removed" |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
55 help="txt format" /> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
56 </when> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
57 </conditional> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
58 <param name="log" type="boolean" checked="true" |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
59 label="Write log file" /> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
60 </inputs> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
61 <outputs> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
62 <data name="databaseout" format="sqlite" label="${database.name}"> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
63 </data> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
64 <data name="logfile" format="txt" label="${tool.name} on ${database.name}: log"> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
65 <filter>log</filter> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
66 </data> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
67 </outputs> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
68 <tests> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
69 <test expect_num_outputs="2"> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
70 <param name="database" value="wgmlst_ecoli.db" /> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
71 <param name="element" value="strain" /> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
72 <conditional name="data"> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
73 <param name="input" value="textinput" /> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
74 <param name="textelement" value="EEES_003 EEES_004" /> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
75 </conditional> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
76 <output name="logfile" ftype="txt"> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
77 <assert_contents> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
78 <has_text text="EEES_004 : OK" /> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
79 <has_text text="EEES_003 : OK" /> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
80 </assert_contents> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
81 </output> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
82 </test> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
83 <test expect_num_outputs="2"> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
84 <param name="database" value="wgmlst_ecoli.db" /> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
85 <param name="element" value="gene" /> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
86 <conditional name="data"> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
87 <param name="input" value="fileinput" /> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
88 <param name="fileelement" ftype="txt" value="wgmlst_ecoli.db.gene_to_removed" /> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
89 </conditional> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
90 <output name="logfile" ftype="txt"> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
91 <assert_contents> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
92 <has_text text="b0004 : OK" /> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
93 <has_text text="C-RS24040 : OK" /> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
94 <has_text text="ECs4518 : OK" /> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
95 </assert_contents> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
96 </output> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
97 </test> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
98 </tests> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
99 <help> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
100 **What it does** |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
101 |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
102 Remove STRAINS or GENES from a cg/wgMLST DATABASE. |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
103 |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
104 You can indicated the STRAIN or GENE to remove: |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
105 - Typing element separated by space |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
106 - Using a file containing these elements |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
107 |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
108 **Options:** |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
109 --strains / --genes Choose the item you wish to remove |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
110 -f, --file FILENAME File list of genes or strains to removed on the wgMLST database. |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
111 |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
112 **License and citation** |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
113 |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
114 This Galaxy tool is Copyright © 2022 `B. Valot` and is released under the `GPL3 license`. |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
115 </help> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
116 <citations> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
117 </citations> |
5b2c48fa0175
planemo upload for repository https://github.com/bvalot/pyMLST commit fe04f6232a5f7ea78b666cb8036872902e79998b
bvalot
parents:
diff
changeset
|
118 </tool> |