# Ensure that you have hg38.fa and hg38.fa.fai in Tahoeformer/data | |
# wget -O - http://hgdownload.cse.ucsc.edu/goldenPath/hg38/bigZips/hg38.fa.gz | gunzip -c > /PATH/TO/Tahoeformer/data/hg38.fa | |
# samtools samtools faidx /PATH/TO/Tahoeformer/data/hg38.fa | |
python /PATH/TO/Tahoeformer/scripts/train.py --config /PATH/TO/Tahoeformer/configs/config.yaml |