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
* Write ERRTYPE instead of ERR_TYPE column header in truth.tsv
Ensures truth and query tsv files use the same column names in each report. That enables easier downstream data processing.
* Update Output docs for ERRTYPE column name
While ERRTYPE is used in most variable names, ERR_TYPE is used only in this document and in the truth.tsv file. This change centers all references to this variable around the ERRTYPE name.
Copy file name to clipboardExpand all lines: docs/dev/09-Outputs.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Reports detailed information regarding each variant.
41
41
| ALT | string | Alternate allele of this variant. |
42
42
| QUAL | float | Quality score of this variant. |
43
43
| TYPE | categorical | Type of variant (REF/SNP/INS/DEL/CPX). |
44
-
|ERR_TYPE| categorical | Classification error type (TP/FP/FN). |
44
+
|ERRTYPE| categorical | Classification error type (TP/FP/FN). |
45
45
| CREDIT | float | Fraction of partial credit (in terms of correctness) that this variant received. --credit-threshold determines whether it is a true or false positive. |
46
46
| CLUSTER | integer | 0-based index of the cluster on the current haplotype of this contig containing this variant. |
47
47
| SUPERCLUSTER | integer | 0-based index of the supercluster on this contig containing this variant. |
@@ -187,4 +187,4 @@ This file reports for each edit (where called query sequence differs from truth
187
187
188
188
# Output `.txt` Files
189
189
### parameters.txt
190
-
This file stores all internal and command-line parameters used by vcfdist (for reproducibility and debugging purposes). Each line stores a single parameter in the format `parameter = value`.
190
+
This file stores all internal and command-line parameters used by vcfdist (for reproducibility and debugging purposes). Each line stores a single parameter in the format `parameter = value`.
0 commit comments