Begin to write the python copy functions which will call:
_copyFile - https://github.com/Sage-Bionetworks/synapsePythonClient/pull/294
_copyProject - Written
_copyFolder - Written
_copyWiki - Written https://github.com/thomasyu888/synapsePythonClient/blob/develop/synapseclient/client.py
_copyTable - Written https://github.com/thomasyu888/synapsePythonClient/blob/develop/synapseclient/client.py
Issue with wiki of folders/files
Traceback (most recent call last):
File "scripts/input_to_staging.py", line 133, in <module>
synu.copy(syn, i,center_staging_synIDs[center],replace=True)
File "/Users/thomasyu/sage_projects/synapsePythonClient/synapseutils/copy.py", line 36, in copy
newWikig = copyWiki(syn, oldEnt, mapping[oldEnt], entitySubPageId=entitySubPageId, destinationSubPageId=destinationSubPageId, updateLinks=updateLinks, updateSynIds=updateSynIds, entityMap=mapping)
File "/Users/thomasyu/sage_projects/synapsePythonClient/synapseutils/copy.py", line 336, in copyWiki
wNew = Wiki(owner=newOwn, title=wiki.title, markdown=wiki.markdown, attachments=attachments, parentWikiId=destinationSubPageId)
AttributeError: 'Wiki' object has no attribute 'title'