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-ID_TO_MD5(1) | GenomeTools Manual | GT-ID_TO_MD5(1) |
NAME¶
gt-id_to_md5 - Change sequence IDs in given GFF3 files to MD5 fingerprints of the corresponding sequences.
SYNOPSIS¶
gt id_to_md5 [option ...] [GFF3_file ...]
DESCRIPTION¶
-seqfile [filename]
-encseq [filename]
-seqfiles
-matchdesc [yes|no]
-matchdescstart [yes|no]
-usedesc [yes|no]
-regionmapping [string]
-subtargetids [yes|no]
-v [yes|no]
-o [filename]
-gzip [yes|no]
-bzip2 [yes|no]
-force [yes|no]
-help
-version
File format for option -regionmapping:
The file supplied to option -regionmapping defines a “mapping”. A mapping maps the sequence-region entries given in the GFF3_file to a sequence file containing the corresponding sequence. Mappings can be defined in one of the following two forms:
mapping = {
chr1 = "hs_ref_chr1.fa.gz",
chr2 = "hs_ref_chr2.fa.gz" }
or
function mapping(sequence_region)
return "hs_ref_"..sequence_region..".fa.gz" end
The first form defines a Lua (http://www.lua.org) table named “mapping” which maps each sequence region to the corresponding sequence file. The second one defines a Lua function “mapping”, which has to return the sequence file name when it is called with the sequence_region as argument.
REPORTING BUGS¶
Report bugs to https://github.com/genometools/genometools/issues.
11/28/2022 | GenomeTools 1.6.2 |