table of contents
- bookworm 1.6.2+ds-3
- bookworm-backports 1.6.5+ds-2~bpo12+1
- testing 1.6.5+ds-2.2
- unstable 1.6.5+ds-2.2
GT-CHSEQIDS(1) | GenomeTools Manual | GT-CHSEQIDS(1) |
NAME¶
gt-chseqids - Change sequence ids by the mapping given in a mapping file.
SYNOPSIS¶
gt chseqids [option ...] mapping_file [GFF3_file]
DESCRIPTION¶
-sort [yes|no]
-v [yes|no]
-o [filename]
-gzip [yes|no]
-bzip2 [yes|no]
-force [yes|no]
-help
-version
File format for mapping_file:
The supplied mapping file defines a mapping table named “chseqids”. It maps the sequence-region entries given in the GFF3_file to other names. It can be defined as follows:
chseqids = {
chr1 = "seq1",
chr2 = "seq2" }
When this example is used, all sequence ids “chr1” will be changed to “seq1” and all sequence ids “chr2” to “seq2”.
REPORTING BUGS¶
Report bugs to https://github.com/genometools/genometools/issues.
04/27/2024 | GenomeTools 1.6.5 |