Skip to content

Commit

Permalink
Update version number in preparation for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
mkirsche committed Nov 11, 2020
1 parent 7d366ad commit 6d536b5
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

JASMINE: Jointly Accurate Sv Merging with Intersample Network Edges

Version 1.0.9
Version 1.0.10

This tool is used to merge structural variants (SVs) across samples. Each sample has a number of SV calls, consisting of position information (chromosome, start, end, length), type and strand information, and a number of other values. Jasmine represents the set of all SVs across samples as a network, and uses a modified minimum spanning forest algorithm to determine the best way of merging the variants such that each merged variants represents a set of analogous variants occurring in different samples.

Expand Down
Binary file modified jasmine.jar
Binary file not shown.
Binary file modified jasmine_igv.jar
Binary file not shown.
Binary file modified jasmine_iris.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public class Settings {
static void usage()
{
System.out.println();
System.out.println("Jasmine version 1.0.9");
System.out.println("Jasmine version 1.0.10");
System.out.println("Usage: jasmine [args]");
System.out.println(" Example: jasmine file_list=filelist.txt out_file=out.vcf");
System.out.println();
Expand Down

0 comments on commit 6d536b5

Please sign in to comment.