Updated meta.yml

This commit is contained in:
Nicolas Vannieuwkerke 2022-05-10 12:20:01 +02:00
parent f3d5584ab0
commit ef4857ec54

View file

@ -58,62 +58,18 @@ output:
type: file type: file
description: File containing software versions description: File containing software versions
pattern: "versions.yml" pattern: "versions.yml"
- done: - logging:
type: file type: file
description: A file containing the message on succesful completion description: Files containing logging from vcfeval
pattern: "done" pattern: "*{done,progress,.log}"
- progress: - vcf:
type: file type: file
description: A file containing the simplified logging of the process description: VCF files containing the false negatives, false positives and true positives with their index files
pattern: "progress" pattern: "*.vcf{.gz,.gz.tbi}"
- vcfeval_log: - roc:
type: file type: file
description: A file containing the extended logging of the process description: TSV files containing ROC data for the evaluated variants
pattern: "*.log" pattern: "*.tsv.gz"
- false_negatives_vcf:
type: file
description: A VCF file containing the false negative variants
pattern: "fn.vcf.gz"
- false_negatives_index:
type: file
description: The index file for the false negatives' VCF file
pattern: "fn.vcf.gz.tbi"
- false_positive_vcf:
type: file
description: A VCF file containing the false positive variants
pattern: "fp.vcf.gz"
- false_positives_index:
type: file
description: The index file for the false positives' VCF file
pattern: "fp.vcf.gz.tbi"
- true_positive_vcf:
type: file
description: A VCF file containing the true positive variants
pattern: "tp.vcf.gz"
- true_positives_index:
type: file
description: The index file for the true positives' VCF file
pattern: "tp.vcf.gz.tbi"
- true_positive_baseline_vcf:
type: file
description: A VCF file containing the true positive baseline variants
pattern: "tp-baseline.vcf.gz"
- true_positives_baseline_index:
type: file
description: The index file for the baseline true positives' VCF file
pattern: "tp-baseline.vcf.gz.tbi"
- non_snp_roc:
type: file
description: A TSV file containing the ROC data for the non-SNP variants
pattern: "non_snp_roc.tsv.gz"
- snp_roc:
type: file
description: A TSV file containing the ROC data for the SNP variants
pattern: "snp_roc.tsv.gz"
- weighted_roc:
type: file
description: A TSV file containing the weighted ROC data
pattern: "weighted_roc.tsv.gz"
- summary: - summary:
type: file type: file
description: A TXT file containing the summary of the evaluation description: A TXT file containing the summary of the evaluation