Mercurial > repos > iuc > integron_finder
annotate integron_finder.xml @ 1:4768f7f8e93f draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/integron_finder commit 04aa903b53ba0596d486d2ce4a1b4f1d7125846f
author | iuc |
---|---|
date | Fri, 17 Feb 2023 18:36:09 +0000 |
parents | 1ae00120dd24 |
children | 392f100eebcd |
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> |
1
4768f7f8e93f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/integron_finder commit 04aa903b53ba0596d486d2ce4a1b4f1d7125846f
iuc
parents:
0
diff
changeset
|
38 <param type="data" name="sequence" format="fasta" label="Replicon file" help="Replicon can be entire chromosome, contif, PCR fragments..."> |
4768f7f8e93f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/integron_finder commit 04aa903b53ba0596d486d2ce4a1b4f1d7125846f
iuc
parents:
0
diff
changeset
|
39 <validator type="expression" message="Integron Finder has problems with large multi FASTA files. Please assembly your sequences or split them up into files smaller 10.000 sequences."><![CDATA[value is not None and value.metadata.sequences <= 10000]]></validator> |
4768f7f8e93f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/integron_finder commit 04aa903b53ba0596d486d2ce4a1b4f1d7125846f
iuc
parents:
0
diff
changeset
|
40 </param> |
0
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
41 <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
|
42 <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
|
43 <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
|
44 <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
|
45 </param> |
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 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
|
47 <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
|
48 <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
|
49 <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
|
50 <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
|
51 <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
|
52 <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
|
53 <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
|
54 <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
|
55 <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
|
56 <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
|
57 <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
|
58 </section> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
59 <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
|
60 <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
|
61 <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
|
62 <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
|
63 </section> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
64 </section> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
65 <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
|
66 </inputs> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
67 <outputs> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
68 <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
|
69 <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
|
70 <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
|
71 </collection> |
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 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
|
73 <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
|
74 </data> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
75 <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
|
76 <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
|
77 <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
|
78 <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
|
79 <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
|
80 </collection> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
81 </outputs> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
82 <tests> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
83 <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
|
84 <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
|
85 <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
|
86 <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
|
87 <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
|
88 </test> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
89 <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
|
90 <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
|
91 <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
|
92 <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
|
93 <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
|
94 <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
|
95 <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
|
96 </test> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
97 <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
|
98 <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
|
99 <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
|
100 <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
|
101 <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
|
102 <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
|
103 </test> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
104 <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
|
105 <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
|
106 <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
|
107 <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
|
108 <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
|
109 <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
|
110 </test> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
111 <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
|
112 <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
|
113 <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
|
114 <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
|
115 <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
|
116 <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
|
117 </test> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
118 <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
|
119 <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
|
120 <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
|
121 <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
|
122 <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
|
123 <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
|
124 <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
|
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 <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
|
127 </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
|
128 </element> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
129 </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
|
130 <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
|
131 <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
|
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 <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
|
134 </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
|
135 </element> |
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_collection> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
137 <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
|
138 <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
|
139 </test> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
140 <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
|
141 <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
|
142 <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
|
143 <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
|
144 <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
|
145 <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
|
146 <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
|
147 <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
|
148 <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
|
149 <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
|
150 </section> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
151 </section> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
152 <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
|
153 <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
|
154 </test> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
155 <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
|
156 <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
|
157 <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
|
158 <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
|
159 <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
|
160 <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
|
161 </section> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
162 </section> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
163 <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
|
164 <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
|
165 </test> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
166 <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
|
167 <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
|
168 <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
|
169 <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
|
170 <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
|
171 <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
|
172 </section> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
173 </section> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
174 <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
|
175 <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
|
176 </test> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
177 <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
|
178 <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
|
179 <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
|
180 <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
|
181 <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
|
182 <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
|
183 <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
|
184 </section> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
185 </section> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
186 <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
|
187 <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
|
188 </test> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
189 </tests> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
190 <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
|
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 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
|
193 ================== |
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 - 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
|
196 |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
197 - 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
|
198 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
|
199 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
|
200 |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
201 - 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
|
202 - 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
|
203 |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
204 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
|
205 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
|
206 positions. |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
207 |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
208 |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
209 - 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
|
210 elements: |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
211 |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
212 - 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
|
213 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
|
214 - 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
|
215 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
|
216 - 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
|
217 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
|
218 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
|
219 *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
|
220 |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
221 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
|
222 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
|
223 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
|
224 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
|
225 |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
226 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
|
227 matching. |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
228 ]]></help> |
1ae00120dd24
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bakta/integron_finder commit 6e0d10965c02c249844f1eddd1c7442990695a6a
iuc
parents:
diff
changeset
|
229 <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
|
230 </tool> |