RNApolis 0.3__tar.gz → 0.3.1__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {RNApolis-0.3/src/RNApolis.egg-info → RNApolis-0.3.1}/PKG-INFO +1 -1
- {RNApolis-0.3 → RNApolis-0.3.1}/setup.py +2 -2
- {RNApolis-0.3 → RNApolis-0.3.1/src/RNApolis.egg-info}/PKG-INFO +1 -1
- {RNApolis-0.3 → RNApolis-0.3.1}/src/RNApolis.egg-info/entry_points.txt +1 -1
- {RNApolis-0.3 → RNApolis-0.3.1}/LICENSE +0 -0
- {RNApolis-0.3 → RNApolis-0.3.1}/README.md +0 -0
- {RNApolis-0.3 → RNApolis-0.3.1}/pyproject.toml +0 -0
- {RNApolis-0.3 → RNApolis-0.3.1}/setup.cfg +0 -0
- {RNApolis-0.3 → RNApolis-0.3.1}/src/RNApolis.egg-info/SOURCES.txt +0 -0
- {RNApolis-0.3 → RNApolis-0.3.1}/src/RNApolis.egg-info/dependency_links.txt +0 -0
- {RNApolis-0.3 → RNApolis-0.3.1}/src/RNApolis.egg-info/requires.txt +0 -0
- {RNApolis-0.3 → RNApolis-0.3.1}/src/RNApolis.egg-info/top_level.txt +0 -0
- {RNApolis-0.3 → RNApolis-0.3.1}/src/rnapolis/annotator.py +0 -0
- {RNApolis-0.3 → RNApolis-0.3.1}/src/rnapolis/clashfinder.py +0 -0
- {RNApolis-0.3 → RNApolis-0.3.1}/src/rnapolis/common.py +0 -0
- {RNApolis-0.3 → RNApolis-0.3.1}/src/rnapolis/metareader.py +0 -0
- {RNApolis-0.3 → RNApolis-0.3.1}/src/rnapolis/molecule_filter.py +0 -0
- {RNApolis-0.3 → RNApolis-0.3.1}/src/rnapolis/motif_extractor.py +0 -0
- {RNApolis-0.3 → RNApolis-0.3.1}/src/rnapolis/parser.py +0 -0
- {RNApolis-0.3 → RNApolis-0.3.1}/src/rnapolis/rfam_folder.py +0 -0
- {RNApolis-0.3 → RNApolis-0.3.1}/src/rnapolis/tertiary.py +0 -0
- {RNApolis-0.3 → RNApolis-0.3.1}/src/rnapolis/transformer.py +0 -0
- {RNApolis-0.3 → RNApolis-0.3.1}/src/rnapolis/util.py +0 -0
- {RNApolis-0.3 → RNApolis-0.3.1}/tests/test_annotator.py +0 -0
- {RNApolis-0.3 → RNApolis-0.3.1}/tests/test_bugfixes.py +0 -0
- {RNApolis-0.3 → RNApolis-0.3.1}/tests/test_common.py +0 -0
- {RNApolis-0.3 → RNApolis-0.3.1}/tests/test_metareader.py +0 -0
- {RNApolis-0.3 → RNApolis-0.3.1}/tests/test_parser.py +0 -0
- {RNApolis-0.3 → RNApolis-0.3.1}/tests/test_quadruplexes.py +0 -0
- {RNApolis-0.3 → RNApolis-0.3.1}/tests/test_tertiary.py +0 -0
@@ -5,7 +5,7 @@ with open("README.md") as f:
|
|
5
5
|
|
6
6
|
setup(
|
7
7
|
name="RNApolis",
|
8
|
-
version="0.3",
|
8
|
+
version="0.3.1",
|
9
9
|
packages=["rnapolis"],
|
10
10
|
package_dir={"": "src"},
|
11
11
|
author="Tomasz Zok",
|
@@ -32,7 +32,7 @@ setup(
|
|
32
32
|
"molecule-filter=rnapolis.molecule_filter:main",
|
33
33
|
"motif-extractor=rnapolis.motif_extractor:main",
|
34
34
|
"transformer=rnapolis.transformer:main",
|
35
|
-
"rfam-folder=rfam_folder:main",
|
35
|
+
"rfam-folder=rnapolis.rfam_folder:main",
|
36
36
|
]
|
37
37
|
},
|
38
38
|
install_requires=[
|
@@ -4,5 +4,5 @@ clashfinder = rnapolis.clashfinder:main
|
|
4
4
|
metareader = rnapolis.metareader:main
|
5
5
|
molecule-filter = rnapolis.molecule_filter:main
|
6
6
|
motif-extractor = rnapolis.motif_extractor:main
|
7
|
-
rfam-folder = rfam_folder:main
|
7
|
+
rfam-folder = rnapolis.rfam_folder:main
|
8
8
|
transformer = rnapolis.transformer:main
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|