Skip to content

Commit

Permalink
Format output
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Jul 4, 2018
1 parent d69415a commit 2ffb812
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/java/genepi/mut/pileup/PileupToolLocal.java
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ public boolean accept(File dir, String name) {

if (version.equals("mtdna") && reference == Reference.hg19) {

System.out.println(" File " + file.getName() + " excluded! File is aligned to Yoruba (Reference length 16571) and not rCRS. ");
System.out.println(" File " + file.getName()
+ " excluded! File is aligned to Yoruba (Reference length 16571) and not rCRS. ");

continue;

Expand All @@ -166,7 +167,8 @@ else if (version.equals("mtdna") && reference == Reference.rcrs) {
}

} else {
System.out.println("Can not identify a valid reference length! " + file.getAbsolutePath());

System.out.println("File " + file.getName() + " excluded. Can not identify a valid reference length!");

continue;
}
Expand Down

0 comments on commit 2ffb812

Please sign in to comment.