annotate bicodon_counts_from_fasta.xml @ 0:e13169dca7c8 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
author iuc
date Mon, 11 Apr 2022 20:36:48 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
1 <tool id="bicodon_counts_from_fasta" name="Get Codon and Bicodon frequency" version="@TOOL_VERSION@" profile="20.05">
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
2 <description>from FASTA files</description>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
3 <macros>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
4 <import>macros.xml</import>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
5 </macros>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
6 <expand macro="edam_ontology"/>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
7 <expand macro="requirements"/>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
8 <version_command>bicodon_counts_from_fasta.py --version</version_command>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
9 <command detect_errors="exit_code"><![CDATA[
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
10 bicodon_counts_from_fasta.py
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
11 #if $ref.ref_source == 'cached':
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
12 --seq '${ref.ref_loc.fields.path}'
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
13 #elif $ref.ref_source == 'history':
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
14 --seq '${ref.ref_file}'
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
15 #end if
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
16
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
17 --taxid '$taxid'
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
18
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
19 --organelle '$organelle'
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
20
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
21 --division '$division'
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
22
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
23 --assembly '$assembly'
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
24
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
25 --species '$species'
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
26
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
27 --translation_table '$translation_table'
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
28
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
29 --codon_out '$codon_out'
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
30
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
31 --bicodon_out '$bicodon_out'
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
32 ]]></command>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
33 <inputs>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
34 <conditional name="ref">
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
35 <param name="ref_source" type="select" label="Source for Sequence Data">
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
36 <option value="cached">Locally cached FASTA</option>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
37 <option value="history" selected="True">History dataset FASTA</option>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
38 </param>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
39 <when value="cached">
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
40 <param argument="--seq" name="ref_loc" type="select" label="Select FASTA nucleotide sequences">
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
41 <options from_data_table="all_fasta"/>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
42 </param>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
43 </when>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
44 <when value="history">
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
45 <param argument="--seq" name="ref_file" type="data" format="fasta" label="FASTA nucleotide sequences"/>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
46 </when>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
47 </conditional>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
48 <param argument="--taxid" type="text" value="9606" label="Taxonomy ID to list in output" help="9606 is Homo sapiens (human)"/>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
49 <param argument="--organelle" type="text" value="genomic" label="Organelle to list in output" help="genomic is default"/>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
50 <param argument="--division" type="text" value="custom" label="Division to list in output" help="custom is default"/>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
51 <param argument="--assembly" type="text" value="hg38" label="Assembly to list in output" help="hg38 is default"/>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
52 <param argument="--species" type="text" value="Homo sapiens" label="Species to list in output" help="Homo sapiens is default"/>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
53 <expand macro="translation_table_select_parameter"/>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
54 </inputs>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
55 <outputs>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
56 <data name="codon_out" format="tabular" label="Get Codon and Bicodon frequency on ${on_string}: #if $ref.ref_source == 'cached' then $ref.ref_loc.fields.name else $ref.ref_file.name# codon usage output"/>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
57 <data name="bicodon_out" format="tabular" label="Get Codon and Bicodon frequency on ${on_string}: #if $ref.ref_source == 'cached' then $ref.ref_loc.fields.name else $ref.ref_file.name# bicodon usage"/>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
58 </outputs>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
59 <tests>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
60 <test>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
61 <conditional name="ref">
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
62 <param name="ref_source" value="history"/>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
63 <param name="ref_file" value="naltorfs_fasta_out.fasta" dbkey="hg38" ftype="fasta"/>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
64 </conditional>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
65 <param name="taxid" value="9606"/>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
66 <param name="organelle" value="genomic"/>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
67 <param name="division" value="custom"/>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
68 <param name="assembly" value="hg38"/>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
69 <param name="species" value="Homo sapiens"/>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
70 <param name="translation_table" value="1"/>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
71 <output name="codon_out" value="codon_out.tabular"/>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
72 <output name="bicodon_out" value="bicodon_out.tabular"/>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
73 </test>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
74 </tests>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
75 <help><![CDATA[
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
76 Calculate Codon and Bicodon (Codon Pair) usage frequency from FASTA files.
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
77
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
78 Output is designed to mimic that from CoCoPUTs (https://dnahive.fda.gov/dna.cgi?cmd=codon_usage&id=537&mode=cocoputs; e.g. https://dnahive.fda.gov/dna.cgi?cmd=objFile&ids=537&filename=Refseq_Bicod.tsv&raw=1).
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
79
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
80 Translation table identifiers are based upon NCBI standards (https://www.ncbi.nlm.nih.gov/Taxonomy/Utils/wprintgc.cgi).
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
81
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
82 Example of CoCoPUTs style codon output, the majority of codons have been removed in this example, for brevity:
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
83
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
84 +-----------+-----------+-------+--------------+-----------+-------------------+-------+----------+-----+-----+-----+-----+-----+
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
85 | Division | Assembly | Taxid | Species | Organelle | Translation Table | # CDS | # Codons | aaa | aac | aag | aat | ... |
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
86 +===========+===========+=======+==============+===========+===================+=======+==========+=====+=====+=====+=====+=====+
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
87 | custom | hg38 | 9606 | Homo sapiens | genomic | 1 | 4 | 859 | 14 | 13 | 29 | 8 | ... |
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
88 +-----------+-----------+-------+--------------+-----------+-------------------+-------+----------+-----+-----+-----+-----+-----+
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
89
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
90 Example of CoCoPUTs style bicodon output, the majority of bicodons (codon pairs) have been removed in this example, for brevity:
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
91
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
92 +-----------+-----------+-------+--------------+-----------+-------------------+-------+---------------+--------+--------+--------+--------+-----+
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
93 | Division | Assembly | Taxid | Species | Organelle | Translation Table | # CDS | # Codon Pairs | aaaaaa | aaaaac | aaaaag | aaaaat | ... |
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
94 +===========+===========+=======+==============+===========+===================+=======+===============+========+========+========+========+=====+
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
95 | custom | hg38 | 9606 | Homo sapiens | genomic | 1 | 4 | 859 | 0 | 0 | 0 | 1 | ... |
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
96 +-----------+-----------+-------+--------------+-----------+-------------------+-------+---------------+--------+--------+--------+--------+-----+
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
97 ]]></help>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
98 <expand macro="citations"/>
e13169dca7c8 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
iuc
parents:
diff changeset
99 </tool>