Skip to content

Commit 4db44f4

Browse files
committed
readme update
1 parent 6b3fdcb commit 4db44f4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ adrsm -d ./data/genomes ./data/short_genome_list.csv
3131
```
3232
maxime@gph:~$ adrsm --help
3333
usage: ADRSM [-h] [-d DIRECTORY] [-r READLENGTH] [-l LENSTDEV] [-fwd FWDADAPT]
34-
[-rev REVADAPT] [-e ERROR] [-o OUTPUT] [-q QUALITY] [-s STATS]
34+
[-rev REVADAPT] [-e ERROR] [-p GEOM_P] [-m MIN] [-M MAX]
35+
[-o OUTPUT] [-q QUALITY] [-s STATS]
3536
confFile
3637
3738
Ancient DNA Read Simulator for Metagenomics
@@ -49,10 +50,13 @@ optional arguments:
4950
-rev REVADAPT Reverse adaptor. Default =
5051
AGATCGGAAGAGCGTCGTGTAGGGAAAGAGTGTAGATCTCGGTGGTCGCCGTATCATT
5152
-e ERROR Illumina sequecing error. Default = 0.01
53+
-p GEOM_P Geometric distribution parameter for deamination. Default =
54+
0.5
55+
-m MIN Deamination substitution base frequency. Default = 0.001
56+
-M MAX Deamination substitution max frequency. Default = 0.3
5257
-o OUTPUT Output file basename. Default = ./metagenome.*
5358
-q QUALITY Base quality encoding. Default = d (PHRED+64)
5459
-s STATS Statistic file. Default = stats.csv
55-
5660
```
5761

5862
## Genome directory

0 commit comments

Comments
 (0)