annotate CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/lib/python3.8/site-packages/pysam-0.23.0.dist-info/METADATA @ 68:5028fdace37b

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