File: flagstat.vim

package info (click to toggle)
biosyntax 1.0.0b-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,020 kB
  • sloc: sh: 876; javascript: 292; xml: 246; makefile: 52
file content (24 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
if exists("syntax_on")
	syntax reset
	colorscheme bioSyntax
	set nowrap
endif


" QC-passed reads
"
syntax match numeric "^\d\+"
syntax match numeric "QC-passed reads"
syntax match numeric "(\@<=[0-9\.%]\+"
syntax match numeric "(\@<=-\?nan%"

" QC-failed reads
"
syntax match numeric2 " \d\+"
syntax match numeric2 "QC-failed reads"
syntax match numeric2 ":\@<=[0-9\.%]\+"
syntax match numeric2 ":\@<=-\?nan%"

" mapQ
"
syntax match string "mapQ>=\d\+"