Mercurial > repos > iuc > gamma
annotate gamma.xml @ 1:97592a2dbeed draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
author | iuc |
---|---|
date | Tue, 19 Aug 2025 19:50:33 +0000 |
parents | 0228b27d4373 |
children |
rev | line source |
---|---|
0
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
1 <tool id="gamma" name="GAMMA" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.2"> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
2 <description>finds gene matches in microbial genomic data using protein identity</description> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
3 <macros> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
4 <token name="@TOOL_VERSION@">2.2</token> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
5 <token name="@VERSION_SUFFIX@">0</token> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
6 </macros> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
7 <creator> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
8 <person givenName="Lieven" familyName="Sterck" url="https://github.com/lsterck" /> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
9 <organization name="Sciensano-BioIT" url="https://github.com/BioinformaticsPlatformWIV-ISP" /> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
10 </creator> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
11 <requirements> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
12 <requirement type="package" version="@TOOL_VERSION@">GAMMA</requirement> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
13 </requirements> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
14 <version_command>echo @TOOL_VERSION@</version_command> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
15 <command detect_errors="exit_code"><![CDATA[ |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
16 GAMMA.py |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
17 |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
18 '$input_fasta' |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
19 '$input_db' |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
20 gamma_out |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
21 |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
22 $all |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
23 -i $identity |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
24 $extended |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
25 |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
26 $out_options.fasta |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
27 $out_options.gff |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
28 $out_options.headless |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
29 |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
30 ]]></command> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
31 <inputs> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
32 <param name="input_fasta" type="data" format="fasta" label="Input FASTA file" help="a genome or assembly in FASTA format" /> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
33 <param name="input_db" type="data" format="fasta" label="Database to screen against" help="a multifasta database of the coding sequence of genes." /> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
34 <param argument="--all" type="boolean" truevalue="-a" falsevalue="" checked="false" label="Include all gene matches" help="Returns all (including overlapping) gene matches" /> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
35 <param argument="--identity" type="integer" min="0" max="100" value="90" label="Nucleotide sequence identity" help="The minimum nucleotide sequence identity % used by the Blat search, input as an integer (i.e., '-i 95' for a 95% threshold), default is 90" /> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
36 <param argument="--extended" type="boolean" truevalue="-e" falsevalue="" checked="false" label="Return all gene mutations" help="Returns all gene mutations, otherwise if there are more than 10 mutations present the count is given" /> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
37 <section name="out_options" title="Output options"> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
38 <param argument="--fasta" type="boolean" truevalue="-f" falsevalue="" checked="false" label="Write out a multifasta file of the gene matches" /> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
39 <param argument="--gff" type="boolean" truevalue="-g" falsevalue="" checked="false" label="Generate a general feature format (.GFF) file of the output gene matches" /> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
40 <param argument="--headless" type="boolean" truevalue="-l" falsevalue="" checked="false" label="Remove the column headers in the .gamma output file" /> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
41 </section> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
42 </inputs> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
43 <outputs> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
44 <data name="gamma_out" format="tabular" from_work_dir="gamma_out.gamma" label="${tool.name} on $on_string: GAMMA Output" /> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
45 <data name="gamma_gff" format="gff" from_work_dir="gamma_out.gff" label="${tool.name} on $on_string: GFF file"> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
46 <filter>out_options['gff'] is True </filter> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
47 </data> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
48 <data name="gamma_fasta" format="fasta" from_work_dir="gamma_out.fasta" label="${tool.name} on $on_string: FASTA file"> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
49 <filter>out_options['fasta'] is True </filter> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
50 </data> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
51 </outputs> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
52 <tests> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
53 <test expect_num_outputs="1"> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
54 <param name="input_fasta" value="contig_in.fasta" ftype="fasta"/> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
55 <param name="input_db" value="lukE_6.fasta" ftype="fasta"/> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
56 <output name="gamma_out" file="gamma_out.gamma" ftype="tabular"/> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
57 </test> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
58 <test expect_num_outputs="1"> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
59 <param name="input_fasta" value="pDHQP1701672_amr_plasmid.fa" ftype="fasta"/> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
60 <param name="input_db" value="ResFinderDB_subset.fsa" ftype="fasta"/> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
61 <output name="gamma_out" file="gamma_amr.gamma" ftype="tabular"/> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
62 </test> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
63 <test expect_num_outputs="3"> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
64 <param name="input_fasta" value="contig_in.fasta" ftype="fasta"/> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
65 <param name="input_db" value="lukE_6.fasta" ftype="fasta"/> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
66 <section name="out_options"> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
67 <param name="gff" value="true"/> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
68 <param name="fasta" value="true"/> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
69 </section> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
70 <output name="gamma_out" file="gamma_out.gamma" ftype="tabular"/> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
71 <output name="gamma_gff" file="gamma_out.gff" ftype="gff"/> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
72 <output name="gamma_fasta" > |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
73 <assert_contents> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
74 <has_text_matching expression="^>lukE:6:BA000033\.2.+contig_in\n" /> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
75 </assert_contents> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
76 </output> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
77 </test> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
78 </tests> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
79 <help><![CDATA[ |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
80 **GAMMA (Gene Allele Mutation Microbial Assessment)** |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
81 a tool that finds gene matches in microbial genomic data using protein coding (rather than nucleotide) identity, and then translates and annotates the match by providing the type (i.e., mutant, truncation, etc.) and a translated description (i.e., Y190S mutant, truncation at residue 110, etc.). Because microbial gene families often have multiple alleles and existing databases are rarely exhaustive, GAMMA is helpful in both identifying and explaining how unique alleles differ from their closest known matches. |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
82 |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
83 Output: |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
84 |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
85 The default output of GAMMA is a tab-delimited file with 15 columns: |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
86 |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
87 - Gene – The name of the closest matching gene (target) from the database. If there are ambiguous gene matches (i.e., multiple target matches with the same number of non-degenerate codon changes, basepair changes, and transversions), the gene match will be appended with a "‡". |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
88 - Contig – The name of the contig on which the match was found. |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
89 - Start – The start position of the sequence matching the gene on the contig. |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
90 - Stop – The end position of the sequence matching the gene on the contig. |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
91 - Match_Type – The type of the gene match based on the translation of the sequence (i.e., the protein sequence). Can be native (for identical amino acid sequences to the target), mutant (for nonsynonymous mutations), truncation (for nonsense mutations), indels (for insertions/deletions), nonstop (for a missing stop codon), contig edge (for matches that are truncated at the start or stop of a contig), or a combination of multiple types (i.e., indel truncation). |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
92 - Description – A short description of the match type. |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
93 - Codon_Changes – The count of the non-degenerate codon changes in the sequence versus the closest match from the datbase. |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
94 - BP_Changes - The count of the basepair changes in the sequence versus the closest match from the datbase. |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
95 - Transversions - The count of basepair changes that are transversions (i.e., purine to pyrimidine or vice versa, such as an A -> C or a T -> G) |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
96 - Codon_Percent – The percent (expressed as a decimal value) of the degenerate codon similarity between the query and match sequence. Gene matches with large insertions may show a negative value. |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
97 - BP_Percent - The percent (expressed as a decimal value) of the basepair similarity between the query and match sequence. Gene matches with large insertions may show a negative value. |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
98 - Percent_Length - The percent (expressed as a decimal value) of the length of the target covered by the matching sequence, maximum of 1. |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
99 - Match_Length – The length (in basepairs) of the matching sequence. |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
100 - Target_Length - The length (in basepairs) of the target sequence. |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
101 - Strand – The sense of the strand (+ or -) on which the match is found. |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
102 |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
103 Additional outputs in the .gff format and a fasta of the gene matches (in the positive sense) can be generated using the -g and -f options, respectively. |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
104 |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
105 **More Information** |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
106 |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
107 - **Official Repository**: `GAMMA on GitHub`_ |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
108 |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
109 .. _GAMMA on GitHub: https://github.com/rastanton/GAMMA |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
110 |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
111 ]]></help> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
112 <citations> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
113 <citation type="doi">10.1093/bioinformatics/btab607</citation> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
114 </citations> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
115 </tool> |
0228b27d4373
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit 0fe928343050c72ef7e1eb90f7b1dd4ad029febd
iuc
parents:
diff
changeset
|
116 |