ebi-ait / hca-to-scea-tools

Helpers and tools to assist in the conversion of HCA datasets into SCEA
0 stars 0 forks source link

help text for `-id` argument inconsistent #27

Closed mshadbolt closed 3 years ago

mshadbolt commented 3 years ago

In the help text for hca2scea-backend/script.py the -id asks for the 'SUBMISSION_UUID' but we are generally expected to provide the project uuid. I think that changing the help text and long form argument to PROJECT_UUID would help prevent confusion for users of the tool.

something like

parser.add_argument(
        "-id",
        "--project_uuid",
        type=str,
        required=True,
        help="Please provide an ingest project id."
    )
ami-day commented 3 years ago

done