Sage-Bionetworks / synapsePythonClient

Programmatic interface to Synapse services for Python
https://www.synapse.org
Apache License 2.0
67 stars 68 forks source link

[SYNPY-1384] Create uploading data in bulk tutorial #1101

Closed BryanFauble closed 4 months ago

BryanFauble commented 4 months ago

Problem:

  1. We had no uploading data in bulk tutorial
  2. Some of the tutorials used a directory structure that did not match the flattened layout
  3. Some install instructions were confusing and led to some folks having issues as they ran what we had provided

Solution:

  1. Creating the uploading data in bulk tutorial
  2. Revamp some tutorials to follow the flattened data layout
  3. Updated install commands
  4. Removed some copy/pasted scripts. Instead dynamically showing specific lines of python in the tutorial

Testing:

  1. I stepped through all of the tutorials in order and verified that I was able to run them with the expected outcome.
  2. Verified I could run the install commands as provided.