Skip to content

Commit

Permalink
Prepare release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Jul 31, 2019
1 parent a9df598 commit 8cde1cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@
<modelVersion>4.0.0</modelVersion>
<groupId>genepi</groupId>
<artifactId>mutserve</artifactId>
<version>1.2.2</version>
<version>1.3.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/genepi/mut/pileup/PileupToolLocal.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

public class PileupToolLocal extends Tool {

String version = "v1.2.2";
String version = "v1.3.0";
String mode = "mtdna";
String command;

Expand Down Expand Up @@ -396,7 +396,7 @@ private void determineVariants(BamAnalyser analyser, LineWriter writerRaw, LineW
public static void main(String[] args) {

String input = "test-data/mtdna/bam/input";
input = "/home/seb/Downloads/M1-Clontech_S6.bam";
input = "/home/seb/Downloads/M1-Herk_S1.bam";

String output = "/home/seb/Desktop/test.txt";

Expand Down

0 comments on commit 8cde1cd

Please sign in to comment.