CGC command line tool

The Cancer Genomics Cloud (CGC), powered by Seven Bridges, is one of three pilot systems funded by the National Cancer Institute to explore the paradigm of colocalizing massive genomics datasets, like The Cancer Genomics Atlas (TCGA), alongside secure and scalable computational resources to analyze them.

CLI tool supports following operations

Sample usage

cgccli --token {token} projects list 
cgccli --token {token} files list --project test/simons-genome-diversity-project-sgdp 
cgccli --token {token} files stat --file {file_id} 
cgccli --token {token} files update --file {file_id} name=bla 
cgccli --token {token} files update --file {file_id} metadata.sample_id=asdasf 
cgccli --token {token} files download --file {file_id} --dest /tmp/foo.bar