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
feat(merge): update indexing manifest merging and indexing to use com… (#57)
* feat(merge): update indexing manifest merging and indexing to use common field names
* Apply automatic documentation changes
* feat(tests): update func name in test
* Apply automatic documentation changes
* Apply automatic documentation changes
* fix(indexing): correct error, allow contining after error for merge
* Apply automatic documentation changes
* fix(tests): make sure acl column in output of merge
* Apply automatic documentation changes
* Apply automatic documentation changes
* Apply automatic documentation changes
* chore(indexing): consolidate standard names into single file
* feat(merging): keep non-standard columns and merge correctly, update tests
* chore(indexing): use enumerate instead of manually incrementing
* fix(indexing): don't reprint errors on every row if only one row has error
* Apply automatic documentation changes
* feat(merge): only add new values if not already existing
* Apply automatic documentation changes
* feat(merge): support edge-case where there are multiple existing GUIDs for same md5
* chore(docs): update docstring for clarity
* Apply automatic documentation changes
* fix(manifest merge): dont merge for multiple guids (#58)
* fix(manifest merge): dont merge for multiple guids
* test(manifest merge): sort tsv data by (md5, guid)
Co-authored-by: John McCann <[email protected]>
* Apply automatic documentation changes
* feat(merge): determine delimeter based on file ext
* Apply automatic documentation changes
Co-authored-by: Alexander VT <[email protected]>
Co-authored-by: John McCann <[email protected]>
Copy file name to clipboardExpand all lines: README.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
@@ -1,6 +1,6 @@
1
1
# Gen3 SDK for Python
2
2
3
-
The Gen3 PSDK for Python provides classes and functions for handling common tasks when interacting with a Gen3 commons. The API for a commons can be overwhelming, so this SDK aims
3
+
The Gen3 SDK for Python provides classes and functions for handling common tasks when interacting with a Gen3 commons. The API for a commons can be overwhelming, so this SDK aims
4
4
to simplify communication with various microservices in a clear Python package.
5
5
6
6
The docs here contain general descriptions of the different pieces of the SDK and example scripts. For detailed API documentation, see the link below:
0 commit comments