Skip to content

Commit c17c979

Browse files
committed
Updating version to 0.75.
This version fixes a mishandling of BWA multimapped reads.
1 parent cd3bef8 commit c17c979

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/seqcode/projects/multigps/framework/MultiGPSConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* @version %I%, %G%
3131
*/
3232
public class MultiGPSConfig {
33-
public static String version = "0.74";
33+
public static String version = "0.75";
3434
public boolean isGPS=true;
3535
protected GenomeConfig gconfig;
3636
protected Genome gen=null;

0 commit comments

Comments
 (0)