Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kcleal authored Oct 17, 2024
1 parent 3207241 commit a8c3d12
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions recipes/gw/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,9 @@ requirements:
test:
commands:
- 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
- uname -a
- if [[ "$OSTYPE" == "darwin"* ]]; then otool -vh $(which gw); else objdump -f $(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

0 comments on commit a8c3d12

Please sign in to comment.