Skip to content

Commit 8a8788b

Browse files
committed
Update MutMap to new version
1 parent d096f07 commit 8a8788b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# MutMap User Guide
2-
#### version 2.1.9
2+
#### version 2.2.0
33

44
## Table of contents
55
- [What is MutMap?](#What-is-MutMap)
@@ -79,7 +79,7 @@ $ mutmap -h
7979
usage: mutmap -r <FASTA> -c <BAM|FASTQ> -b <BAM|FASTQ>
8080
-n <INT> -o <OUT_DIR> [-T] [-e <DATABASE>]
8181
82-
MutMap version 2.1.9
82+
MutMap version 2.2.0
8383
8484
optional arguments:
8585
-h, --help show this help message and exit
@@ -228,7 +228,7 @@ usage: mutplot -v <VCF> -o <OUT_DIR> -n <INT> [-w <INT>] [-s <INT>]
228228
[-D <INT>] [-d <INT>] [-N <INT>] [-m <FLOAT>]
229229
[-S <INT>] [-e <DATABASE>] [--igv] [--indel]
230230
231-
MutPlot version 2.1.9
231+
MutPlot version 2.2.0
232232
233233
optional arguments:
234234
-h, --help show this help message and exit

mutmap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.1.9"
1+
__version__ = "2.2.0"

0 commit comments

Comments
 (0)