Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

46 строки
1.4 KiB

  1. Metadata-Version: 2.1
  2. Name: pysam
  3. Version: 0.18.0
  4. Summary: pysam
  5. Home-page: https://github.com/pysam-developers/pysam
  6. Author: Andreas Heger
  7. Author-email: andreas.heger@gmail.com
  8. License: MIT
  9. Platform: POSIX
  10. Platform: UNIX
  11. Platform: MacOS
  12. Classifier: Development Status :: 4 - Beta
  13. Classifier: Intended Audience :: Science/Research
  14. Classifier: Intended Audience :: Developers
  15. Classifier: License :: OSI Approved
  16. Classifier: Programming Language :: Python
  17. Classifier: Topic :: Software Development
  18. Classifier: Topic :: Scientific/Engineering
  19. Classifier: Operating System :: POSIX
  20. Classifier: Operating System :: Unix
  21. Classifier: Operating System :: MacOS
  22. Requires: cython (>=0.29.12)
  23. License-File: COPYING
  24. License-File: AUTHORS
  25. pysam - a python module for reading, manipulating and writing
  26. genomic data sets.
  27. pysam is a lightweight wrapper of the htslib C-API and provides
  28. facilities to read and write SAM/BAM/VCF/BCF/BED/GFF/GTF/FASTA/FASTQ
  29. files as well as access to the command line functionality of the
  30. samtools and bcftools packages. The module supports compression and
  31. random access through indexing.
  32. This module provides a low-level wrapper around the htslib C-API as
  33. using cython and a high-level API for convenient access to the data
  34. within standard genomic file formats.
  35. See:
  36. http://www.htslib.org
  37. https://github.com/pysam-developers/pysam
  38. http://pysam.readthedocs.org/en/stable