commit 9c56098b83b1509ca53ffc26efae97720148c9ec Author: Celine Mercier Date: Thu Jul 16 15:24:39 2015 +0200 mercier created page: home 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