ran b9 and b10 for gid after Dynamut team reran due to server issues
This commit is contained in:
parent
cf0db2a9c0
commit
ca07351086
2 changed files with 11 additions and 10 deletions
|
@ -86,7 +86,7 @@ def get_results(url_file, host_url, output_dir, outfile_suffix):
|
|||
# Download .tar.gz file
|
||||
prediction_number = re.search(r'([0-9]+$)', line).group(0)
|
||||
tgz_url = f"{host_url}/dynamut/results_file/results_" + prediction_number + '.tar.gz'
|
||||
tgz_filename = dynamut_results_dir + '/' + outfile_suffix + '_results_' + prediction_number + '.tar.gz'
|
||||
tgz_filename = dynamut_results_dir + outfile_suffix + '_results_' + prediction_number + '.tar.gz'
|
||||
response_tgz = requests.get(tgz_url, stream = True)
|
||||
if response_tgz.status_code == 200:
|
||||
print('\nDownloading tar.gz file:', tgz_url
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue