Skip to content

Commit

Permalink
Merge branch 'remora2.0' into 'master'
Browse files Browse the repository at this point in the history
Remora 2.0

See merge request algorithm/remora!185
  • Loading branch information
marcus1487 committed Dec 6, 2022
2 parents 3d82cce + 0730cf0 commit 0a96bff
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 16 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ install_requires =
thop
pandas
pod5 >= 0.0.43
pysam
pysam >= 0.20.0
parasail
requests

Expand Down
2 changes: 1 addition & 1 deletion src/remora/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.1.1"
__version__ = "2.0.0"


class RemoraError(Exception):
Expand Down
21 changes: 7 additions & 14 deletions src/remora/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,12 @@
CG_sup_v3.5.1_2.
"""
MODEL_DICT = {
"dna_r9.4.1_e8_400bps": {
"dna_r9.4.1_e8": {
"5mc": {
"CG": {
"sup": {"v3.5.1": {2: ""}},
"hac": {"v3.5.1": {2: ""}},
"fast": {"v3.5.1": {2: ""}},
}
},
"5hmc_5mc": {
"CG": {
"sup": {"v3.5.1": {2: ""}},
"hac": {"v3.5.1": {2: ""}},
"fast": {"v3.5.1": {2: ""}},
"sup": {"v3.5.1": {0: "qedo6lilt29haqtdd97tic83lxoribfr"}},
"hac": {"v3.5.1": {0: "icimz7z06ijdme9zkfletxl323nveunh"}},
"fast": {"v3.5.1": {0: "ogtg6odxf9elj0mqjqxpx7xw82j5finz"}},
}
},
},
Expand All @@ -80,9 +73,9 @@
},
"5hmc_5mc": {
"CG": {
"sup": {"v3.5.1": {2: ""}},
"hac": {"v3.5.1": {2: ""}},
"fast": {"v3.5.1": {2: ""}},
"sup": {"v4.0.0": {2: "whlux6wohu5fwyg4mreg5mz0a8iaugxk"}},
"hac": {"v4.0.0": {2: "o1ah5qgd77l393gjnyrv44jt4wp6wxcl"}},
"fast": {"v4.0.0": {2: "hms1t8ledf09p8ta9katj90l29uz2qll"}},
}
},
},
Expand Down

0 comments on commit 0a96bff

Please sign in to comment.