Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecormier committed Nov 12, 2019
1 parent 7ab48ca commit 4a3d3ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ggd/list_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def add_list_files(p):
c.add_argument(
"name",
help="pattern to match recipe name(s)."
+ ' Ex. `ggd list-files "hg19-hello*" -s "Homo_sapiens" -g "hg19" -p "out*"`',
)
c.set_defaults(func=list_files)

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ samtools
zlib
check-sort-order
krb5
gsort>=0.1.2
gsort>=0.1.3
wget
pytest
future
Expand Down

0 comments on commit 4a3d3ec

Please sign in to comment.