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
| 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
@@ -165,7 +165,7 @@ stored in the `~/.synapseConfig` file.
165
165
## 4.3.0 (2024-05-30)
166
166
### Highlights
167
167
-**New tutorial:**
168
-
-[Uploading data in bulk](../tutorials/python/upload_data_in_bulk)
168
+
-[Uploading data in bulk](tutorials/python/upload_data_in_bulk.md)
169
169
is our newest tutorial. It covers the basics of working with manifest files to manage synapse projects.
170
170
-**Updates to syncToSynapse:**
171
171
- The `syncToSynapse` function has been refactored to improve performance and
@@ -209,7 +209,7 @@ stored in the `~/.synapseConfig` file.
209
209
210
210
### Highlights
211
211
-**New Downloading Data in Bulk Tutorial**
212
-
- 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.
212
+
- 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
289
289
to take advantage of multi-value annotations need to match this format. Examples:
290
290
-`["Annotation, with a comma", another annotation]`
@@ -295,7 +295,7 @@ stored in the `~/.synapseConfig` file.
295
295
that you'll
296
296
[provide the Data Processing and Engineering team feedback on areas we can improve](https://sagebionetworks.jira.com/servicedesk/customer/portal/5/group/7).
297
297
- Expansion of the available Python Tutorials can be found
0 commit comments