Skip to main content

Get Illumina sequencer metadata from flowcell/machine identifier

Project description

fcid

flow cell ID: parse illumina fastq headers to determine machine and flowcell type Thanks to:

Disclaimer: this is not a replacement for proper sequencing run tracking. Disclaimer: PRs welcome to fill gaps! Instrument IDs are less reliable as those are often changed by the sequencing center.

Installation


pip install fcid
# or, for you devs
git clone <this repo> && cd fcid
pip install --editable .

Usage (CLI)

# fcid CABBCANXX
# fcid  K11111 --by-machine
# fcid 22C37GLT3

Usage (package)

>>> from fcid import run
>>> run.get_tech_type("CABBCANXX", run.FCIDs)
[['HiSeq 2500'], 'High Output v3 flow cell']

Test

pytest

Deployment

  1. Update version pyproject.toml
  2. commit and tag
  3. push to github and make a release
  4. check the package deployment action

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fcid-0.0.10.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

fcid-0.0.10-py3-none-any.whl (6.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page