annotate gamma-s.xml @ 0:f6f0b5f3066e 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:20 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
1 <tool id="gamma_s" name="GAMMA-S" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.2">
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
2 <description>finds gene matches in microbial genomic data using nucleotide identity</description>
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
3 <macros>
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
4 <token name="@TOOL_VERSION@">2.2</token>
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
5 <token name="@VERSION_SUFFIX@">0</token>
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
6 </macros>
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
7 <creator>
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
8 <person givenName="Lieven" familyName="Sterck" url="https://github.com/lsterck" />
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
9 <organization name="Sciensano-BioIT" url="https://github.com/BioinformaticsPlatformWIV-ISP" />
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
10 </creator>
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
11 <requirements>
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
12 <requirement type="package" version="@TOOL_VERSION@">GAMMA</requirement>
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
13 </requirements>
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
14 <version_command>echo @TOOL_VERSION@</version_command>
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
15 <command detect_errors="exit_code"><![CDATA[
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
16 GAMMA-S.py
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
17
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
18 '$input_fasta'
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
19 '$input_db'
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
20 gamma-s_out
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
21
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
22 $all
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
23 -i $identity
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
24 $extended
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
25 $protein
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
26 -m $minimum
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
27
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
28 ]]></command>
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
29 <inputs>
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
30 <param name="input_fasta" type="data" format="fasta" label="Input FASTA file" help="a genome or assembly in FASTA format" />
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
31 <param name="input_db" type="data" format="fasta" label="Database to screen against" help="a multifasta database of the coding sequence of genes." />
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
32 <param argument="--all" type="boolean" truevalue="-a" falsevalue="" checked="false" label="Include all gene matches" help="Returns all (including overlapping) gene matches" />
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
33 <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" />
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
34 <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" />
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
35 <param argument="--protein" type="boolean" truevalue="-p" falsevalue="" checked="false" label="Perform protein-protein comparisons" help="protein-protein comparisons, requires two protein sequence fastas as input" />
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
36 <param argument="--minimum" type="integer" min="0" max="100" value="20" label="Minimum length percent match" help="The minimum length percent match for output, input as an integer (i.e., '-m 50' for a 50% minimum match length to be reported), not active if the --all option is used" />
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
37 </inputs>
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
38 <outputs>
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
39 <data name="gamma_s_out" format="tabular" from_work_dir="gamma-s_out.gamma" label="${tool.name} on $on_string: GAMMA Output" />
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
40 </outputs>
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
41 <tests>
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
42 <test expect_num_outputs="1">
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
43 <param name="input_fasta" value="contig_in.fasta" ftype="fasta"/>
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
44 <param name="input_db" value="lukE_6.fasta" ftype="fasta"/>
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
45 <output name="gamma_s_out" file="gamma-s_out.gamma" ftype="tabular"/>
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
46 </test>
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
47 <test expect_num_outputs="1">
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
48 <param name="input_fasta" value="pDHQP1701672_amr_plasmid.fa" ftype="fasta"/>
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
49 <param name="input_db" value="ResFinderDB_subset.fsa" ftype="fasta"/>
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
50 <output name="gamma_s_out" file="gamma-s_amr.gamma" ftype="tabular"/>
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
51 </test>
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
52 </tests>
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
53 <help><![CDATA[
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
54 **GAMMA-S (Gene Allele Mutation Microbial Assessment-Sequence)**
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
55 finds best matches from a gene database without translating them--so it will find the best match by nucleotides, rather by the translated protein sequence. However, it can perform protein-protein sequence matching as well, which requires two protein fastas as the input.
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
56
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
57 Output:
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
58
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
59 The default output of GAMMA-S is a tab-delimited file with 17 columns:
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
60
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
61 - 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 "‡".
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
62 - Contig – The name of the contig on which the match was found.
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
63 - Start – The start position of the sequence matching the gene on the contig.
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
64 - Stop – The end position of the sequence matching the gene on the contig.
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
65 - 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).
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
66 - Description – A short description of the match type.
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
67 - Mismatches – The count of nucleotide/protein sequence substitution mutations.
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
68 - 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)
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
69 - Insertions – The count of the insertions in the matching sequence.
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
70 - Insertion_BP – The count of the total bases/residues in the insertions in the matching sequence.
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
71 - Deletions – The count of the deletions in the matching sequence.
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
72 - Deletions_BP – The count of the total bases/residues in the insertions in the matching sequence.
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
73 - Unweighted_Match_Percent – The percent match of overlapping sequences only (i.e., does not include sequences on the contig edges, insertions, or deletions).
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
74 - Match_Percent – The percent match of the sequence, subtracing out sequences missing from contig edges, insertions, or deletions. Because insertions are subtracted out, this can lead to cases with negative values, if the insertion is larger than the gene itself.
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
75 - Percent_Length - The percent (expressed as a decimal value) of the length of the target covered by the matching sequence, maximum of 1.
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
76 - Target_Length - The length (in basepairs) of the target sequence.
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
77 - Strand – The sense of the strand (+ or -) on which the match is found.
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
78
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
79
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
80 **More Information**
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
81
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
82 - **Official Repository**: `GAMMA on GitHub`_
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
83
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
84 .. _GAMMA on GitHub: https://github.com/rastanton/GAMMA
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
85
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
86 ]]></help>
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
87 <citations>
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
88 <citation type="doi">10.1093/bioinformatics/btab607</citation>
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
89 </citations>
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
90 </tool>
f6f0b5f3066e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/gamma/ commit cd2cb7e4638de5d617534eb7f00d3f59de716f02
iuc
parents:
diff changeset
91