Skip to content

Commit

Permalink
fixes wildcards for fastq-dir in annotate
Browse files Browse the repository at this point in the history
  • Loading branch information
brwnj committed Nov 1, 2018
1 parent 3929283 commit 809b2ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hundo/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.3"
__version__ = "1.2.4"
2 changes: 1 addition & 1 deletion hundo/hundo.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def run_download(database_dir, jobs, reference_database, dryrun, snakemake_args)
context_settings=dict(ignore_unknown_options=True),
short_help="run annotation protocol",
)
@click.argument("fastq-dir", type=click.Path(exists=True))
@click.argument("fastq-dir")
@click.option(
"-i",
"--input-dir",
Expand Down

0 comments on commit 809b2ae

Please sign in to comment.