Skip to content

Commit

Permalink
Merge pull request #67 from SanojPunchihewa/bug-fixes
Browse files Browse the repository at this point in the history
Stop appending --multi-prefix to minimap2 demo
  • Loading branch information
SanojPunchihewa authored Oct 30, 2019
2 parents e7f0391 + c8cd95f commit 8f93c0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public String toString() {
return this.argValue;
}
} else {
return this.flag;
return this.flagOnly ? this.flag : "";
}
}
return "";
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/raw/minimap2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"args": [
{
"argName": "Temporary Prefix for multi-part index",
"argValue": "temp.minimap",
"argValue": null,
"argDescription": "Prefix to create temporary files. Typically used for a multi-part index",
"flag": "--multi-prefix=",
"argID": "MINIMAP2_TEMP_FILE",
Expand Down

0 comments on commit 8f93c0f

Please sign in to comment.