Git Product home page Git Product logo

vdb's Introduction

vdb

very-dreamy-blastvdb: an easy to use wrapper for blastn_vdb and tblastn_vdb

Objective

blastn_vdb and tblastn_vdb are new BLAST implementations from NCBI that use one or more Sequence Read Archive (SRA) accessions as nucleotide databases for nucleotide or protein queries (respectively).

I created very-dreamy-blast as an easy to use wrapper around blast_vdb, with options provided by the user on each run, without having to change any parameters hidden in some bash script.

Usage

./run_vdb.sh -s SRX00001,[SRX00002],[...] -q QUERY_INPUT.FASTA -t nucl|prot [-e #] [-d] [-n]

Parameters & Options

Required: -s: A comma-separated list of 1 or more SRA Accession(s) to build BLAST databases from

-q: A query file in FASTA format

-t: The type of query, 'nucl' or 'prot' (do not include the quotes)

Optional: -e: e-value threshold for the BLAST search, in scientific notation. Default: 1e-9

-d: By default, the blastn_vdb task is megablast (for most similar hits). If you would like to instead search for more divergent matches, you may use the -d flag to switch the task to discontiguous-megablast

-n: Similar to the -d flag, except it switches the BLAST task to blastn, which is optimized for somewhat similar hits.

vdb's People

Contributors

austinreidmanny avatar

Forkers

zsutx2005

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.