Skip to content

Commit

Permalink
Merge pull request #2 from guanshaoheng/master
Browse files Browse the repository at this point in the history
Files for v0.0.7 release
  • Loading branch information
guanshaoheng authored Oct 22, 2024
2 parents 5479a13 + 876c290 commit cc5366d
Show file tree
Hide file tree
Showing 8 changed files with 312,907 additions and 1 deletion.
Binary file added bin/PretextGraph
Binary file not shown.
Binary file added bin/PretextGraph.avx
Binary file not shown.
Binary file added bin/PretextGraph.avx2
Binary file not shown.
Binary file added bin/PretextGraph.sse41
Binary file not shown.
Binary file added bin/PretextGraph.sse42
Binary file not shown.
1,263 changes: 1,263 additions & 0 deletions data_for_test/mSpeCit3_1_gap.bedgraph

Large diffs are not rendered by default.

311,642 changes: 311,642 additions & 0 deletions data_for_test/repeat_density.bedgraph

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
project('PretextGraph', ['c', 'cpp'],
license: 'MIT',
meson_version: '>=0.57.1',
version: '0.0.6'
version: '0.0.7',
default_options: ['buildtype=release', 'cpp_std=c++11'],
)

deps = [
Expand Down

0 comments on commit cc5366d

Please sign in to comment.