Mercurial > repos > ucsb-phylogenetics > osiris_phylogenetics
comparison getdata/gb_gene_summary.xml @ 0:5b9a38ec4a39 draft default tip
First commit of old repositories
author | osiris_phylogenetics <ucsb_phylogenetics@lifesci.ucsb.edu> |
---|---|
date | Tue, 11 Mar 2014 12:19:13 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:5b9a38ec4a39 |
---|---|
1 <tool id="gb_gene_summary" name="GB_gene_summary" version="1.0.0"> | |
2 <description>Summarizes gene names in a GenBank flatfile</description> | |
3 <command interpreter="perl"> | |
4 genbankstrip.pl "-f"$data_file "-l"$length "-ts"$species $sp > $logfile | |
5 </command> | |
6 <inputs> | |
7 <param format="txt" name="data_file" type="data" optional="false" label="GenBank flat file"/> | |
8 <param name="length" type="integer" value="75" label="Minimum gene length" help="Does not retain short genes." /> | |
9 <param name="species" type="integer" value="5" label="Minimum" help="Only shows genes present in >x species." /> | |
10 <param name='sp' type='boolean' checked='true' truevalue='-s' falsevalue='' label='Ignore undefined species' help='For example Vargula sp. would be ignored' /> | |
11 </inputs> | |
12 <outputs> | |
13 <data format="txt" name="logfile" label="Screen output from ${tool.name} with ${on_string}" /> | |
14 <data format="tabular" name="stripfile" label="Summary ${tool.name} with ${on_string}" from_work_dir="striplist.txt"/> | |
15 </outputs> | |
16 <help> | |
17 **What it does** | |
18 | |
19 Summarizes gene names in a genbank flatfile. | |
20 | |
21 ------ | |
22 | |
23 **Inputs** | |
24 | |
25 A genbank flatfile. | |
26 | |
27 ------ | |
28 | |
29 **Outputs** | |
30 | |
31 A summary of gene names, and how many species are have data available for each gene. | |
32 | |
33 ------- | |
34 | |
35 **Additional Information** | |
36 | |
37 The gene names can be used to pull genes using genbankstrip. | |
38 Often, the same gene will have many names in genbank. These names can be synonymized by altering the genbankstrip.pl script. | |
39 | |
40 Please direct questions or comments to ucsb_phylogenetics@lifesci.ucsb.edu or, if you can, enter them on the osiris_phylogenetics site at bitbucket.org | |
41 | |
42 ------- | |
43 | |
44 **Citations** | |
45 | |
46 This tool is part of the Osiris Phylogenetics Tool Package for Galaxy. If you make extensive use of this tool in a publication, please consider citing the following. | |
47 | |
48 Current Osiris Citation is here | |
49 | |
50 http://osiris-phylogenetics.blogspot.com/2012/10/citation.html | |
51 | |
52 </help> | |
53 </tool> | |
54 | |
55 | |
56 | |
57 |