Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jjgao committed Aug 1, 2018
1 parent 88f9403 commit 4390fb6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions MutationHotspotsDetection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>org.cbioportal.mutationhotspots</groupId>
<artifactId>master</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</parent>
<artifactId>MutationHotspotsDetection</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public void testMain() throws IOException, HotspotException {

File temp = File.createTempFile("tempfile", ".tmp");

process(mafReader, HotspotDetectiveParameters.getDefaultHotspotDetectiveParameters(), temp);
process(mafReader, HotspotDetectiveParameters.getDefaultHotspotDetectiveParameters(), temp.getAbsolutePath());

System.out.println(temp.getAbsolutePath());
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Binary JAR file is available in [releases](https://github.com/knowledgesystems/m
## Usage


`java -jar MutationHotspotsDetection-1.2.0.jar <input.maf> <output.results.txt>`
`java -jar MutationHotspotsDetection-1.2.1.jar <input.maf> <output.results.txt>`

Here is [an example input MAF file](https://github.com/knowledgesystems/mutationhotspots/blob/1.0.1/MutationHotspotsDetection/src/main/resources/data/example.maf)

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>master</artifactId>
<packaging>pom</packaging>
<name>MutationHotspots Master</name>
<version>1.2.0</version>
<version>1.2.1</version>
<description>master maven module</description>
<url>https://github.com/cBioPortal/mutationhotspots/</url>

Expand Down

0 comments on commit 4390fb6

Please sign in to comment.