Closed smoe closed 4 years ago
Hello, I ran into
$ ./make_bed.py -f testdata/masonread1.eventalign.diffs.6 -d 1 -m 0.5 usage: make_bed.py [-h] [-d MIN_READ_DEPTH] [-t MOD_THRESHOLD] -f MCALLER_FILE [-p POSITIONS] [--control] [--gff] [--ref REF] [--plot] [--plotsummary] [--plotdir PLOTDIR] [--vo] [-v] make_bed.py: error: unrecognized arguments: -m 0.5
but it was just copy'n'pasted from the README.md.
Ah shoot, I changed that flag to '-t' to avoid conflict with the motif flag in the main script. Thanks for finding this; I'll update the README.
Hello, I ran into
but it was just copy'n'pasted from the README.md.