MiraldiLab / maxATAC

Transcription Factor Binding Prediction from ATAC-seq and scATAC-seq with Deep Neural Networks
Apache License 2.0
25 stars 8 forks source link

#93 fix missing chrom_sizes for ROI based variant predictions #95

Closed FaizRizvi closed 2 years ago

FaizRizvi commented 2 years ago

@hrayjones noticed that ROI based predictions using the variants function was missing the required args.chrom_sizes keywords in the import_roi_bed function of variants_tools. This keyword had to also be added to the variants.py file.