Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlibuit committed Sep 14, 2021
1 parent 720f628 commit 87ca249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workflows/wf_titan_fasta.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import "../tasks/task_read_clean.wdl" as read_clean
import "../tasks/task_qc_utils.wdl" as qc_utils
import "../tasks/task_versioning.wdl" as versioning

workflow titan_clearlabs {
workflow titan_fasta {
meta {
description: "Reference-based consensus calling for viral amplicon ont sequencing data generated on the Clear Labs platform."
}
Expand Down
2 changes: 1 addition & 1 deletion workflows/wf_vadr_update.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ workflow vadr_update {
input:
}
output {
String vaddr_update_version = version_capture.phvg_version
String vadr_update_version = version_capture.phvg_version
String vadr_update_analysis_date = version_capture.date
File? vadr_alerts_list = vadr.alerts_list
String vadr_num_alerts = vadr.num_alerts
Expand Down

0 comments on commit 87ca249

Please sign in to comment.