Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
mikessh committed May 6, 2015
1 parent 00b41f5 commit 18d2fa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>es.unav</groupId>
<artifactId>oncofuse</artifactId>
<version>1.0.9b1</version>
<version>1.0.9b2</version>
<packaging>jar</packaging>

<name>oncofuse</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/groovy/es/unav/oncofuse/legacy/Oncofuse.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def cli = new CliBuilder(usage:
"replace N by number of spanning reads and M by number of total supporting read pairs\n" +
"Supported tissue types: " +
"EPI, HEM, MES, AVG or -\n" +
"Version 1.0.9b, 29Dec2014\n")
"Version 1.0.9b2, 6May2015\n")
cli.h("display help message")
cli.a(argName: "hgXX", args: 1, "Genome assembly version, default is $A_DEFAULT. " +
"Allowed values: ${A_ALLOWED.join(", ")}")
Expand Down

0 comments on commit 18d2fa8

Please sign in to comment.