Mercurial > repos > vimalkumarvelayudhan > riboplot
annotate riboplot.egg-info/SOURCES.txt @ 13:8a87a2c44d09
Update matplolib changeset
author | Vimalkumar Velayudhan <vimal@biotechcoder.com> |
---|---|
date | Fri, 21 Aug 2015 12:37:54 +0100 |
parents | 61c47a1d6a7a |
children | 628f82e72d72 |
rev | line source |
---|---|
3 | 1 AUTHORS.rst |
2 CONTRIBUTING.rst | |
3 HISTORY.rst | |
4 LICENSE | |
5 MANIFEST.in | |
6 README.rst | |
7 setup.cfg | |
8 setup.py | |
9 docs/Makefile | |
10 docs/authors.rst | |
11 docs/conf.py | |
12 docs/contributing.rst | |
13 docs/history.rst | |
14 docs/index.rst | |
15 docs/installation.rst | |
16 docs/make.bat | |
7
096c6bbf4a04
Bugfix: (ribocounts) Read length was sent as rnafile argument in check_optional_arguments
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
3
diff
changeset
|
17 docs/modules.rst |
3 | 18 docs/readme.rst |
7
096c6bbf4a04
Bugfix: (ribocounts) Read length was sent as rnafile argument in check_optional_arguments
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
3
diff
changeset
|
19 docs/riboplot.rst |
3 | 20 docs/todo.rst |
21 docs/usage.rst | |
22 riboplot/__init__.py | |
23 riboplot/config.py | |
24 riboplot/ribocore.py | |
25 riboplot/ribocount.py | |
26 riboplot/riboplot.py | |
7
096c6bbf4a04
Bugfix: (ribocounts) Read length was sent as rnafile argument in check_optional_arguments
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
3
diff
changeset
|
27 riboplot/riboplot_multi.py |
3 | 28 riboplot.egg-info/PKG-INFO |
29 riboplot.egg-info/SOURCES.txt | |
30 riboplot.egg-info/dependency_links.txt | |
31 riboplot.egg-info/not-zip-safe | |
32 riboplot.egg-info/top_level.txt | |
12
61c47a1d6a7a
Add a test to check if a valid FASTA file is used (ribocount)
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
11
diff
changeset
|
33 tests/.test_ribocount.py.swp |
3 | 34 tests/__init__.py |
12
61c47a1d6a7a
Add a test to check if a valid FASTA file is used (ribocount)
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
11
diff
changeset
|
35 tests/test_ribocount.py |
3 | 36 tests/test_riboplot.py |
11
7571f5c89090
Simple error message now output to HTML. Detailed error goes to standard error.
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
7
diff
changeset
|
37 tests/.ropeproject/config.py |
7571f5c89090
Simple error message now output to HTML. Detailed error goes to standard error.
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
7
diff
changeset
|
38 tests/.ropeproject/globalnames |
7571f5c89090
Simple error message now output to HTML. Detailed error goes to standard error.
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
7
diff
changeset
|
39 tests/.ropeproject/history |
7571f5c89090
Simple error message now output to HTML. Detailed error goes to standard error.
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
7
diff
changeset
|
40 tests/.ropeproject/objectdb |
3 | 41 tests/data/5hRPF.bam |
42 tests/data/5hRPF.bam.bai | |
43 tests/data/5hRPFsorted.bam | |
44 tests/data/5hRPFsorted.bam.bai | |
45 tests/data/5hmRNA.bam | |
46 tests/data/5hmRNAsorted.bam | |
47 tests/data/ribocount.html | |
48 tests/data/ribocount_index.html | |
49 tests/data/riboplot.html | |
12
61c47a1d6a7a
Add a test to check if a valid FASTA file is used (ribocount)
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
11
diff
changeset
|
50 tests/data/unrelated.fna |
61c47a1d6a7a
Add a test to check if a valid FASTA file is used (ribocount)
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
11
diff
changeset
|
51 tests/data/unrelated.fna.fai |
3 | 52 tests/data/zebrafish.fna |
53 tests/data/zebrafish.fna.fai |