Skip to content

Commit

Permalink
Update MutMap to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
YuSugihara committed Aug 20, 2020
1 parent ee8ef48 commit d096f07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# MutMap User Guide
#### version 2.1.8
#### version 2.1.9

## Table of contents
- [What is MutMap?](#What-is-MutMap)
Expand Down Expand Up @@ -79,7 +79,7 @@ $ mutmap -h
usage: mutmap -r <FASTA> -c <BAM|FASTQ> -b <BAM|FASTQ>
-n <INT> -o <OUT_DIR> [-T] [-e <DATABASE>]
MutMap version 2.1.8
MutMap version 2.1.9
optional arguments:
-h, --help show this help message and exit
Expand Down Expand Up @@ -228,7 +228,7 @@ usage: mutplot -v <VCF> -o <OUT_DIR> -n <INT> [-w <INT>] [-s <INT>]
[-D <INT>] [-d <INT>] [-N <INT>] [-m <FLOAT>]
[-S <INT>] [-e <DATABASE>] [--igv] [--indel]
MutPlot version 2.1.8
MutPlot version 2.1.9
optional arguments:
-h, --help show this help message and exit
Expand Down
2 changes: 1 addition & 1 deletion mutmap/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.8"
__version__ = "2.1.9"

0 comments on commit d096f07

Please sign in to comment.