gdewael / cpg-transformer

CpG Transformer for imputation of single-cell methylomes
MIT License
37 stars 10 forks source link

initialize missing empty dicts #7

Closed becutandavid closed 2 years ago

becutandavid commented 2 years ago

I noticed that EncodeFromTsv.py wasn't working because some dictionaries were not initialized.

There were some problems with installing everything because of conflicts with different packages, so I added a requirements.txt for easier setup. It installs pytorch with cuda 11.1 drivers

gdewael commented 2 years ago

Looks good! Thanks for your contribution and fishing out some errors!