From 669b5732b654371133cf3164668660ee8a42c441 Mon Sep 17 00:00:00 2001 From: Floreal Cabanettes <floreal.cabanettes@inra.fr> Date: Tue, 20 Feb 2018 15:33:41 +0100 Subject: [PATCH] Add README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..eeecb05 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +D-Genies +-------- + +Dot plots are widely used to quickly compare sequence sets. They provide a synthetic similarity overview, highlighting repetitions, breaks and inversions. Different tools have been developed to easily generated genomic alignment dot plots, but they are often limited in the input sequence size. D-GENIES is a standalone and WEB application performing large genome alignments using [minimap2](https://github.com/lh3/minimap2) software package and generating interactive dot plots. It enables users to sort query sequences along the reference , zoom in the plot and download several image, alignment or sequence files. D-GENIES is an easy to install open source software package (GPL) developed in Python and JavaScript. + +How to use? +----------- + +You can use the demo instance [here](http://dgenies.toulouse.inra.fr). + +Or you can install your own instance. The install documentation is available [here](http://dgenies.toulouse.inra.fr/install). + +Credits +------- + +D-Genies is developed by the [Bioinfo team](http://bioinfo.genotoul.fr/index.php/about-us/) of the [Genotoul platform](http://www.genotoul.fr/) ([INRA](http://www.inra.fr/)). \ No newline at end of file -- GitLab