broadinstitute/fiss

can't run mop -- TypeError: memoryview: a bytes-like object is required, not 'str'

Closed this issue · 1 comments

I'm getting the following error, seems like there is a bug here?:

fissfc mop -w DNA_RNA_Mutation_Lung -p vanallen-firecloud-dfci
WARNING: Delete 1138 files in gs://fc-be4ff012-c791-409b-a489-c78979f55422 (DNA_RNA_Mutation_Lung)
Are you sure? [y/yes (default: no)]: yes
TypeError: memoryview: a bytes-like object is required, not 'str'

Hi @ekofman,

Thanks for your patience. This looks like a python 2/3 bug (works in one but not the other). We'll check it out as soon as we can. In the meantime, please try running it under python 2.7 if it is not working under 3.