ran b9 and b10 for gid after Dynamut team reran due to server issues

This commit is contained in:
Tanushree Tunstall 2021-08-12 10:06:43 +01:00
parent cf0db2a9c0
commit ca07351086
2 changed files with 11 additions and 10 deletions

View file

@ -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