EnglishFrenchSpanish

Ad


OnWorks favicon

dnaindex - Online in the Cloud

Run dnaindex in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command dnaindex that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


dnaindex - index dna file for use with ANFO

SYNOPSIS


dnaindex [ option ... ]

DESCRIPTION


dnaindex builds an index for a dna file. Dna files must be indexed to be useable with
anfo(1), it is possible to have multiple indices for the same dna file.

OPTIONS


-V, --version
Print version number and exit.

-o file, --output file
Write output to file. file customarily ends in .idx. Default is
genomename_wordsize.idx.

-g file, --genome file
Read the genome from file. This file name is also stored in the resulting index so
it can be found automatically whenever the index is used. It is therefore best if
file is just a file name without path.

-G dir, --genome-dir dir
Add dir to the genome search path. This is useful if the genome to be indexed is
not yet in the place where it will later be used.

-d text, --description text
Add text as description to the index. This is purely informative.

-s size, --wordsize size
Set the wordsize to size. A smaller wordsize increases precision at the expense of
higher computational investment. The default is 12, which with a stride of 8
yields a good compromise.

-S num, --stride num
Set the stride to num. Only one out of num possible words of dna is actually
indexed. A smaller stride increases precicion at the expense of a bigger index.
The default is 8, which in conjunction with a wordsize of 12 yields a good
compromise.

-l lim, --limit lim
Prevents the indexing of words that occur more often than lim times. This can be
used to ignore repetitive seeds and save the space to store them. A good default
depends on the size of the genome being indexed, something like 500 works for the
human genome with wordsize 12 and stride 8.

-h, --histogram
Produce a histogram of word frequencies. This can be used to get an indea how the
frequency distribution to select an appropriate value for --limit.

-v, --verbose
Print a progress indicator during operation.

NOTES


dnaindex is limited to genomes no longer than 4 gigabases due to its use of 32 bit
indices. The index is quite large, so depending on parameters, a 64 bit platform is
needed for genomes in the gigabase range.

If a genome contains IUPAC ambiguity codes, the affected seeds need to be expanded. If
there are many ambiguity codes in a small region, that results in an unacceptably large
index.

ENVIRONMENT


ANFO_PATH
Colon separated list of directories searched for genome files.

Use dnaindex online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad