Skip to main content

No project description provided

Project description

bio: making bioinformatics fun again

bio - command-line utilities to make bioinformatics explorations more enjoyable.

bio is a bioinformatics toy to play with.

Like LEGO pieces that match one another bio aims to provide you with commands that naturally fit together and let you express your intent with short, explicit and simple commands. It is a project in an exploratory phase, we'd welcome input and suggestions on what it should grow up into.

What does this software do?

If you've ever done bioinformatics, you know how even seemingly straightforward tasks require multiple steps, arcane incantations, and various other preparations that slow down progress.

Even well-defined, supposedly simple tasks can take a seemingly inordinate number of complicated steps. The bio package is meant to solve that tedium.

Usage examples

# Fetch genbank data
bio fetch NC_045512 MN996532 > genomes.gb

# Convert the first then bases of the genomes to FASTA.
bio fasta genomes.gb --end 10

# Align the coding sequences for the S protein
bio fasta genomes.gb --gene S --protein | bio align | head

# Print the GFF record that corresponds to the coding sequence for gene S
bio gff genomes.gb --gene S 

# Show the descendants of taxid 117565
bio taxon 117565 | head

# Show the lineage of a taxonomic rank.
bio taxon 117565 --lineage | head

# Get metadata on a viral sample
bio meta 11138 -H | head

# Define a sequence ontology terms
bio explain exon

# Define a gene ontology terms
bio explain food vacuole

Documentation

Detailed documentation is maintained at

Quick install

bio works on Linux and Mac computers and on Windows when using the Linux Subsystem.

As a rule, all Python based command line utilities should be installed via pipx to avoid conflicts with other Python packages:

pipx install bio 

Alternatively, if you can also use pip to install:

pip install bio 

See more details in the documentation.

bio is stream oriented

bio supports stream oriented programming where the output of one task may be chained into the second. Take the example above but now start with a file acc.txt that contains just the accession numbers:

NC_045512
MN996532

we can run bio to generate a VCF file with the variants of the S nucleotides forming the S protein like so:

cat acc.txt | bio fetch | bio fasta --gene S | bio align --vcf | head

to print:

##fileformat=VCFv4.2
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype">
##FILTER=<ID=PASS,Description="All filters passed">
##INFO=<ID=TYPE,Number=1,Type=String,Description="Type of the variant">
##contig=<ID=YP_009724390.1,length=3822,assembly=YP_009724390.1>
#CHROM  POS     ID      REF     ALT     QUAL    FILTER  INFO    FORMAT  QHR63300.2
YP_009724390.1  33      33C/T   C       T       .       PASS    TYPE=SNP        GT      1
YP_009724390.1  54      54T/A   T       A       .       PASS    TYPE=SNP        GT      1
YP_009724390.1  60      60C/T   C       T       .       PASS    TYPE=SNP        GT      1
YP_009724390.1  69      69A/G   A       G       .       PASS    TYPE=SNP        GT      1

Who is bio designed for?

The software was written to teach bioinformatics and is the companion software to the Biostar Handbook textbook. The targeted audience comprises:

  • Students learning about bioinformatics.
  • Bioinformatics educators who need a platform to demonstrate bioinformatics concepts.
  • Scientists working with large numbers of similar genomes (bacterial/viral strains).
  • Scientists who need to investigate and understand the precise details of a genomic region closely.

The ideas and motivations fueling bio have been developed while educating the many cohorts of students who used the handbook in the classroom. bio is an opinionated take on how bioinformatics, particularly data representation and access, should be simplified and streamlined.

Development

We use the hatch build system to manage the software:

https://github.com/pypa/hatch

You can either use hatch or pip to install the software in editable mode:

pip install --editable .

Testing

bio can test itself, to run all tests execute:

bio test

Tests are automatically built from a shell script that mimics real-life usage scenarios.

Generating documentation

To generate the docs, you will need the bookdown package:

conda install r-bookdown r-servr

To run the docs in a browse:

make 

then visit http://localhost:8000

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

bio-1.8.1.tar.gz (281.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bio-1.8.1-py3-none-any.whl (321.3 kB view details)

Uploaded Python 3

File details

Details for the file bio-1.8.1.tar.gz.

File metadata

  • Download URL: bio-1.8.1.tar.gz
  • Upload date:
  • Size: 281.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.28.1

File hashes

Hashes for bio-1.8.1.tar.gz
Algorithm Hash digest
SHA256 be516bd9fe4dfee562a521d22ffa4b94ee662b9f2a53a4dd52a0a00d93521354
MD5 275d02a500782647c80876c64852623c
BLAKE2b-256 a7b2315e4021d51b6ed959cfe56ff8f754d59f30ea7841c57dee85a8ec90af13

See more details on using hashes here.

File details

Details for the file bio-1.8.1-py3-none-any.whl.

File metadata

  • Download URL: bio-1.8.1-py3-none-any.whl
  • Upload date:
  • Size: 321.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.28.1

File hashes

Hashes for bio-1.8.1-py3-none-any.whl
Algorithm Hash digest
SHA256 26198f5e637276fe532a7f5d70302da94e3e55f8bf32671e72cc238443ed9c38
MD5 f0fff878e258293376cb31b7e3d8a0b7
BLAKE2b-256 c67f92df879e04dd95e6668150421ade86966f0fede3b842af18fbfa370a131c

See more details on using hashes here.

Supported by

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