Code Monkey home page Code Monkey logo

flas's Introduction

Overview

FLAS is software that makes self-correction for PacBio long reads with fast speed and high throughput.

Copy right

FLAS is under the Artistic License 2.0.

Short manual

  1. System requirements

    FLAS is suitable for 32-bit or 64-bit machines with Linux operating systems. At least 4GB of system memory is recommended for correcting larger data sets.

  2. Installation

    The MECAT software and Python(3.0+) are required to run FLAS.

    • The source files in 'src' folder can be complied to generate a 'bin' folder by running Makefile: make.
    • Put the 'bin' folders of MECAT and FLAS to your $PATH: export PATH=PATH2MECATbin:$PATH and export PATH=PATH2FLASbin:$PATH, respectively.
  3. Input

    • Long reads in FASTA format.
  4. Using FLAS

    FLAS long_reads.fasta [-options|-options]
    

    Options (default value):
    -c (100)
    Coverage of the long reads.
    -α1 (0.5)
    Fraction value to distinguish between the cases (i)/(ii) and (iii).
    -α2 (0.5)
    Fraction value to distinguish between the cases (i) and (ii).
    -β1 (0.05)
    Difference value of alignment identities to find the correct aligned path.
    -β2 (0.2)
    Difference value of expected amounts of aligned long reads to find the correct aligned path.

  5. Outputs

    • Error corrected trimmed long reads.
    • Error corrected split long reads.

flas's People

Contributors

baoe avatar

Watchers

 avatar

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.