Skip to content

Commit

Permalink
Restore erroneously deleted tests (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo authored Sep 24, 2023
1 parent a96d301 commit 6fc0854
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/basic/ex1.gfa
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
H VN:Z:1.0
S 1 A
L 1 + 2 + 0M
S 2 C
L 2 + 2 + 0M
P path1 1+,2+,2+ *
14 changes: 14 additions & 0 deletions tests/basic/ex2.gfa
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
H VN:Z:1.0
S 1 AA
L 1 + 2 + 0M
S 2 AC
L 2 + 3 + 0M
L 2 + 4 + 0M
S 3 AG
L 3 + 2 + 0M
L 3 + 5 + 0M
S 4 AT
L 4 + 5 + 0M
S 5 CG
P path0 1+,2+,3+,2+,4+,5+ *
P path1 1+,2+,3+,5+ *

0 comments on commit 6fc0854

Please sign in to comment.