-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Download database from internal webserver
- Loading branch information
Francesco Beghini
committed
Nov 24, 2020
1 parent
57feb0f
commit e58939a
Showing
2 changed files
with
20 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
'Nicola Segata ([email protected]), ' | ||
'Duy Tin Truong, ' | ||
'Francesco Asnicar ([email protected])') | ||
__version__ = '3.0.5' | ||
__date__ = '10 Nov 2020' | ||
__version__ = '3.0.6' | ||
__date__ = '24s Nov 2020' | ||
|
||
import sys | ||
try: | ||
|
@@ -201,7 +201,7 @@ def read_params(args): | |
arg('--bowtie2out', metavar="FILE_NAME", type=str, default=None, | ||
help="The file for saving the output of BowTie2") | ||
arg('--min_mapq_val', type=int, default=5, | ||
help="Minimum mapping quality value (MAPQ)") | ||
help="Minimum mapping quality value (MAPQ) [default 5]") | ||
arg('--no_map', action='store_true', | ||
help="Avoid storing the --bowtie2out map file") | ||
arg('--tmp_dir', metavar="", default=None, type=str, | ||
|