Skip to content

Commit

Permalink
Fix main-call
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Jul 2, 2018
1 parent 804793f commit 0472549
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/genepi/mut/pileup/PileupToolLocal.java
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,6 @@ public static void main(String[] args) {
String outputVar = "test-data/tmp/out_var.txt";
String outputRaw = "test-data/tmp/out_raw.txt";
String fasta = "test-data/mtdna/bam/reference/rCRS.fasta";
input = "/home/seb/Desktop/outt/bam";
fasta = "test-data/dna/plasmids/reference/kiv2_6.fasta";
PileupToolLocal pileup = new PileupToolLocal(new String[] { "--input", input, "--reference", fasta,
"--outputVar", outputVar, "--outputRaw", outputRaw, "--level", "0.01", "--baq", "false", "--indel",
"true", "--baseQ", "20", "--mapQ", "20", "--alignQ", "30" });
Expand Down

0 comments on commit 0472549

Please sign in to comment.