Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
karel-brinda committed Jun 9, 2020
1 parent ea28b70 commit 34b3c60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ USAGE-BEGIN
-->
```
Program: prophasm (a greedy assembler for k-mer set compression)
Version: 0.1.0
Version: 0.1.1
Contact: Karel Brinda <[email protected]>
Usage: prophasm [options]
Expand All @@ -92,7 +92,6 @@ Command-line parameters:
Note that '-' can be used for standard input/output.
```

<!---
USAGE-END
-->
Expand All @@ -115,7 +114,7 @@ def extend_simplitig_forward (K, simplitig):
S.remove (reverse_complement (kmer))
break
return S, s

def get_maximal_simplitig (K, initial_kmer):
simplitig = initial_kmer
K.remove (initial_kmer)
Expand All @@ -124,7 +123,7 @@ def get_maximal_simplitig (K, initial_kmer):
simplitig = reverse_completent (simplitig)
K, simplitig = extend_simplitig_forward (K, simplitig)
return K, simplitig

def compute_simplitigs (kmers):
K = set()
for kmer in kmers:
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define VERSION "0.1.0"
#define VERSION "0.1.1"

0 comments on commit 34b3c60

Please sign in to comment.