pebbles

View on PyPIReverse Dependencies (0)

0.3.0 pebbles-0.3.0-py3-none-any.whl

Wheel Details

Project: pebbles
Version: 0.3.0
Filename: pebbles-0.3.0-py3-none-any.whl
Download: [link]
Size: 13614
MD5: 72bd5db22f7f1197afd8ce8110dcc5c4
SHA256: a805a5a23c85739899c64d58ccb5733e1f356b8be3a18ef60669102d99a50bb1
Uploaded: 2023-05-22 04:32:27 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pebbles
Version: 0.3.0
Summary: A package for calling HGVS variants in single SAM/BAM alignments
Author-Email: Matthew Wakefield <matthew.wakefield[at]unimelb.edu.au>
Project-Url: Homepage, https://github.com/genomematt/pebbles
Project-Url: Bug Tracker, https://github.com/genomematt/pebbles
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.9
Requires-Dist: pysam (>=0.20.0)
Requires-Dist: countess (<0.1,>=0.0.24); extra == "countess"
Provides-Extra: countess
Description-Content-Type: text/markdown
[Description omitted; length: 4775 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.17.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_pebbles.py sha256=5ESSidM2xydsbURjgBvCDXuY3njtAYnT3BzOWzUoYOg 10433
tests/data/generate_test_sam.sh sha256=OPZSqPrTnpNiz0M5q7XBBPamiKt0BAl96dnUFDraKkY 168
tests/data/map.bam sha256=_bfZdu0wSjOOf9UEXb89Meki6sSK51hwXnr9m9ZEHGc 799
tests/data/map.sam sha256=wjKeBrMla5SrFP3Zacs3_cgsjY3FMXYyexV-P26f_5s 2309
tests/data/query.fa sha256=Ec3JlIoOa7Hn0DLnP8fQzQNQq83V6BfJE7VvYS9y3n4 1094
tests/data/ref.fa sha256=8Y8dTqbQtLUDkxkgkuJOWZft82THBPQBz_mKof3hHW4 1464
pebbles/__init__.py sha256=2xdoC16vkdi5tUg0hDD561JkZDaSNy88XJ7zXvxT6Og 18
pebbles/countess.py sha256=l_PKbYzGeBisnmh-za4RU1piSURVlYc8jqQ4n_3Gerg 2418
pebbles/pebbles.py sha256=0QpZVfahvHiLox6VuGYaU5LSMTsd4EHFG4oc0vHPOjE 15863
pebbles-0.3.0.dist-info/METADATA sha256=bilRoyZRU_g_EplwOMctZP4QOKPdGXPQkLc3qsTZW2U 5570
pebbles-0.3.0.dist-info/WHEEL sha256=y1bSCq4r5i4nMmpXeUJMqs3ipKvkZObrIXSvJHm1qCI 87
pebbles-0.3.0.dist-info/entry_points.txt sha256=M9w9581umhtcP2awU8WepFcNFb84cxEJGb1kg1h9oJA 157
pebbles-0.3.0.dist-info/RECORD

entry_points.txt

pebbles = pebbles.pebbles:main
count_BAM = pebbles.countess:CountBAMPlugin
count_SAM = pebbles.countess:CountSAMPlugin