From 5b5aa399925152fc212f1e09945054f86271c87e Mon Sep 17 00:00:00 2001 From: Remi Planel <rplanel@pasteur.fr> Date: Tue, 25 Feb 2020 18:00:49 +0100 Subject: [PATCH] remove comments --- crisprbact/cli.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/crisprbact/cli.py b/crisprbact/cli.py index 2b2849a..029e8b8 100644 --- a/crisprbact/cli.py +++ b/crisprbact/cli.py @@ -53,9 +53,6 @@ def predict(config): @predict.command() @click.option("-t", "--target", type=str, required=True) -# @click.option( -# "-s", "--seed-size", type=int, required=False, show_default=True, default=SEED_SIZE -# ) @click.option("-g", "--genome", type=click.File("rU"), required=True, help="Genome") @click.option( "-gf", -- GitLab