Skip to content
This repository was archived by the owner on Feb 16, 2021. It is now read-only.

Commit d80ac59

Browse files
committed
Removed old code
1 parent 404a06c commit d80ac59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gdc-rnaseq-tool.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def create_filter(self):
2424

2525
## -------------- Function for downloading files :
2626
def download(uuid, name, md5, ES, WF, DT, retry=0):
27-
if retry : sleep(retry)
2827
try :
2928
fout = OFILE['data'].format(ES=ES, WF=WF, DT=DT, uuid=uuid, name=name)
3029
def md5_ok() :

0 commit comments

Comments
 (0)