typo
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4607 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
0e6dd38936
commit
2ac5e55130
|
|
@ -234,7 +234,7 @@ public class IndelRealigner extends ReadWalker<Integer, Integer> {
|
||||||
try {
|
try {
|
||||||
fw = new FileWriter("results.list");
|
fw = new FileWriter("results.list");
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
throw new StingException("O/O error: Failed to create results.list file");
|
throw new StingException("I/O error: Failed to create results.list file");
|
||||||
}
|
}
|
||||||
|
|
||||||
nwayWriters = new HashMap<SAMReaderID,SAMFileWriter>();
|
nwayWriters = new HashMap<SAMReaderID,SAMFileWriter>();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue