![]() |
![]()
| ![]() |
![]()
SYNOPSISblt deromanize column < input-file > output-file DESCRIPTIONIt was once a common practice to represent chromosome numbers as Roman numerals. This is no longer common, but files containing Roman numerals still exist. blt deromanize converts a column of Roman numerals to the Arabic system. Data not recognized as a Roman numeral is left unchanged. EXAMPLESblt deromanize 1 < roman.gff3 > arabic.gff3 zcat roman.gff3.gz | blt deromanize 1 | gzip > arabic.gff3.gz samtools view roman.bam | blt deromanize 3 | samtools view -b > arabic.bam SEE ALSOblt(1) AUTHORJ. Bacon
|