Skip to content

Commit 9d456ce

Browse files
committed
Updating version to 0.5.
This version fixes a mishandling of BWA multimapped reads.
1 parent a7e0c81 commit 9d456ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/seqcode/projects/chexmix/framework/ChExMixConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
*/
4141
public class ChExMixConfig {
4242

43-
public static String version = "0.45";
43+
public static String version = "0.5";
4444
public boolean isGPS=true;
4545
protected GenomeConfig gconfig;
4646
protected Genome gen=null;

0 commit comments

Comments
 (0)