Skip to content

Commit

Permalink
DEV: Fix setting custom hmm file
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 committed Jun 1, 2023
1 parent 843e28a commit e70676f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metacoag
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ M_MARKER_GENES = 108
help="path to marker.hmm file.",
default=os.path.join(pathlib.Path(__file__).absolute(), "auxiliary", "marker.hmm"),
show_default=True,
type=click.Path(exists=True),
type=click.Path(),
required=False,
)
@click.option(
Expand Down

0 comments on commit e70676f

Please sign in to comment.