https://github.com/fenderglass/Ragout
Revision 6aadd05e49faffa5a8091a41391c6934d3ee5486 authored by Mikhail Kolmogorov on 31 October 2018, 01:32:40 UTC, committed by Mikhail Kolmogorov on 31 October 2018, 01:32:40 UTC
1 parent f274455
Raw File
Tip revision: 6aadd05e49faffa5a8091a41391c6934d3ee5486 authored by Mikhail Kolmogorov on 31 October 2018, 01:32:40 UTC
redirect to github repo
Tip revision: 6aadd05
index.html
<!DOCTYPE html>
<html>
  <head>
    <meta charset='utf-8'>
    <meta http-equiv="X-UA-Compatible" content="chrome=1">
    <link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
    <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
    <link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
    <link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />

    <link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico" />

    <!--[if lt IE 9]>
    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <title>Ragout - enlarge your contigs!</title>
  </head>

  <body>
  	<script>
	window.location = "https://github.com/fenderglass/Ragout";
	</script>
    <div id="container">
      <div class="inner">

        <header>
          <h1>Ragout</h1>
          <h2>Chromosome assembly using multiple references</h2>
        </header>

        <section id="downloads" class="clearfix">
          <a href="https://github.com/fenderglass/Ragout/zipball/master" id="download-zip" class="button"><span>Latest source</span></a>
          <a href="https://github.com/fenderglass/Ragout/releases" id="download-tar-gz" class="button"><span>Releases</span></a>
          <a href="https://github.com/fenderglass/Ragout" id="view-on-github" class="button"><span>View on GitHub</span></a>
        </section>

        <hr>

        <section id="main_content">

        <p><center><img src="images/ragout.png"/></center></p>

<p>Version: 2.0</p>

<h2><a id="Description_23"></a>Description</h2>
<p>Ragout (Reference-Assisted Genome Ordering UTility)
is a tool for chromosome assembly using multiple references. Given a set of assembly fragments
(contigs/scaffolds) and one or multiple related references (complete or draft),
it produces a chromosome-scale assembly (as a set of scaffolds).</p>
<p>The approach is based on the analysis of genome rearrangements
(like inversions or chromosomal translocations) between the input genomes
and reconstructing the most parsimonious structure of the target genome.</p>
<p>Ragout now supports both small and large genomes (of mammalian scale and complexity).
The assembly of highly polymorphic genomes is currently limited.</p>


<h2><a id="Install_38"></a>Install</h2>


<p>Read detailed installation instructions <em><a href="install.html">here</a></em>.</p>


<h2><a id="Usage_42"></a>Usage</h2>

<p>Please read it <em><a href="usage.html">here</a></em>.</p>

<h2><a id="Authors_47"></a>Authors</h2>

<ul>
<li>Mikhail Kolmogorov (St. Petersburg University of the Russian Academy of Sciences, UCSD)</li>
<li>Pavel Avdeev (St. Petersburg University of the Russian Academy of Sciences)</li>
<li>Dmitriy Meleshko (St. Petersburg University of the Russian Academy of Sciences)</li>
<li>Son Pham (UCSD)</li>
</ul>
<h2><a id="Citation_55"></a>Publications</h2>
<ul>
<li>Kolmogorov et al., "Chromosome assembly of large and complex genomes using multiple references",
bioRxiv preprint, 2016</li>
<li>Kolmogorov et al., "Ragout: A reference-assisted assembly tool for bacterial genomes",
Bioinformatics, 2014</li>
</ul>
<h2><a id="Contacts_62"></a>Contacts</h2>
<p>Please report any problems directly to the github issue tracker.
Also, you can send your feedback to <a href="mailto:fenderglass@gmail.com">fenderglass@gmail.com</a></p>
<h2><a id="Acknowledgements_68"></a>Acknowledgements</h2>
<p>The work was partially supported by VP Foundation.</p>
<p>We would like to thank:</p>
<ul>
<li>Anna Liosnova (benchmarks and useful suggestions)</li>
<li>Nikolay Vyahhi (testing and useful suggestions)</li>
<li>Aleksey Gurevich (testing)</li>
</ul>
<h2><a id="Thirdparty_78"></a>Third-party</h2>
<p>Ragout package includes some third-patry software (see INSTALL.md for details)</p>
<ul>
<li>Networkx Python library [<a href="http://networkx.github.io/">http://networkx.github.io/</a>]</li>
<li>Newick Python parser [<a href="http://www.daimi.au.dk/~mailund/newick.html">http://www.daimi.au.dk/~mailund/newick.html</a>]</li>
<li>Sibelia [<a href="http://github.com/bioinf/Sibelia">http://github.com/bioinf/Sibelia</a>]</li>
</ul>
<h2><a id="License_87"></a>License</h2>
<p>Ragout itself is distributed under BSD license, but the package also contains
some third-party software. Most of this software is completely free to redistribute,
but some such as Sibelia or Newick parser are released under the GPL. We therefore release
Ragout distribution under the GPL and note that the licenses of the constituent
packages can be viewed in their subfolders. (see <em>LICENSE</em> file)</p>
<h2><a id="ISMB_2014_supplementary_96"></a>ISMB 2014 supplementary</h2>
<p>Supplementary materials for ISMB submission could be found at:
<a href="https://drive.google.com/file/d/0B1pUguR1yn7TMjNpX09JdFphT3c/edit?usp=sharing">https://drive.google.com/file/d/0B1pUguR1yn7TMjNpX09JdFphT3c/edit?usp=sharing</a></p>


        </section>

        <footer>
          Ragout is maintained by <a href="https://github.com/fenderglass">fenderglass</a><br>
          This page was generated by <a href="http://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.
        </footer>

        
      </div>
    </div>
  </body>
</html>
back to top