Thanks for providing a powerful tool! Could you tell me how to download the VCF files used in geno_dir? I used the 1000genome files(http://ftp.1000genomes.ebi.ac.uk/vol1/ftp/release/20130502/), but it didn't work
I got this:
AttributeError: 'NoneType' object has no attribute 'size'
Traceback:
File "/home/g854597751/OTTERS/training.py", line 287, in thread_process
target_dir, target_sst, median_N = prep.prepare(target=target,
File "/home/g854597751/OTTERS/prepare.py", line 64, in prepare
if not snp_overlap.size:
Thanks for providing a powerful tool! Could you tell me how to download the VCF files used in geno_dir? I used the 1000genome files(http://ftp.1000genomes.ebi.ac.uk/vol1/ftp/release/20130502/), but it didn't work I got this: AttributeError: 'NoneType' object has no attribute 'size' Traceback: File "/home/g854597751/OTTERS/training.py", line 287, in thread_process target_dir, target_sst, median_N = prep.prepare(target=target, File "/home/g854597751/OTTERS/prepare.py", line 64, in prepare if not snp_overlap.size:
Thank you very much!