Metadata-Version: 2.1
Name: seqspec
Version: 0.3.0
Summary: UNKNOWN
Home-page: https://github.com/sbooeshaghi/seqspec
Author: Sina Booeshaghi
Author-email: abooesha@caltech.edu
Maintainer: Sina Booeshaghi
Maintainer-email: abooesha@caltech.edu
License: MIT
Description: # seqspec
        
        ![github version](https://img.shields.io/badge/Version-0.3.0-informational)
        [![pypi version](https://img.shields.io/pypi/v/seqspec)](https://pypi.org/project/seqspec/0.3.0/)
        ![python versions](https://img.shields.io/pypi/pyversions/seqspec)
        [![license](https://img.shields.io/pypi/l/seqspec)](LICENSE)
        
        `seqspec`, short for "sequence specification" (pronounced "seek-speck"), is a file format that describes data generated from genomics experiments. Both the file format and `seqspec` tool [enable uniform processing](./docs/UNIFORM.md) of genomics data.
        
        ![alt text](docs/images/simple_file_structure.png)
        **Figure 1**: Anatomy of a `seqspec` file.
        
        We have multiple tutorials to get you up and running with `seqspec`:
        
        1. Learn how to use `seqspec` to [standardize your genomics data preprocessing](docs/UNIFORM.ipynb).
        
        2. Understand how to [manipulate `seqspec` files](docs/USING_SEQSPEC.ipynb) using the `seqspec` command-line tool.
        
        ## Citation
        
        The `seqspec` format and tool are described in this [publication](https://doi.org/10.1093/bioinformatics/btae168). If you use `seqspec` please cite
        
        ```
        Ali Sina Booeshaghi, Xi Chen, Lior Pachter, A machine-readable specification for genomics assays, Bioinformatics, Volume 40, Issue 4, April 2024, btae168.
        ```
        
        `seqspec` was inspired by and builds off of the Teichmann Lab [Single Cell Genomics Library Structure](https://github.com/Teichlab/scg_lib_structs) by [Xi Chen](https://github.com/dbrg77).
        
        ## Documentation
        
        - [Install `seqspec`: `docs/INSTALLATION.md`](docs/INSTALLATION.md)
        - [Learn about the `seqspec` file format: `docs/DOCUMENTATION.md`](docs/SEQSPEC_FILE.md)
        - [Learn about the `seqspec` tool: `docs/DOCUMENTATION.md`](docs/SEQSPEC_TOOL.md)
        - [Learn about the `seqspec` specification : `docs/SPECIFICATION.md`](docs/SPECIFICATION.md)
        - [Write a `seqspec`: `docs/TUTORIAL.md`](docs/TUTORIAL.md)
        - [View example `seqspec` files: `https://www.sina.bio/seqspec-builder/assays.html`](https://www.sina.bio/seqspec-builder/assays.html)
        - [Contribute a `seqspec` : `docs/CONTRIBUTING.md`](docs/CONTRIBUTING.md)
        - [Watch a YouTube video about `seqspec`](https://youtu.be/NSj6Vpzy8tU)
        - [Read the manuscript that describes `seqspec`](https://doi.org/10.1093/bioinformatics/btae168)
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
