broadinstitute / gdctools

Python and UNIX CLI utilities to simplify interaction with the NIH/NCI Genomics Data Commons
Other
31 stars 4 forks source link

Scrub code to remove TCGA specificity #55

Open noblem opened 6 years ago

noblem commented 6 years ago

There are parts of the GDCtools code which either make reference to TCGA (in the comments) or directly assume TCGA context (in the code). Both of these are No-Nos, and need to be scrubbed from the code.

noblem commented 6 years ago

A good bit of progress was made on this, at least for gdc_loadfile, in commit https://github.com/broadinstitute/gdctools/commit/df437aba5baf8d4204a45577d4968ba6bf4e15fe

noblem commented 6 years ago

gdc_dice needs more work in this area