diff --git a/bioflow_insight_cli/main.py b/bioflow_insight_cli/main.py index 7eb54ea6dcaaf99a6c95eec2afc8b27b3a340c43..ff5e493e536222c5b5601fbe52ae4e442f26d953 100644 --- a/bioflow_insight_cli/main.py +++ b/bioflow_insight_cli/main.py @@ -5,7 +5,7 @@ from src.workflow import Workflow @click.command() @click.argument('main_workflow_path') -@click.option('--author', 'author', required=False, help='Author name, extracted otherwise') +#@click.option('--author', 'author', required=False, help='Author name, extracted otherwise') @click.option('--name', 'name', required=False, help='Workflow name, extracted otherwise') @click.option('--output-dir', default='./results', help='Where the results will be written') @click.option( diff --git a/src/workflow.py b/src/workflow.py index 290a427208efe97c5318be09bba1d9683d5dfea4..61ef47763a73dfab5c1aac5153d54fcdeb661d80 100644 --- a/src/workflow.py +++ b/src/workflow.py @@ -9,7 +9,7 @@ import json class Workflow: - def __init__(self, file, duplicate=False, display_info=True, + def __init__(self, file, duplicate=False, display_info=True, output_dir = './results', name = None, datePublished=None, description=None, license = None, creativeWorkStatus = None, authors = None, version = None, keywords = None, producer = None,