table of contents
other versions
- jessie 1.5.3-2
- jessie-backports 1.5.9+ds-2~bpo8+1
- stretch 1.5.9+ds-4
- testing 1.5.10+ds-2
- unstable 1.5.10+ds-3
GT-SNPPER(1) | GenomeTools Manual | GT-SNPPER(1) |
NAME¶
gt-snpper - Annotates SNPs according to their effect on the genome as given by a genomic annotation.SYNOPSIS¶
gt snpper [option ...] GFF3_file [GVF_file]DESCRIPTION¶
-trans_table [value]NCBI translation table number, choose from:
-seqfile [filename]
•1: Standard
•2: Vertebrate Mitochondrial
•3: Yeast Mitochondrial
•4: Mold Mitochondrial; Protozoan Mitochondrial;
Coelenterate Mitochondrial; Mycoplasma; Spiroplasma
•5: Invertebrate Mitochondrial
•6: Ciliate Nuclear; Dasycladacean Nuclear;
Hexamita Nuclear
•9: Echinoderm Mitochondrial
•10: Euplotid Nuclear
•11: Bacterial
•12: Alternative Yeast Nuclear
•13: Ascidian Mitochondrial
•14: Flatworm Mitochondrial
•15: Blepharisma Macronuclear
•16: Chlorophycean Mitochondrial
•21: Trematode Mitochondrial
•22: Scenedesmus Obliquus Mitochondrial
•23: Thraustochytrium Mitochondrial (default:
1)
set the sequence file from which to take the sequences
(default: undefined)
-encseq [filename]
set the encoded sequence indexname from which to take the
sequences (default: undefined)
-seqfiles
set the sequence files from which to extract the features
use -- to terminate the list of sequence files
-matchdesc [yes|no]
search the sequence descriptions from the input files for
the desired sequence IDs (in GFF3), reporting the first match (default:
no)
-matchdescstart [yes|no]
exactly match the sequence descriptions from the input
files for the desired sequence IDs (in GFF3) from the beginning to the first
whitespace (default: no)
-usedesc [yes|no]
use sequence descriptions to map the sequence IDs (in
GFF3) to actual sequence entries. If a description contains a sequence range
(e.g., III:1000001..2000000), the first part is used as sequence ID (
III) and the first range position as offset ( 1000001) (default:
no)
-regionmapping [string]
set file containing sequence-region to sequence file
mapping (default: undefined)
-o [filename]
redirect output to specified file (default:
undefined)
-gzip [yes|no]
write gzip compressed output file (default: no)
-bzip2 [yes|no]
write bzip2 compressed output file (default: no)
-force [yes|no]
force writing to output file (default: no)
-help
display help and exit
-version
display version information and exit
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" }
function mapping(sequence_region) return "hs_ref_"..sequence_region..".fa.gz" end
REPORTING BUGS¶
Report bugs to <gt-users@genometools.org>.09/05/2014 | GenomeTools 1.5.3 |