Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GW to v1.1.1 #51426

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
10 changes: 7 additions & 3 deletions recipes/gw/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "1.1.0" %}
{% set sha256 = "dc96521b8252bde02d9cc68bb3cee156c0469889d2783ee72682338d10657892" %}
{% set version = "1.1.1" %}
{% set sha256 = "5ac0430d9179d1a48938f24011c329fe807e72aba0c20eb191c566d129115f86" %}

package:
name: gw
Expand Down Expand Up @@ -72,7 +72,11 @@ requirements:

test:
commands:
- gw hg19 -b https://github.com/kcleal/gw/releases/download/v1.0.0/demo1.bam -r chr8:37047270-37055161 -n > test.png; ls -lh test.png
- which gw && ls -lh $(which gw)
- uname -a # Check OS type
- if [[ "$OSTYPE" == "darwin"* ]]; then otool -vh $(which gw); else readelf -h $(which gw); fi # Check binary architecture
- gw --version
#- gw hg19 -b https://github.com/kcleal/gw/releases/download/v1.0.0/demo1.bam -r chr8:37047270-37055161 -n > test.png; ls -lh test.png

about:
home: https://github.com/kcleal/gw
Expand Down
Loading