You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Extracts reads that pseudoalign to selected Kallisto target IDs."
815
+
description: "Runs Kallisto extract internally and emits a read-level Kallisto summary TSV."
819
816
}
820
817
821
818
input {
@@ -853,7 +850,7 @@ task kallisto_extract {
853
850
category: "required"
854
851
}
855
852
sample_id: {
856
-
description: "Optional sample identifier to stamp into the read-level Kallisto TSV. Defaults to the input reads basename with common BAM/FASTQ extensions removed.",
853
+
description: "Optional sample identifier to stamp into summary.tsv. Defaults to the input reads basename with common BAM/FASTQ extensions removed.",
857
854
category: "common"
858
855
}
859
856
target_ids: {
@@ -866,7 +863,7 @@ task kallisto_extract {
866
863
category: "common"
867
864
}
868
865
id_to_taxon_map: {
869
-
description: "Optional CSV/TSV mapping Kallisto hit IDs to taxonomy columns. When provided, taxonomy lineage and selected taxonomy name are added to the read-level TSV.",
866
+
description: "Optional CSV/TSV mapping Kallisto hit IDs to taxonomy columns. When provided, taxonomy lineage and selected taxonomy name are added to summary.tsv.",
Copy file name to clipboardExpand all lines: pipes/WDL/workflows/classify_kallisto.wdl
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ import "../tasks/tasks_metagenomics.wdl" as metagenomics
4
4
5
5
workflowclassify_kallisto {
6
6
meta {
7
-
description: "Kallisto/kb pseudoalignment classification of a single BAM or single FASTQ file. Emits long-form counts and a read-level Kallisto TSV for reads extracted from count-derived Kallisto targets."
7
+
description: "Kallisto/kb pseudoalignment classification of a single BAM or single FASTQ file. Emits long-form counts and read-level Kallisto summary TSV outputs."
8
8
author: "Broad Viral Genomics"
9
9
email: "viral-ngs@broadinstitute.org"
10
10
allowNestedInputs: true
@@ -46,11 +46,11 @@ workflow classify_kallisto {
46
46
category: "required"
47
47
}
48
48
sample_id: {
49
-
description: "Optional sample identifier to stamp into Kallisto count and read-level TSV outputs. Defaults to the input reads basename with common BAM/FASTQ extensions removed.",
49
+
description: "Optional sample identifier to stamp into Kallisto count and summary TSV outputs. Defaults to the input reads basename with common BAM/FASTQ extensions removed.",
50
50
category: "common"
51
51
}
52
52
id_to_taxon_map: {
53
-
description: "Optional CSV/TSV mapping Kallisto hit IDs to taxonomy columns. When provided, taxonomy lineage and selected taxonomy name are added to the read-level TSV.",
53
+
description: "Optional CSV/TSV mapping Kallisto hit IDs to taxonomy columns. When provided, taxonomy lineage and selected taxonomy name are added to summary.tsv.",
0 commit comments