annotate CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/lib/python3.8/site-packages/pysam-0.23.0.dist-info/METADATA @ 69:33d812a61356

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