GETSEQ(1) | GETSEQ(1) |
getSeq - print genome sequences from databases on the standard output
MySQL:
SQLite:
Retrieve a genome sequence from a MySQL and SQLite database or a part of it. Optionally the reverse complement is printed. Print to standard output.
-s, --species=SPECIES
-q, --seq=SEQUENCE
-c, --dbaccess=database
MySQL:
dbname
host
user
passwd
SQLite:
-f, --speciesfilenames=SPECIESFILENAMES
Homo sapiens <TAB> /dir/to/genome/human.fa
Mus musculus <TAB> /dir/to/genome/mouse.fa
-a, --start=number
-b, --end=number
-r, --rc
-h, --help
MySQL:
getSeq --species=mouse --seq=chr16 --dbaccess=vertebrates,localhost,myuser,mypasswd
getSeq --species=human --seq=chr21 --start=32026 --end=32085 --rc --dbaccess=vertebrates,localhost,myuser,mypasswd
SQLite:
getSeq --species=mouse --seq=chr16 --dbaccess=vertebrates.db --speciesfilenames=speciesfilenames.tsv
AUGUSTUS was written by M. Stanke, O. Keller, S. König, L. Gerischer and L. Romoth.