bfscan

View on PyPIReverse Dependencies (0)

0.0.4 bfscan-0.0.4-py3-none-any.whl

Wheel Details

Project: bfscan
Version: 0.0.4
Filename: bfscan-0.0.4-py3-none-any.whl
Download: [link]
Size: 8703
MD5: a4cf0f12ed2d9ddf5ce86c7288b5be72
SHA256: fa1b98759f110002cd7d3fb3f8bf7c72860442d4ef7c0caeac7bb465ba61bfed
Uploaded: 2023-02-07 13:52:14 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: bfscan
Version: 0.0.4
Summary: bfscan is designed to detect foodborne pathogens using bloom filter and machine learning
Author: Thiago Pereira de Oliveira Carvalho, Frederico Schmitt Kremer
Author-Email: thg.baum[at]gmail.com, fred.s.kremer[at]gmail.com
Keywords: bioinformatics bloom filter data science foodborne pathogen
Requires-Dist: pandas
Requires-Dist: Biopython
Requires-Dist: tqdm
Requires-Dist: numpy
Requires-Dist: bloom-filter2
Requires-Dist: scikit-learn
Requires-Dist: imbalanced-learn
Requires-Dist: twine
Requires-Dist: matplotlib
Requires-Dist: xgboost
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 858 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.38.4)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
bfscan/__init__.py sha256=pDpn-2TbV5zLEkEHWRhgLXDqZpoTigI4zTeoeIiX22w 38
bfscan/filter.py sha256=EkWWJqDWlK_Xz6m2E2lahHyLaSCNomF4uhsyd1MYFhU 2428
bfscan/logo.py sha256=WzknM8hx7X0wQyV6mFl9n1VS2M1AkhLcOtmCHWGu95k 902
bfscan/model.py sha256=OWYSkrR4OyE1Ff5vtnQTIR1JcKG26VrCXln9nVQpFh4 1344
bfscan/parallel.py sha256=RB5gV0HJzcX3EmDDPJop9Ns3oSA09B4Cooh-8abb22E 887
bfscan/cli/__init__.py sha256=Nhq6oMgeXYZ6EfcglIEYWNDNk1mglWrdECdwKXcvUrk 74
bfscan/cli/build_filters.py sha256=V_eSLPasgqhLs1fMFXOAonnEmOnn7VZgT2G5WvxnFV0 1297
bfscan/cli/build_model.py sha256=kcDB3pQMsXHbJlKhvAcHQEx2tS2Fy6T1y1rZglad-aE 2569
bfscan/cli/search.py sha256=BwBp830F8kPHw0S4DKbaFPfg6o848T7vuM-fdTNWT2E 2053
bfscan/utils/__init__.py sha256=YXYmwmZllgO7mn_10kwREpftTysf8WhFWn1PYtWam0c 1143
bfscan-0.0.4.dist-info/LICENSE sha256=lL6wJjUrwH3bCmb2msANo8SHV4OUCyoWfR9FeG-T4XU 1064
bfscan-0.0.4.dist-info/METADATA sha256=SHVPxmWqoqSVhVp1n2JTHkpRCMMYfktT9p_bf3DxlxA 1514
bfscan-0.0.4.dist-info/WHEEL sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo 92
bfscan-0.0.4.dist-info/entry_points.txt sha256=LXu10_snkjKSfOxDQjlCyuk9c7HCnmE61H0SYo-C_Jg 159
bfscan-0.0.4.dist-info/top_level.txt sha256=KJ_EUc8M3UlOQ_bO3dgBBaOB-Mv4fbZit2VhJ0KRB_M 7
bfscan-0.0.4.dist-info/RECORD

top_level.txt

bfscan

entry_points.txt

bfscan-build-filters = bfscan.cli.build_filters:main
bfscan-build-model = bfscan.cli.build_model:main
bfscan-search = bfscan.cli.search:main