Skip to content

Commit

Permalink
Merge pull request #1406 from Sage-Bionetworks/develop-add-help-text
Browse files Browse the repository at this point in the history
fix: added help text for `file-annotations-upload` parameter
  • Loading branch information
linglp authored Apr 12, 2024
2 parents 46572cf + ba673fc commit a2a4bfc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions schematic/help.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@
"class_label, display_label, display_name, default, class_label. When true annotations and table columns will be uploaded with the display name formatting with blacklisted characters removed. "
"To use for tables, use in conjunction with the use_schema_label flag."
),
"file_annotations_upload": (
"This is a boolean flag. Default to True. If False, annotations will not be added to files during submission."
),
"data_model_labels": DATA_MODEL_LABELS_HELP,
},
"validate": {
Expand Down

0 comments on commit a2a4bfc

Please sign in to comment.