Git Product home page Git Product logo

blat-nextflow's Introduction

THIS REPO IS ๐Ÿšง UNDER CONSTRUCTION ๐Ÿšง and NOT Used in ANY production CODE

Nextflow Conversion of GenomeAlignWithGfClientTask

blat

flowchart TD
    p0((Channel.fromPath))
    p1([splitFasta])
    p2(( ))
    p3[blat:runBlat]
    p4([collectFile])
    p5(( ))
    p0 --> p1
    p1 -->|seqs| p3
    p2 -->|data.2bit| p3
    p3 --> p4
    p4 --> p5
Loading

Get Started

  • Install Nextflow

    curl https://get.nextflow.io | bash

Usage

Main parameters:

param value type description
seqFile string Path to input fasta file
fastaSubsetSize integer How many sequences per split of input file
databasePath string Path to database Files
outputDir string publish directory
maxIntron integer Maximum intron size (Default 750000)
dbType string "dna" / "prot" / "dnax" (DNA sequence translated in six frames to protein). Default is dna.
queryType string "dna" / "prot" / "dnax" (DNA sequence translated in six frames to protein) "rnax" (DNA sequence translated in three frames to protein)
blatParams string Additional parameters for gfClient
trans boolean Translate database to protein in 6 frames

Example

nextflow run https://github.com/VEuPathDB/blat -with-trace -c <config_file> -r main

blat-nextflow's People

Contributors

rdemko2332 avatar jbrestel avatar

Watchers

 avatar Ryan Doherty avatar James Cloos avatar Elizabeth Paige Harper avatar Daniel Beiting avatar John Iodice avatar Samuel Rund avatar Jessica Kissinger avatar Stuart Brown avatar Omar Harb avatar David Starns avatar Ann Sizemore Blevins avatar  avatar DK avatar  avatar  avatar Bindu Gajria avatar Sufen Hu avatar Haiming Wang avatar

Forkers

rdemko2332

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.