File tree Expand file tree Collapse file tree 1 file changed +33
-3
lines changed
Expand file tree Collapse file tree 1 file changed +33
-3
lines changed Original file line number Diff line number Diff line change 1- # samtools -mruby
1+ # bcftools -mruby
22
33[ ![ build] ( https://github.com/kojix2/bcftools-tanuki/actions/workflows/build.yml/badge.svg )] ( https://github.com/kojix2/bcftools-tanuki/actions/workflows/build.yml )
44
5+ Use [ mruby] ( https://github.com/mruby/mruby ) to evaluate expressions.
6+
7+ ## Installation
8+
9+ ```
10+ git clone --recurse-submodules https://github.com/kojix2/bcftools-mruby
11+ ./build.sh
12+ bcftools/bcftools tanuki # check if it works
13+ ```
14+
515```
616 __,-─-、__
717 (〆-─-ヽ)
1323 tanuki in bcftools
1424```
1525
26+ [ Rake] ( https://github.com/ruby/rake ) is required to build mruby.
27+ If you are using [ conda to install Ruby] ( https://dev.to/kojix2/using-ruby-with-conda-1hn ) , setting the ` LD ` environment may work.
28+
29+ ``` sh
30+ rake LD=/usr/bin/gcc MRUBY_CONFIG=$( pwd) /mruby_build_config.rb -f $( pwd) /mruby/Rakefile
1631```
17- ./build.sh
18- ```
32+
33+ ## Usage
34+
35+ ## Development
36+
37+ ## Contributing
38+
39+ - Fork it
40+ - Pull Request welcome
41+
42+ ## License
43+
44+ MIT
45+
46+ ## Related Projects
47+
48+ - [ samtools-mruby] ( https://github.com/kojix2/samtools-mruby )
You can’t perform that action at this time.
0 commit comments