Codes for reproducing the submission for Team Lavawizard in 2019 ENCODE Imputation Challenge
git clone https://github.com/ccchang0111/ENCODE_imputation_2019.gitconda env create -f env.yml
- Download all original training & validation data (.bigwig) into
/data/training_data/and/data/validation_data/respectively - Download
submission_template.bigwigfile to the folder/data/submission_template/ - Run
Lavawizard_pipeline.shfrom the command line
or alternatively,
- Download all pretrained models (23 files) to the folder
/data/processed_data/keras_model/ - Run
Lavawizard_pipeline_using_pretrained_model.sh