Giter Club home page Giter Club logo

croler's Introduction

croler

croler (please, all letters lowercased) is genome OLC de novo assembler written on FER, under leadership of Mile Sikic.

As most OLC assemblers do, croler consists of three different phases:

[for details follow the links above].

Requirements

  • gcc (4.7.2 on debian will do the job)
  • make

Installation

Change the directory where the project is cloned and make sure that following commands flow through your command line

git submodule update --init --recursive
make

When build process finishes (successful, eventually), the bin directory will contain symlinks to binaries of different stages: croler_overlap, croler_layout and croler_consensus. We think that names are verbose enough to not explain it which binary refers to which stage.

Running

croler reads input in .afg (AMOS) format

It can be run multiple ways. The simplest way is to use run.sh script like

./run.sh <reads.afg>

The example runs the all phases, pipelined, with default parameters. Resulting contigs will be saved in {reads}_consensus.fasta file. Feel free to explore other side-effect files (intermediate results), such as {reads}_overlaps.afg, {reads}_layout.afg and various .dot graphs created by layout phase.

{reads} refers to a prefix of reads filename

Note: It is the simplest way to run the assembly, but running each phase separetely is more flexible and allows adjusting parameters to your test data. We really encourage you to explore the running options of each phase.

Preparing the data

Converting .fasta files to .afg could be done with AMOS toAmos tool with

toAmos -o output.afg -s reads.fasta

Results

Jump to tests.

Contributors

Do not hesitate to drop an email to Marko and Mario, if you have any questions.

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.