Mercurial > repos > iuc > integron_finder
comparison integron_finder.xml @ 2:392f100eebcd draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/integron_finder commit bf94533e76d4253a734333e33c2f14f6634f0e79
author | iuc |
---|---|
date | Sun, 25 Feb 2024 16:08:08 +0000 |
parents | 4768f7f8e93f |
children |
comparison
equal
deleted
inserted
replaced
1:4768f7f8e93f | 2:392f100eebcd |
---|---|
1 <tool id="integron_finder" name="Integron Finder" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> | 1 <tool id="integron_finder" name="Integron Finder" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
2 <description> is a program that detects integrons in DNA sequences</description> | 2 <description>is a program that detects integrons in DNA sequences</description> |
3 <macros> | 3 <macros> |
4 <import>macro.xml</import> | 4 <import>macro.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="edam_info"/> | 6 <expand macro="edam_info"/> |
7 <expand macro="xrefs"/> | 7 <expand macro="xrefs"/> |
36 ]]></command> | 36 ]]></command> |
37 <inputs> | 37 <inputs> |
38 <param type="data" name="sequence" format="fasta" label="Replicon file" help="Replicon can be entire chromosome, contif, PCR fragments..."> | 38 <param type="data" name="sequence" format="fasta" label="Replicon file" help="Replicon can be entire chromosome, contif, PCR fragments..."> |
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> | 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> |
40 </param> | 40 </param> |
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." /> | 41 <param 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." /> |
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)"> | 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)"> |
43 <option value="--linear">linear (--linear)</option> | 43 <option value="--linear">linear (--linear)</option> |
44 <option value="--circ">circular (--circ)</option> | 44 <option value="--circ">circular (--circ)</option> |
45 </param> | 45 </param> |
46 <param name="topology_file" argument="--topology-file" type="data" format="txt" optional="true" label="Select a topology file from your history"/> | 46 <param argument="--topology-file" type="data" format="txt" optional="true" label="Select a topology file from your history"/> |
47 <param name="promoter_attI" argument="--promoter-attI" type="boolean" checked="false" truevalue="--promoter-attI" falsevalue="" label="Search also for promoter and attI sites?" /> | 47 <param argument="--promoter-attI" type="boolean" checked="false" truevalue="--promoter-attI" falsevalue="" label="Search also for promoter and attI sites?" /> |
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."/> | 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."/> |
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)"/> | 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)"/> |
50 <section name="settings" title="Advanced Parameters" expanded="False"> | 50 <section name="settings" title="Advanced Parameters" expanded="False"> |
51 <section name="attc_settings" title="Attc options" expanded="False"> | 51 <section name="attc_settings" title="Attc options" expanded="False"> |
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." /> | 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." /> |
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" /> | 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" /> |
54 <param name="max_attc_size" type="integer" value="200" label="Maximum value for attC size" min="0"/> | 54 <param name="max_attc_size" type="integer" value="200" label="Maximum value for attC size" min="0"/> |
55 <param name="min_attc_size" type="integer" value="40" label="Minimum value for attC size" min="0" /> | 55 <param name="min_attc_size" type="integer" value="40" label="Minimum value for attC size" min="0" /> |
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"/> | 56 <param 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"/> |
57 <param name="covar_matrix" argument="--attc-model" type="data" optional="true" format="txt" label="Covariance Matrix" /> | 57 <param name="covar_matrix" argument="--attc-model" type="data" optional="true" format="txt" label="Covariance Matrix" /> |
58 </section> | 58 </section> |
59 <section name="protein_settings" title="Protein options" expanded="False"> | 59 <section name="protein_settings" title="Protein options" expanded="False"> |
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."/> | 60 <param 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."/> |
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" /> | 61 <param 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" /> |
62 <param name="func_annot" argument="--func-annot" type="boolean" checked="false" truevalue="--func-annot" falsevalue="" label="Annotate cassettes given HMM profiles" /> | 62 <param argument="--func-annot" type="boolean" checked="false" truevalue="--func-annot" falsevalue="" label="Annotate cassettes given HMM profiles" /> |
63 </section> | 63 </section> |
64 </section> | 64 </section> |
65 <param name="no_logfile" type="boolean" truevalue="true" falsevalue="false" label="Remove log file"/> | 65 <param name="no_logfile" type="boolean" truevalue="true" falsevalue="false" label="Remove log file"/> |
66 </inputs> | 66 </inputs> |
67 <outputs> | 67 <outputs> |