You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and [synapseConfig](https://raw.githubusercontent.com/Sage-Bionetworks/synapsePythonClient/v2.3.0-rc/synapseclient/.synapseConfig)
80
80
@@ -88,6 +88,8 @@ editor of your choice and edit the `username` and `authtoken` attribute under th
88
88
89
89
<strong>Configure config.yml File</strong>
90
90
91
+
*Note*: Below is only a brief explanation of some attributes in `config.yml`. <strong>Please use the link [here](https://github.com/Sage-Bionetworks/schematic/blob/develop/config.yml) to get the latest version of `config.yml` in `develop` branch</strong>.
92
+
91
93
Description of `config.yml` attributes
92
94
93
95
definitions:
@@ -104,16 +106,28 @@ Description of `config.yml` attributes
104
106
service_acct_creds: "syn25171627" # synapse ID of service_account_creds.json file
105
107
106
108
manifest:
107
-
title: "Patient Manifest " # title of metadata manifest file
108
-
data_type: "Patient" # component or data type from the data model
109
+
title: "example" # title of metadata manifest file
110
+
# to make all manifests enter only 'all manifests'
111
+
data_type:
112
+
- "Biospecimen"
113
+
- "Patient"
109
114
110
115
model:
111
116
input:
112
117
location: "data/schema_org_schemas/example.jsonld" # path to JSON-LD data model
113
118
file_type: "local" # only type "local" is supported currently
0 commit comments