AMR 2.1.1.9277__py3-none-any.whl → 2.1.1.9278__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- AMR/__init__.py +1 -1
- AMR/functions.py +3 -3
- {amr-2.1.1.9277.dist-info → amr-2.1.1.9278.dist-info}/METADATA +1 -1
- amr-2.1.1.9278.dist-info/RECORD +7 -0
- amr-2.1.1.9277.dist-info/RECORD +0 -7
- {amr-2.1.1.9277.dist-info → amr-2.1.1.9278.dist-info}/WHEEL +0 -0
- {amr-2.1.1.9277.dist-info → amr-2.1.1.9278.dist-info}/top_level.txt +0 -0
AMR/__init__.py
CHANGED
@@ -118,6 +118,7 @@ from .functions import count_all
|
|
118
118
|
from .functions import n_sir
|
119
119
|
from .functions import count_df
|
120
120
|
from .functions import custom_eucast_rules
|
121
|
+
from .functions import custom_mdro_guideline
|
121
122
|
from .functions import eucast_rules
|
122
123
|
from .functions import eucast_dosage
|
123
124
|
from .functions import export_ncbi_biosample
|
@@ -142,7 +143,6 @@ from .functions import all_antimicrobials
|
|
142
143
|
from .functions import kurtosis
|
143
144
|
from .functions import like
|
144
145
|
from .functions import mdro
|
145
|
-
from .functions import custom_mdro_guideline
|
146
146
|
from .functions import brmo
|
147
147
|
from .functions import mrgn
|
148
148
|
from .functions import mdr_tb
|
AMR/functions.py
CHANGED
@@ -384,6 +384,9 @@ def count_df(data, *args, **kwargs):
|
|
384
384
|
def custom_eucast_rules(*args, **kwargs):
|
385
385
|
"""Please see our website of the R package for the full manual: https://amr-for-r.org"""
|
386
386
|
return convert_to_python(amr_r.custom_eucast_rules(*args, **kwargs))
|
387
|
+
def custom_mdro_guideline(*args, **kwargs):
|
388
|
+
"""Please see our website of the R package for the full manual: https://amr-for-r.org"""
|
389
|
+
return convert_to_python(amr_r.custom_mdro_guideline(*args, **kwargs))
|
387
390
|
def eucast_rules(x, *args, **kwargs):
|
388
391
|
"""Please see our website of the R package for the full manual: https://amr-for-r.org"""
|
389
392
|
return convert_to_python(amr_r.eucast_rules(x, *args, **kwargs))
|
@@ -456,9 +459,6 @@ def like(x, *args, **kwargs):
|
|
456
459
|
def mdro(x = None, *args, **kwargs):
|
457
460
|
"""Please see our website of the R package for the full manual: https://amr-for-r.org"""
|
458
461
|
return convert_to_python(amr_r.mdro(x = None, *args, **kwargs))
|
459
|
-
def custom_mdro_guideline(*args, **kwargs):
|
460
|
-
"""Please see our website of the R package for the full manual: https://amr-for-r.org"""
|
461
|
-
return convert_to_python(amr_r.custom_mdro_guideline(*args, **kwargs))
|
462
462
|
def brmo(x = None, *args, **kwargs):
|
463
463
|
"""Please see our website of the R package for the full manual: https://amr-for-r.org"""
|
464
464
|
return convert_to_python(amr_r.brmo(x = None, *args, **kwargs))
|
@@ -0,0 +1,7 @@
|
|
1
|
+
AMR/__init__.py,sha256=s_gVz0y9RYsQZ1JvOfkOfq8aaQOBh3cqkPAAYQIqylI,7766
|
2
|
+
AMR/datasets.py,sha256=zNOGHIBZvcAx2Z2QF9gIccSkQkWW0CX9pEVBOVR-7gs,2430
|
3
|
+
AMR/functions.py,sha256=7lzvZo91luxr3jhc4H15al5N4oVm2qyTXbRBx2rg450,45096
|
4
|
+
amr-2.1.1.9278.dist-info/METADATA,sha256=_ctlwj28b_pZY0FlMmrI5w0cMsz4crGulDst4a2IpoI,10095
|
5
|
+
amr-2.1.1.9278.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
6
|
+
amr-2.1.1.9278.dist-info/top_level.txt,sha256=7K6Mq_X_OHdXOzQM5y06VUadXjYkze6yzufL1d7_6xc,4
|
7
|
+
amr-2.1.1.9278.dist-info/RECORD,,
|
amr-2.1.1.9277.dist-info/RECORD
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
AMR/__init__.py,sha256=GjKrdgSCAbSFuemlXWWgmKxiYuN58XGj61iOvnyTLQw,7766
|
2
|
-
AMR/datasets.py,sha256=zNOGHIBZvcAx2Z2QF9gIccSkQkWW0CX9pEVBOVR-7gs,2430
|
3
|
-
AMR/functions.py,sha256=5cv8qlMcJUApISR6SQ218EpMpnXJ41d4CqQqKoL_Iko,45096
|
4
|
-
amr-2.1.1.9277.dist-info/METADATA,sha256=0yQh6LsN-Rk32uEw9pWYR_jUCy0uww55dgYnoD57yu8,10095
|
5
|
-
amr-2.1.1.9277.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
6
|
-
amr-2.1.1.9277.dist-info/top_level.txt,sha256=7K6Mq_X_OHdXOzQM5y06VUadXjYkze6yzufL1d7_6xc,4
|
7
|
-
amr-2.1.1.9277.dist-info/RECORD,,
|
File without changes
|
File without changes
|