From 9c56098b83b1509ca53ffc26efae97720148c9ec Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Thu, 16 Jul 2015 15:24:39 +0200 Subject: [PATCH] mercier created page: home --- home.markdown | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 home.markdown diff --git a/home.markdown b/home.markdown new file mode 100644 index 0000000..5b6fcb6 --- /dev/null +++ b/home.markdown @@ -0,0 +1,16 @@ +##Installing **Sumaclust** + +Download the sources: + + git clone --recursive https://git.metabarcoding.org/obitools/sumaclust.git + +Compile: + + cd sumaclust + make + +And run: + + ./sumaclust [options] input.fasta > output.fasta + +See the pdf file included with the sources for a complete documentation. \ No newline at end of file