Skip to content

Commit

Permalink
EC error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kylacochrane committed May 6, 2024
1 parent 2a79100 commit 1142788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/gas_nomenclature.nf
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ workflow GAS_NOMENCLATURE {
// LOCIDEX modules
ref_tag = Channel.value("ref")
query_tag = Channel.value("value")

merged_references = LOCIDEX_MERGE_REF(reference_values, ref_tag)
ch_versions = ch_versions.mix(merged_references.versions)

Expand Down

0 comments on commit 1142788

Please sign in to comment.