From 4a3d3ece27c565d20e0eb29a22ade908b0436da0 Mon Sep 17 00:00:00 2001 From: Michael Cormier Date: Tue, 12 Nov 2019 07:05:59 -0700 Subject: [PATCH] minor update --- ggd/list_files.py | 1 - requirements.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ggd/list_files.py b/ggd/list_files.py index 2b6b32d..ae6f89c 100644 --- a/ggd/list_files.py +++ b/ggd/list_files.py @@ -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) diff --git a/requirements.txt b/requirements.txt index 9f37ffe..51b759b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ samtools zlib check-sort-order krb5 -gsort>=0.1.2 +gsort>=0.1.3 wget pytest future