gregorykucherov / mreps

mreps: software for tandem repeat identification in DNA
http://mreps.univ-mlv.fr
GNU General Public License v2.0
13 stars 5 forks source link

Add small example input & result to git? #4

Closed tseemann closed 4 years ago

tseemann commented 5 years ago

I would like to write a small test of mreps in the conda/brew packages.

gregorykucherov commented 4 years ago

Torsten, thanks for your comments, I'll look into this and will be back to you

gregorykucherov commented 4 years ago

Done. Is this fine?

tseemann commented 4 years ago

That looks good, but it seems to fail?

$ mreps test/sequence.fasta

 *****************************************************************************
 *                              mreps 2.6                                    *
 *                                                                           *
 *                Finding tandem repeats in DNA sequences                    *
 *                                                                           *
 *                      http://mreps.univ-mlv.fr/                            *
 *****************************************************************************

* Processing window [1 : 5145] *

Error: input sequence has incorrect symbol > at position 1
tseemann commented 4 years ago

I think I need -fasta? and the -help is wrong?

% mreps
Too few arguments
Usage: mreps [ options ] { sequencefile | -s sequence }
Try mreps -help

it says i can just give a sequencefile ? does it take "raw" format by default? The Example seems to say not?

Example:
mreps -res 3 -exp 3.0 -from 10000 -to 12000 ecolim52.fas

Maybe the help should be:

Usage:
       mreps [options]  -s <literal sequence>
       mreps [options]  <raw sequence file>
       mreps [options]  -fasta <fasta file>
gregorykucherov commented 4 years ago

corrected