Mercurial > repos > iuc > integron_finder
annotate integron_finder.xml @ 0:1ae00120dd24 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
author | iuc |
---|---|
date | Thu, 22 Sep 2022 13:51:14 +0000 |
parents | |
children | 4768f7f8e93f |
rev | line source |
---|---|
0
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
1 <tool id="integron_finder" name="Integron Finder" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
2 <description> is a program that detects integrons in DNA sequences</description> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
3 <macros> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
4 <import>macro.xml</import> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
5 </macros> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
6 <expand macro="edam_info"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
7 <expand macro="xrefs"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
8 <expand macro="requirements"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
9 <command detect_errors="aggressive"><![CDATA[ |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
10 integron_finder |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
11 '$sequence' |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
12 --cpu @THREADS@ |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
13 --keep-tmp |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
14 $local_max |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
15 #if $type_replicon |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
16 $type_replicon |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
17 #end if |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
18 #if $topology_file |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
19 --topology-file '$topology_file' |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
20 #end if |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
21 $promoter_attI |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
22 -dt $settings.attc_settings.dist_thresh |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
23 --calin-threshold $settings.attc_settings.calin_threshold |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
24 --max-attc-size $settings.attc_settings.max_attc_size |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
25 --min-attc-size $settings.attc_settings.min_attc_size |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
26 $settings.attc_settings.keep_palindromes |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
27 #if $settings.attc_settings.covar_matrix |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
28 --attc-model '$settings.attc_settings.covar_matrix' |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
29 #end if |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
30 $settings.protein_settings.no_proteins |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
31 $settings.protein_settings.union_integrases |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
32 $settings.protein_settings.func_annot |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
33 $gbk |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
34 $pdf |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
35 && mv Results_Integron_Finder_* Results_Integron_Finder |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
36 ]]></command> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
37 <inputs> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
38 <param type="data" name="sequence" format="fasta" label="Replicon file" help="Replicon can be entire chromosome, contif, PCR fragments..." /> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
39 <param name="local_max" argument="--local-max" type="boolean" checked="false" truevalue="--local-max" falsevalue="" label="Thorough local detection" help="This option allows a more sensitive search. I will be slower (dependant on the number of hits) if integrons are found, but will be as fast if nothing is detected and will not increase the false positive rate." /> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
40 <param name="type_replicon" type="select" optional="true" label="Default replicons topology" help="Set the default topology for replicons, linear, circular (deault: no topology)"> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
41 <option value="--linear">linear (--linear)</option> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
42 <option value="--circ">circular (--circ)</option> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
43 </param> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
44 <param name="topology_file" argument="--topology-file" type="data" format="txt" optional="true" label="Select a topology file from your history"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
45 <param name="promoter_attI" argument="--promoter-attI" type="boolean" checked="false" truevalue="--promoter-attI" falsevalue="" label="Search also for promoter and attI sites?" /> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
46 <param argument="--gbk" type="boolean" checked="false" truevalue="--gbk" falsevalue="" label="Genbank output?" help="Generate a GenBank file with the sequence annotated with the same annotations than .integrons file."/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
47 <param argument="--pdf" type="boolean" checked="false" truevalue="--pdf" falsevalue="" label="pdf output?" help="For each complete integron, a simple graphic of the region is depicted (in pdf format)"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
48 <section name="settings" title="Advanced Parameters" expanded="False"> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
49 <section name="attc_settings" title="Attc options" expanded="False"> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
50 <param name="dist_thresh" argument="--distance-thresh" type="integer" value="4000" label="Threshold for clustering (in base)" min="0" help="By default, to cluster an array of attC sites and an integron integrase, they must be less than 4 kb apart. You can here change this value." /> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
51 <param name="calin_threshold" type="integer" value="2" label="Threshold to filter CALIN" min="0" help="Keep 'CALIN' only if attC sites number >= calin-threshold" /> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
52 <param name="max_attc_size" type="integer" value="200" label="Maximum value for attC size" min="0"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
53 <param name="min_attc_size" type="integer" value="40" label="Minimum value for attC size" min="0" /> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
54 <param name="keep_palindromes" argument="--keep-palindromes" type="boolean" checked="false" truevalue="--keep-palindromes" falsevalue="" label="Keep palindromes with the highest evalue" help="For a given hit, if the palindromic version is found, don't remove the one with highest evalue"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
55 <param name="covar_matrix" argument="--attc-model" type="data" optional="true" format="txt" label="Covariance Matrix" /> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
56 </section> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
57 <section name="protein_settings" title="Protein options" expanded="False"> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
58 <param name="no_proteins" argument="--no-proteins" type="boolean" checked="false" truevalue="--no-proteins" falsevalue="" label="Just look for attC sites" help="When enabled, it does not annotate CDS and does not find integrase."/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
59 <param name="union_integrases" argument="--union-integrases" type="boolean" checked="false" truevalue="--union-integrases" falsevalue="" label="Use the union of the hits" help="Instead of taking intersection of hits from Phage_int profile (Tyr recombinases) and integron_integrase profile, use the union of the hits" /> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
60 <param name="func_annot" argument="--func-annot" type="boolean" checked="false" truevalue="--func-annot" falsevalue="" label="Annotate cassettes given HMM profiles" /> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
61 </section> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
62 </section> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
63 <param name="no_logfile" type="boolean" truevalue="true" falsevalue="false" label="Remove log file"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
64 </inputs> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
65 <outputs> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
66 <collection type="list" label="Genbank files from [$tool.name] on $[on_string]" name="genbank_out"> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
67 <discover_datasets pattern="(?P<designation>.+)\.gbk" format="gbk" visible="false" directory="Results_Integron_Finder/" /> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
68 <filter>gbk</filter> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
69 </collection> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
70 <data format="txt" name="integron_log" from_work_dir="Results_Integron_Finder/integron_finder.out" label="Log from [$tool.name] on $[on_string]"> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
71 <filter> no_logfile == False</filter> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
72 </data> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
73 <data format="tsv" name="integrons_table" from_work_dir="Results_Integron_Finder/*.integrons" label="Integrons annotations from [$tool.name] on $[on_string]"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
74 <data format="tsv" name="summary" from_work_dir="Results_Integron_Finder/*.summary" label="Summary from [$tool.name] on $[on_string]"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
75 <collection type="list" label="Graphic from [$tool.name] on $[on_string]" name="pdf_out"> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
76 <discover_datasets pattern="(?P<designation>.+)\.pdf" format="pdf" visible="false" directory="Results_Integron_Finder/" /> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
77 <filter>pdf</filter> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
78 </collection> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
79 </outputs> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
80 <tests> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
81 <test expect_num_outputs="3"> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
82 <param name="sequence" value="input.fasta"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
83 <output name="integron_log" value="integron_log" lines_diff="3" /> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
84 <output name="integrons_table" value="test1_integrons_table.tsv" lines_diff="3"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
85 <output name="summary" value="summary.tsv" lines_diff="3"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
86 </test> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
87 <test expect_num_outputs="2"> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
88 <param name="sequence" value="input.fasta"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
89 <param name="local_max" value="true"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
90 <param name="type_replicon" value="--linear"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
91 <param name="no_logfile" value="true"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
92 <output name="integrons_table" value="test2_integrons_table.tsv" lines_diff="3" /> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
93 <output name="summary" value="summary.tsv" lines_diff="4" /> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
94 </test> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
95 <test expect_num_outputs="2"> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
96 <param name="sequence" value="input.fasta"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
97 <param name="type_replicon" value="--circ"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
98 <param name="no_logfile" value="true"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
99 <output name="integrons_table" value="test3_integrons_table.tsv" lines_diff="3" /> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
100 <output name="summary" value="summary.tsv" lines_diff="3" /> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
101 </test> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
102 <test expect_num_outputs="2"> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
103 <param name="sequence" value="input.fasta"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
104 <param name="topology_file" value="topology.txt"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
105 <param name="no_logfile" value="true"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
106 <output name="integrons_table" value="test4_integrons_table.tsv" lines_diff="3" /> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
107 <output name="summary" value="summary.tsv" lines_diff="5" /> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
108 </test> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
109 <test expect_num_outputs="2"> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
110 <param name="sequence" value="input.fasta"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
111 <param name="promoter_attI" value="true"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
112 <param name="no_logfile" value="true"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
113 <output name="integrons_table" value="test5_integrons_table.tsv" lines_diff="3" /> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
114 <output name="summary" value="summary.tsv" lines_diff="3" /> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
115 </test> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
116 <test expect_num_outputs="4"> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
117 <param name="sequence" value="input.fasta"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
118 <param name="gbk" value="true"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
119 <param name="pdf" value="true"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
120 <param name="no_logfile" value="true"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
121 <output_collection name="genbank_out" type="list"> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
122 <element name="ACBA.007.P01_13"> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
123 <assert_contents> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
124 <has_text text="MKTATAPLPPLRSVKVLDQLRERIRYLHYSLRTEQAYVNWVRAFI"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
125 </assert_contents> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
126 </element> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
127 </output_collection> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
128 <output_collection name="pdf_out" type="list"> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
129 <element name="ACBA.007.P01_13_1"> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
130 <assert_contents> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
131 <has_text text=">"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
132 </assert_contents> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
133 </element> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
134 </output_collection> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
135 <output name="integrons_table" value="test6_integrons_table.tsv" lines_diff="3" /> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
136 <output name="summary" value="summary.tsv" lines_diff="3" /> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
137 </test> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
138 <test expect_num_outputs="2"> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
139 <param name="sequence" value="input.fasta"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
140 <param name="no_logfile" value="true"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
141 <section name="settings"> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
142 <section name="attc_settings"> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
143 <param name="dist_thresh" value="2000"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
144 <param name="calin_threshold" value="3"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
145 <param name="max_attc_size" value="188"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
146 <param name="min_attc_size" value="30"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
147 <param name="keep_palindromes" value=""/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
148 </section> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
149 </section> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
150 <output name="integrons_table" value="test7_integrons_table.tsv" lines_diff="3" /> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
151 <output name="summary" value="summary.tsv" lines_diff="3" /> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
152 </test> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
153 <test expect_num_outputs="2"> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
154 <param name="sequence" value="input.fasta"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
155 <param name="no_logfile" value="true"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
156 <section name="settings"> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
157 <section name="attc_settings"> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
158 <param name="covar_matrix" value="covar.txt"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
159 </section> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
160 </section> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
161 <output name="integrons_table" value="test8_integrons_table.tsv" lines_diff="10" /> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
162 <output name="summary" value="summary.tsv" lines_diff="3" /> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
163 </test> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
164 <test expect_num_outputs="2"> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
165 <param name="sequence" value="input.fasta"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
166 <param name="no_logfile" value="true"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
167 <section name="settings"> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
168 <section name="protein_settings"> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
169 <param name="no_proteins" value="true"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
170 </section> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
171 </section> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
172 <output name="integrons_table" value="test9_integrons_table.tsv" lines_diff="3" /> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
173 <output name="summary" value="test9_summary.tsv" lines_diff="3" /> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
174 </test> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
175 <test expect_num_outputs="2"> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
176 <param name="sequence" value="input.fasta"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
177 <param name="no_logfile" value="true"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
178 <section name="settings"> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
179 <section name="protein_settings"> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
180 <param name="union_integrases" value="true" /> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
181 <param name="func_annot" value="true"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
182 </section> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
183 </section> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
184 <output name="integrons_table" value="test10_integrons_table.tsv" lines_diff="3" /> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
185 <output name="summary" value="summary.tsv" lines_diff="3" /> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
186 </test> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
187 </tests> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
188 <help><![CDATA[ |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
189 |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
190 How does it work ? |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
191 ================== |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
192 |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
193 - First, IntegronFinder annotates the DNA sequence's CDS with Prodigal. |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
194 |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
195 - Second, IntegronFinder detects independently integron integrase and *attC* |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
196 recombination sites. The Integron integrase is detected by using the intersection |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
197 of two HMM profiles: |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
198 |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
199 - one specific of tyrosine-recombinase (PF00589) |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
200 - one specific of the integron integrase, near the patch III domain of tyrosine recombinases. |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
201 |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
202 The *attC* recombination site is detected with a covariance model (CM), which |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
203 models the secondary structure in addition to the few conserved sequence |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
204 positions. |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
205 |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
206 |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
207 - Third, the results are integrated, and IntegronFinder distinguishes 3 types of |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
208 elements: |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
209 |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
210 - complete integron |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
211 Integron with integron integrase nearby *attC* site(s) |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
212 - In0 element |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
213 Integron integrase only, without any *attC* site nearby |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
214 - CALIN element |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
215 Cluster of *attC* sites Lacking INtegrase nearby. |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
216 A rule of thumb to avoid false positive is to filter out singleton of |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
217 *attC* site. |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
218 |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
219 IntegronFinder can also annotate gene cassettes (CDS nearby *attC* sites) using |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
220 Resfams, a database of HMM profiles aiming at annotating antibiotic resistance |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
221 genes. This database is provided but the user can add any other HMM profiles |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
222 database of its own interest. |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
223 |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
224 When available, IntegronFinder annotates the promoters and attI sites by pattern |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
225 matching. |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
226 ]]></help> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
227 <expand macro="citations"/> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
228 </tool> |