Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikDanielsson committed Jun 23, 2021
1 parent 4dce523 commit 5b7c79b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nf_core/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,9 @@ def list(ctx, pipeline_dir, json):
@click.argument("pipeline_dir", type=click.Path(exists=True), required=True, metavar="<pipeline directory>")
@click.option("-t", "--tool", type=str, metavar="<tool> or <tool/subtool>")
@click.option("-l", "--latest", is_flag=True, default=False, help="Install the latest version of the module")
@click.option("-f", "--force", is_flag=True, default=False, help="Force installation of module if module already exists")
@click.option(
"-f", "--force", is_flag=True, default=False, help="Force installation of module if module already exists"
)
@click.option("-s", "--sha", type=str, metavar="<commit sha>", help="Install module at commit SHA")
def install(ctx, pipeline_dir, tool, latest, force, sha):
"""
Expand Down

0 comments on commit 5b7c79b

Please sign in to comment.