File: flagstat.lang

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 (17 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Flagstat (.flagstat) language definition file for less pipe
# bioSyntax v0.1
# Depends on sam.style + bioSyntax.outlang

# QC-Passed Reads
numeric = 'QC-passed reads'
numeric = '^\d+'
numeric = '\([\d\.]+%'
numeric = '\(\-?nan%'

#QC-Failed Reads
keyword = 'QC-failed reads'
keyword = '(?<=\+ )\d+'
keyword = '\:[\d\.]+%'
keyword = '\:\-?nan%'

#string = 'mapQ'