I’m seeing a reproducible failure when accessing COAD proteomics through CPTAC. My cptac package is up to date, and the issue occurs for COAD from both UMICH and BCM.
import cptac
coad = cptac.Coad()
proteomics = coad.get_proteomics('umich')
cptac error: Failed to download data file for umich coad mapping with error:
unsupported operand type(s) for //: 'NoneType' and 'int'
I see COAD failure for proteomics specifically, and the other datasets load fine.
Could you please help me with the COAD mapping download path and the NoneType // int failure? It looks like, it could be a problem with source mapping for COAD.
I’m seeing a reproducible failure when accessing COAD proteomics through CPTAC. My cptac package is up to date, and the issue occurs for COAD from both UMICH and BCM.
import cptac
coad = cptac.Coad()
proteomics = coad.get_proteomics('umich')
cptac error: Failed to download data file for umich coad mapping with error:
unsupported operand type(s) for //: 'NoneType' and 'int'
I see COAD failure for proteomics specifically, and the other datasets load fine.
Could you please help me with the COAD mapping download path and the NoneType // int failure? It looks like, it could be a problem with source mapping for COAD.