We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 034f694 commit fd3c02eCopy full SHA for fd3c02e
Project.toml
@@ -0,0 +1,13 @@
1
+name = "MotifSequenceGenerator"
2
+uuid = "7d228ccb-0fc9-53c8-a429-8c9b5b572bc3"
3
+
4
+[deps]
5
+Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
6
+Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
7
+StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
8
+Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
9
10
+[compat]
11
+Combinatorics = "≥ 0.6.0"
12
+StatsBase = "≥ 0.23.0"
13
+julia = "≥ 0.7.0"
0 commit comments