mirror of
https://github.com/Priyatham-sai-chand/compara-deep-learning.git
synced 2026-08-15 04:01:14 -07:00
Add files via upload
This commit is contained in:
parent
ee7f672bcb
commit
d43cad6673
1 changed files with 5 additions and 7 deletions
12
ftpg.py
12
ftpg.py
|
|
@ -76,10 +76,8 @@ with open("gtf_link.txt","w") as file:
|
|||
file.write(base_link+x)
|
||||
file.write("\n")
|
||||
|
||||
ch=input("Do you want to download the data?[y/n]")
|
||||
if ch=='y':
|
||||
print("Downloading Data.................")
|
||||
get_data_file("gtf_link.txt","data")
|
||||
get_data_file("seq_link.txt","geneseq")
|
||||
get_data_file("protein_seq.txt","pro_seq")
|
||||
print("Download Complete.................")
|
||||
print("Downloading Data")
|
||||
get_data_file("gtf_link.txt","data")
|
||||
get_data_file("seq_link.txt","geneseq")
|
||||
get_data_file("protein_seq.txt","pro_seq")
|
||||
print("Download Complete.................")
|
||||
|
|
|
|||
Loading…
Reference in a new issue