Skip to content

Commit

Permalink
readme and version update
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibor committed Nov 19, 2018
1 parent 01ebc9c commit e6a1674
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ You can cite ADRSM like this:
# Help

$ adrsm --help
usage: ADRSM v0.8 [-h] [-r READLENGTH] [-n NBINOM] [-fwd FWDADAPT]
usage: ADRSM v0.9 [-h] [-r READLENGTH] [-n NBINOM] [-fwd FWDADAPT]
[-rev REVADAPT] [-e ERROR] [-p GEOM_P] [-m MIN] [-M MAX]
[-o OUTPUT] [-q QUALITY] [-s STATS] [-se SEED] [-t THREADS]
[-o OUTPUT] [-s STATS] [-se SEED] [-t THREADS]
confFile

==================================================
Expand Down Expand Up @@ -71,7 +71,6 @@ You can cite ADRSM like this:
-m MIN Deamination substitution base frequency. Default = 0.001
-M MAX Deamination substitution max frequency. Default = 0.3
-o OUTPUT Output file basename. Default = ./metagenome.*
-q QUALITY Base quality encoding. Default = d (PHRED+64)
-s STATS Statistic file. Default = stats.csv
-se SEED Seed for random generator. Default = 7357
-t THREADS Number of threads for parallel processing. Default = 2
Expand Down
2 changes: 1 addition & 1 deletion adrsm
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def read_config(infile):


if __name__ == "__main__":
version = 0.8
version = 0.9
INFILE, READLEN, NBINOM, A1, A2, ERR, GEOM_P, THEMIN, THEMAX, OUTFILE, STATS, SEED, PROCESS = _get_args()

MINLENGTH = 20
Expand Down

0 comments on commit e6a1674

Please sign in to comment.