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
Update tutorials to use sync interfaces for documentation and patch several links (#1196)
- Updated manifest_tsv.md to improve table formatting for required, common, activity/provenance, and optional fields.
- Revised news.md to correct tutorial links
- Added reference anchors in async API documentation for activity, agent, dataset, dataset collection, entity view, file, folder, materialized view, project, submission view, table, team, and user profile.
- Updated tutorial documentation to include new reference links for datasets, dataset collections, entity views, files, folders, materialized views, projects, and submission views.
- Enhanced the Python client tutorial with a new home anchor for easier navigation.
- Configured mkdocs.yml to enable attribute lists in markdown for better documentation structure.
| forceVersion | whether to update version | False |
29
29
30
30
### Activity/Provenance fields:
31
31
32
32
Each of these are individual examples and is what you would find in a row in each of these columns. To clarify, "syn1235;/path/to_local/file.txt" below states that you would like both "syn1234" and "/path/to_local/file.txt" added as items used to generate a file. You can also specify one item by specifying "syn1234"
33
33
34
-
| Field | Meaning | Example |
35
-
|---|---|---|
36
-
| used | List of items used to generate file | "syn1235;/path/to_local/file.txt" |
37
-
| executed | List of items executed | "https://github.org/;/path/to_local/code.py"|
38
-
| activityName | Name of activity in provenance | "Ran normalization" |
39
-
| activityDescription | Text description on what was done | "Ran algorithm xyx with parameters..." |
Dates within the manifest file will always be written as [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format in UTC without milliseconds. For example: `2023-12-20T16:55:08Z`.
Copy file name to clipboardExpand all lines: docs/news.md
+14-15Lines changed: 14 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ stored in the `~/.synapseConfig` file.
123
123
## 4.3.0 (2024-05-30)
124
124
### Highlights
125
125
-**New tutorial:**
126
-
-[Uploading data in bulk](../tutorials/python/upload_data_in_bulk)
126
+
-[Uploading data in bulk](tutorials/python/upload_data_in_bulk.md)
127
127
is our newest tutorial. It covers the basics of working with manifest files to manage synapse projects.
128
128
-**Updates to syncToSynapse:**
129
129
- The `syncToSynapse` function has been refactored to improve performance and
@@ -167,7 +167,7 @@ stored in the `~/.synapseConfig` file.
167
167
168
168
### Highlights
169
169
-**New Downloading Data in Bulk Tutorial**
170
-
- See [Downloading data in bulk tutorial](https://python-docs.synapse.org/tutorials/python/download_data_in_bulk/) for more details on downloading data in bulk from Synapse.
170
+
- See [Downloading data in bulk tutorial][tutorial-downloading-data-in-bulk] for more details on downloading data in bulk from Synapse.
with the usage of a comma delimited bracket wrapped list. Any manifest files wishing
247
247
to take advantage of multi-value annotations need to match this format. Examples:
248
248
-`["Annotation, with a comma", another annotation]`
@@ -253,7 +253,7 @@ stored in the `~/.synapseConfig` file.
253
253
that you'll
254
254
[provide the Data Processing and Engineering team feedback on areas we can improve](https://sagebionetworks.jira.com/servicedesk/customer/portal/5/group/7).
255
255
- Expansion of the available Python Tutorials can be found
0 commit comments