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
Copy file name to clipboardExpand all lines: pipes/WDL/tasks/tasks_metagenomics.wdl
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -850,7 +850,7 @@ task kallisto_read_summary {
850
850
category: "required"
851
851
}
852
852
sample_id: {
853
-
description: "Optional sample identifier to stamp into summary.tsv. Defaults to the input reads basename with common BAM/FASTQ extensions removed.",
853
+
description: "Optional sample identifier to stamp into the Kallisto summary TSV. Defaults to the input reads basename with common BAM/FASTQ extensions removed.",
854
854
category: "common"
855
855
}
856
856
target_ids: {
@@ -863,7 +863,7 @@ task kallisto_read_summary {
863
863
category: "common"
864
864
}
865
865
id_to_taxon_map: {
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.",
866
+
description: "Optional CSV/TSV mapping Kallisto hit IDs to taxonomy columns. When provided, taxonomy lineage and selected taxonomy name are added to the Kallisto summary TSV.",
Copy file name to clipboardExpand all lines: pipes/WDL/workflows/classify_kallisto.wdl
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -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 summary 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, and to name the summary output as <sample_id>.kallisto_summary.tsv. 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 summary.tsv.",
53
+
description: "Optional CSV/TSV mapping Kallisto hit IDs to taxonomy columns. When provided, taxonomy lineage and selected taxonomy name are added to the Kallisto summary TSV.",
0 commit comments