Skip to content
Snippets Groups Projects
Commit 2784decc authored by tcarver's avatar tcarver
Browse files

tidy

parent 48c2a704
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,7 @@ import net.sf.samtools.SAMRecord;
Enumeration<String> plotEum = plots.keys();
while(plotEum.hasMoreElements())
{
String fileName = (String) plotEum.nextElement();
String fileName = plotEum.nextElement();
int[][] thisPlot = plots.get(fileName);
for(int i=1; i<thisPlot.length; i++)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment