File: __init__.py

package info (click to toggle)
python-cogent 1.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 16,424 kB
  • ctags: 24,343
  • sloc: python: 134,200; makefile: 100; ansic: 17; sh: 10
file content (77 lines) | stat: -rw-r--r-- 1,924 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
#!/usr/bin/env python

__all__ = ['aaindex',
           'agilent_microarray',
           'blast',
           'bpseq',
           'carnac',
           'cigar',
           'clustal',
           'cmfinder',
           'column',
           'comrna',
           'consan',
           'contrafold',
           'cove',
           'ct',
           'cut',
           'cutg',
           'dialign',
           'dynalign',
           'ebi',
           'fasta',
           'fastq',
           'foldalign',
           'gbseq',
           'gcg',
           'genbank',
           'gff',
           'illumina_sequence',
           'ilm',
           'knetfold',
           'locuslink',
           'macsim',
           'mage',
           'meme',
           'mfold',
           'ncbi_taxonomy',
           'newick',
           'nexus',
           'nupack',
           'paml',
           'paml_matrix',
           'pdb',
           'pfold',
           'phylip',
           'pknotsrg',
           'rdb',
           'record',
           'record_finder',
           'rfam',
           'rna_fold',
           'rnaalifold',
           'rnaforester',
           'rnashapes',
           'rnaview',
           'sequence',
           'sfold',
           'sprinzl',
           'table',
           'tinyseq',
           'tree',
           'tree_xml',
           'unafold',
           'unigene']

__author__ = ""
__copyright__ = "Copyright 2007-2012, The Cogent Project"
__credits__ = ["Gavin Huttley", "Peter Maxwell", "Rob Knight",
                    "Catherine Lozupone", "Jeremy Widmann", "Matthew Wakefield",
                    "Sandra Smit", "Greg Caporaso", "Zongzhi Liu",
                    "Micah Hamady", "Jason Carnes", "Raymond Sammut",
                    "Hua Ying", "Andrew Butterfield", "Marcin Cieslik"]
__license__ = "GPL"
__version__ = "1.5.3"
__maintainer__ = "Rob Knight"
__email__ = "rob@spot.colorado.edu"
__status__ = "Production"