Skip to content

Commit 9e881b1

Browse files
committed
bugfix
1 parent 50f96d5 commit 9e881b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pipes/WDL/workflows/classify_single.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ workflow classify_single {
162162
input:
163163
tsv = select_first([taxid_to_ref_accessions_tsv]),
164164
idx_col = "accessions",
165-
idx_val = sub(select_references.top_matches_per_cluster_basenames, "-", ":"),
165+
idx_val = sub(top_match, "-", ":"),
166166
add_header = ["taxid", "isolate_prefix", "taxname", "accessions"]
167167
}
168168
Int skani_hit_taxid = tax_lookup.map["taxid"]

0 commit comments

Comments
 (0)