Skip to content

Commit

Permalink
HTAN file_annotations_upload = FALSE
Browse files Browse the repository at this point in the history
By default, DCA and schematic's submit sets file_annotations_upload = TRUE. Setting this to FALSE in the config may resolve FDS-2281. But ONLY IF uploading annotations is NOT wanted.

Signed-off-by: Anthony Williams <[email protected]>
  • Loading branch information
afwillia authored Aug 15, 2024
1 parent 873d6d4 commit 41c077a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion HTAN/dca_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"use_schema_labels": true,
"table_manipulation": "replace",
"manifest_record_type": "file_only",
"hide_blanks": false
"hide_blanks": false,
"file_annotations_upload": false
}
}
}

0 comments on commit 41c077a

Please sign in to comment.