Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Apr 15, 2022
1 parent 28b198b commit 647e739
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: bam-filter
version: 0.0.4
version: 0.0.5

authors:
- kojix2 <2xijok@gmail.com>

dependencies:
htslib:
github: bio-crystal/htslib.cr
hts:
github: bio-crystal/hts
branch: develop

license: MIT
4 changes: 2 additions & 2 deletions src/bam-filter.cr
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

require "option_parser"
require "./ke"
require "htslib/hts/bam"
require "hts/bam"

PROGRAM = "bam-filter"
VERSION = "0.0.4"
VERSION = "0.0.5"

expr = ""
debug = false
Expand Down

0 comments on commit 647e739

Please sign in to comment.