Skip to content

Commit

Permalink
Implement basic functionality and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcom committed Oct 25, 2021
1 parent 1a63936 commit c72d9d4
Show file tree
Hide file tree
Showing 4 changed files with 647 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Manifest.toml
10 changes: 10 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name = "ViennaRNA"
uuid = "05a721ad-238d-4945-8c85-8b5c1fff3465"
authors = ["Marco Matthies <[email protected]>"]
version = "0.1.0"

[deps]
CBinding = "d43a6710-96b8-4a2d-833c-c424785e5374"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
ViennaRNA_jll = "b7a990de-7fa3-5a2e-8a39-d875e4dafecd"
Loading

0 comments on commit c72d9d4

Please sign in to comment.