Skip to content

Commit

Permalink
release 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ialbert committed Jan 5, 2024
1 parent 438ec66 commit a6d3dff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion biorun/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
import sys
# Global package version
VERSION = "1.6.1"
VERSION = "1.6.2"

try:
from signal import signal, SIGPIPE, SIG_DFL
Expand Down
2 changes: 1 addition & 1 deletion biorun/data/usage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ bio search SRR1972976 > search_srr.json
#bio search PRJNA661333 | wc -l > search_prjn.json

# Get assembly information
bio search GCF_000003085 > search_assembly.json
# bio search GCF_000003085 > search_assembly.json

# Search mygene info
bio search symbol:HAD --species 1316788 > search_mygene.json
Expand Down

0 comments on commit a6d3dff

Please sign in to comment.