Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dpark01 committed Nov 25, 2024
1 parent 03cb88e commit 6f3ae1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipes/WDL/tasks/tasks_ncbi.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ task biosample_to_genbank {
row['host'] = match.group(1)
if row['host'] == 'bovine_milk':
row['host'] = 'Cattle'
assert host in out_headers_total
assert 'host' in out_headers_total
# override geo_loc_name if food_origin exists
if row.get('food_origin','').strip():
print("overriding geo_loc_name with food_origin")
Expand Down

0 comments on commit 6f3ae1a

Please sign in to comment.