Skip to content

Commit 3411b7e

Browse files
authored
Merge branch 'master' into dp-metrics
2 parents 2e85325 + 5978a73 commit 3411b7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pipes/WDL/tasks/tasks_nextstrain.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ task nextmeta_prep {
1818
sample_to_gisaid = {}
1919
sample_to_assembly = {}
2020
with open('~{gisaid_meta}', 'rt') as inf:
21-
for row in csv.DictReader(inf, delimiter='\t'):
21+
for row in csv.DictReader(inf):
2222
s = row['covv_virus_name'][len('hCoV-19/'):]
2323
samples.append(s)
2424
sample_to_gisaid[s] = row

0 commit comments

Comments
 (0)