Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ExCID_v2.0/bin/Java_code/CaptureStatsBAM5_extended.java
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ public static void writeReport(String fname) throws Exception


FileWriter report = new FileWriter(fname+".CoverageReport.csv");
report.write("Version: CapStatsV2.5 2014-05-08\n");
report.write("Version: "+VERSION+"\n");
report.write("BUFFER size:,"+BUFFER+"\n");
report.write("Read Stats\n");
report.write("Total Reads Produced:,"+totalReadsProduced+"\n");
Expand Down