Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

thomasyu888/COCOA-Upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

COCOA-Upload

Installing dependencies

Installing pip

ubuntu: sudo apt-get install python-pip

linux: sudo yum install python-pip

Installing python modules

pip install synapseclient
#pip install pandas 
#pandas is only used for annotations.  This can be ignored for uploading

To upload files to synapse

./upload.py --synapse_user user --password password upload --input /path/to/file --sampleId sample123 --dataType exparray --workflow workflow.sh

#The --workflow parameter is not required except for the initial upload or updates of the workflow file

#View ./upload.py upload -h for more help

To annotate file in synapse

./upload.py annotate sample123.csv exparray

#View ./upload.py annotate -h for more help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages