Giter Club home page Giter Club logo

bit's Introduction

DOI

Bioinformatics Tools (bit)

These are a collection of one-liners and short scripts I use frequently enough that it's been worth it for me to have them instantly available anywhere. This includes things like:

  1. quickly summarizing nucleotide assemblies (bit-summarize-assembly)
  2. downloading NCBI assemblies in different formats by just providing accession numbers (bit-dl-ncbi-assemblies)
  3. calculating variation in each column of a multiple sequence alignment (bit-calc-variation-in-msa)
  4. summarizing GO annotations (bit-summarize-go-annotations)
  5. pulling out sequences by their coordinates (bit-extract-seqs-by-coords)
  6. splitting a fasta file based on headers (bit-parse-fasta-by-headers)
  7. renaming sequences in a fasta (bit-rename-fasta-headers)
  8. pulling amino acid or nucleotide sequences out of a GenBank file (bit-genbank-to-AA-seqs / bit-genbank-to-fasta)

And other just convenient things that are nice to have handy like removing those annoying soft line wraps that some fasta files have (bit-remove-wraps) and printing out the column names of a TSV with numbers (bit-colnames) to quickly see which columns need to be provided to things like cut or awk ๐Ÿ™‚

Conda install

In current conda environment:

conda install -c conda-forge -c bioconda -c defaults -c astrobiomike bit

Or if wanted or needed in a separate environment, that can be done with:

conda create -n bit -c conda-forge -c bioconda -c defaults -c astrobiomike bit
conda activate bit

Each command has a help menu accessible by either entering the command alone or by providing -h as the only argument. Once installed, you can see all available commands by entering bit- and pressing tab twice.

Citation info

If you happen to find this useful in your work and are inclined to cite this toolset, thank you ๐Ÿ™‚, and please do so with the following:

Lee, MD. Bioinformatics Tools (bit) 2018. doi.org/10.5281/zenodo.3383647

You can get the version you are using with bit-version.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.