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
Copy file name to clipboardExpand all lines: CONTRIBUTION.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Please note we have a [code of conduct](CODE_OF_CONDUCT.md), please follow it in
8
8
9
9
### Reporting bugs or feature requests
10
10
11
-
You can use the [`Issues`](https://github.com/Sage-Bionetworks/schematic/issues) tab to **create bug and feature requests**. Providing enough details to the developers to verify and troubleshoot your issue is paramount:
11
+
You can use [Sage Bionetwork's FAIR Data service desk](https://sagebionetworks.jira.com/servicedesk/customer/portal/5/group/8) to **create bug and feature requests**. Providing enough details to the developers to verify and troubleshoot your issue is paramount:
12
12
-**Provide a clear and descriptive title as well as a concise summary** of the issue to identify the problem.
13
13
-**Describe the exact steps which reproduce the problem** in as many details as possible.
14
14
-**Describe the behavior you observed after following the steps** and point out what exactly is the problem with that behavior.
Copy file name to clipboardExpand all lines: README.md
+64-40Lines changed: 64 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,45 +88,69 @@ 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>.
# When doing google sheet validation (regex match) with the validation rules.
136
+
# true is alerting the user and not allowing entry of bad values.
137
+
# false is warning but allowing the entry on to the sheet.
138
+
strict_validation: true
139
+
```
140
+
141
+
If you want to change any of these copy ``config_example.yml`` to ``config.yml``, change any fields you want to, and remove any fields you don't.
142
+
143
+
For example if you wanted to change the folder where manifests are downloaded your config should look like:
144
+
145
+
```text
146
+
147
+
manifest:
148
+
manifest_folder: "my_manifest_folder_path"
149
+
```
150
+
151
+
_Note_: `config.yml` is ignored by git.
152
+
153
+
_Note_: Paths can be specified relative to the `config.yml` file or as absolute paths.
130
154
131
155
6. Login to Synapse by using the command line
132
156
On the CLI in your virtual environment, run the following command:
@@ -264,7 +288,7 @@ docker run -v %cd%:/schematic \
264
288
If you install external libraries by using `poetry add <name of library>`, please make sure that you include `pyproject.toml` and `poetry.lock` file in your commit.
265
289
266
290
## Reporting bugs or feature requests
267
-
You can use the [`Issues`](https://github.com/Sage-Bionetworks/schematic/issues) tab to **create bug and feature requests**. Providing enough details to the developers to verify and troubleshoot your issue is paramount:
291
+
You can **create bug and feature requests** through [Sage Bionetwork's FAIR Data service desk](https://sagebionetworks.jira.com/servicedesk/customer/portal/5/group/8). Providing enough details to the developers to verify and troubleshoot your issue is paramount:
268
292
-**Provide a clear and descriptive title as well as a concise summary** of the issue to identify the problem.
269
293
-**Describe the exact steps which reproduce the problem** in as many details as possible.
270
294
-**Describe the behavior you observed after following the steps** and point out what exactly is the problem with that behavior.
0 commit comments