fix the header string mismatch that Andrew found
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1349 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
44673b2dce
commit
2a7dfce9ae
|
|
@ -24,7 +24,7 @@ public class GeliTextWriter implements GenotypeWriter {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* create a geli text writer
|
* create a geli text writer
|
||||||
* @param file
|
* @param file the file to write to
|
||||||
*/
|
*/
|
||||||
public GeliTextWriter(File file) {
|
public GeliTextWriter(File file) {
|
||||||
try {
|
try {
|
||||||
|
|
@ -32,7 +32,7 @@ public class GeliTextWriter implements GenotypeWriter {
|
||||||
} catch (FileNotFoundException e) {
|
} catch (FileNotFoundException e) {
|
||||||
throw new StingException("Unable to open file " + file.toURI());
|
throw new StingException("Unable to open file " + file.toURI());
|
||||||
}
|
}
|
||||||
mWriter.println("#Sequence Position ReferenceBase NumberOfReads MaxMappingQuality BestGenotype BtrLod BtnbLod dbSNP AA AC AG AT CC CG CT GG GT TT");
|
mWriter.println("#Sequence Position ReferenceBase NumberOfReads MaxMappingQuality BestGenotype BtrLod BtnbLod AA AC AG AT CC CG CT GG GT TT");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue