File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 IVAR_FREQ : 0.05
2222 IVAR_DEPTH : 30
2323ANNOTATION :
24+ # see: https://pcingola.github.io/SnpEff/adds/VCFannotationformat_v1.0.pdf
2425 SNPEFF_COLS :
2526 CHROM : CHROM
2627 POS : POS
@@ -36,11 +37,19 @@ ANNOTATION:
3637 HGVS_P : " ANN[*].HGVS_P"
3738 HGVS_C : " ANN[*].HGVS_C"
3839 ERRORS : " ANN[*].ERRORS"
39- FILTER_INCLUDE : # see: https://pcingola.github.io/SnpEff/adds/VCFannotationformat_v1.0.pdf
40- ERRORS : [""]
40+ FILTER_INCLUDE :
4141 # IMPACT: [HIGH, MODERATE, LOW]
4242 FILTER_EXCLUDE :
4343 EFFECT : [upstream_gene_variant, downstream_gene_variant]
44+ ERRORS :
45+ - ERROR_CHROMOSOME_NOT_FOUND
46+ - ERROR_OUT_OF_CHROMOSOME_RANGE
47+ - WARNING_REF_DOES_NOT_MATCH_GENOME
48+ - WARNING_SEQUENCE_NOT_AVAILABLE
49+ - WARNING_TRANSCRIPT_INCOMPLETE
50+ - WARNING_TRANSCRIPT_MULTIPLE_STOP_CODONS
51+ - WARNING_TRANSCRIPT_NO_START_CODON
52+ - WARNING_TRANSCRIPT_NO_STOP_CODON
4453 VARIANT_NAME_PATTERN : " {GENE}:{coalesce(HGVS_P, HGVS_C)}" # dplyr's coalesce finds the first non-missing element
4554DEMIX :
4655 PATHOGEN : " SARS-CoV-2"
You can’t perform that action at this time.
0 commit comments