You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

47 lines
1.6 KiB

  1. Metadata-Version: 2.4
  2. Name: pysam
  3. Version: 0.23.3
  4. Summary: Package for reading, manipulating, and writing genomic data
  5. Home-page: https://github.com/pysam-developers/pysam
  6. Author: Andreas Heger
  7. Author-email: Andreas Heger <andreas.heger@gmail.com>
  8. License: MIT License
  9. Project-URL: Documentation, https://pysam.readthedocs.io/
  10. Project-URL: Release notes, https://pysam.readthedocs.io/en/stable/release.html
  11. Platform: POSIX
  12. Platform: UNIX
  13. Platform: MacOS
  14. Classifier: Development Status :: 4 - Beta
  15. Classifier: Intended Audience :: Science/Research
  16. Classifier: Intended Audience :: Developers
  17. Classifier: License :: OSI Approved
  18. Classifier: Programming Language :: Python
  19. Classifier: Topic :: Software Development
  20. Classifier: Topic :: Scientific/Engineering
  21. Classifier: Operating System :: POSIX
  22. Classifier: Operating System :: Unix
  23. Classifier: Operating System :: MacOS
  24. Requires-Python: >=3.8
  25. Description-Content-Type: text/x-rst
  26. License-File: COPYING
  27. License-File: AUTHORS
  28. Dynamic: author
  29. Dynamic: classifier
  30. Dynamic: description
  31. Dynamic: description-content-type
  32. Dynamic: home-page
  33. Dynamic: license-file
  34. Dynamic: platform
  35. pysam --- a Python package for reading, manipulating, and writing
  36. genomic data sets.
  37. pysam is a lightweight wrapper of the HTSlib API and provides facilities
  38. to read and write SAM/BAM/CRAM/VCF/BCF/BED/GFF/GTF/FASTA/FASTQ files
  39. as well as access to the command-line functionality of samtools and bcftools.
  40. The module supports compression and random access through indexing.
  41. This module provides a low-level wrapper around HTSlib's C API using Cython
  42. and a high-level API for convenient access to the data within standard genomic
  43. file formats.