Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
drpatelh committed Jul 12, 2021
1 parent 31c4d03 commit d70ba7e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nf_core/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,9 +422,7 @@ def local(ctx, keywords, json, dir):
@click.argument("tool", type=str, required=False, metavar="<tool> or <tool/subtool>")
@click.option("-d", "--dir", type=click.Path(exists=True), default=".", help="Pipeline directory. Defaults to CWD")
@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 it already exists"
)
@click.option("-f", "--force", is_flag=True, default=False, help="Force installation of module if it already exists")
@click.option("-s", "--sha", type=str, metavar="<commit sha>", help="Install module at commit SHA")
@click.option("-a", "--all", is_flag=True, default=False, help="Update all modules installed in pipeline")
def install(ctx, tool, dir, latest, force, sha, all):
Expand Down

0 comments on commit d70ba7e

Please sign in to comment.