Scroll to navigation

POSITIONDB(1) User Commands POSITIONDB(1)

NAME

positionDB - management of posDB files

SYNOPSIS

positionDB [-mersize k] [-merskip k] [-use a-b,c] [-merbegin b] [-merend e] -sequence s.fasta -output p.posDB

positionDB -dump datafile

positionDB -test1 sequence.fasta

positionDB -test2 db.fasta sequence.fasta

OPTIONS

Building an image

The size of the mers, default=20.
The skip between mers, default=0
Specify which sequences to use, default=all
Build on a subset of the mers, starting at mer #b, default=all mers
Build on a subset of the mers, ending at mer #e, default=all mers
Input sequences.
Output filename.

Dumping information about an image

-dump datafile.posDB

Running sanity tests

Tests if each and every mer is found in the positionDB. Reports if it doesn't find a mer at the correct position. Doesn't report if table has too much stuff.
Builds a positionDB from db.fasta, then searches the table for each mer in sequence.fasta. Reports all mers it finds.
This is a silly test and you shouldn't do it.

SEE ALSO

existDB(1), meryl(1)

May 2015 positionDB 0~20150520+2004