Git Product home page Git Product logo

par_lp's Introduction

PAR - Pile Anchors on Reference

This repository contains the code for my masters project par in its initial form, written in literate programming style. For a more recent version I split this in two. The library for indexing the input and for matching can be found at github.com/dadidange/esaMatcher. Currently, I am working on some adaptions at the code to compute the alignments. At some point, this will be published at github.com/dadidange/par.

Right now, this repository here should work best.

How to run

noweb

To run it from scratch type make. This will overwrite most of the files.

For this to work, some dependencies need to be installed:

The working directory should now contain the executable par and the corresponding code in src. The directory ./texfiles contains the document pardoc.pdf for documentation. The documentation is rather a monologue that needs to be reworked.

just the code

Running from scratch is not necessary, code and documentation are already provided.
To just compile the code, type go build in the src/par directory. libdivsufsort and go are still required for this.

What to run

Par expects FASTA files as input. For example, it can be applied to the 4 covid genomes in ./samples/.

./par samples/*.fa > covid.maf

Results in a multiple alignment in MAF-format.

mview is a great tool to display alignments a little better than plain text. Mview is available here: https://github.com/desmid/mview/ and could be executed like this:

mview -in maf -html head -css on -coloring mismatch covid.maf > covid.html

par_lp's People

Contributors

dadidange 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.