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 82cc2f2 commit 67cf319
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 @@ -72,9 +72,8 @@ requirements:

test:
commands:
- ls -lh
- which gw
- ls -lh $(which gw)
- which gw && ls -lh $(which gw)
- file $(which gw)
- 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:
Expand Down

0 comments on commit 67cf319

Please sign in to comment.