EnglishFrenchSpanish

Ad


OnWorks favicon

kmer-mask - Online in the Cloud

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

This is the command kmer-mask 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


kmer-mask - mask and filter set of nucleotide sequences by kmer content

SYNOPSIS


kmer-mask {-novel|-confirmed} [-mdb mer-database] [-ms mer-size] [-edb exist-database] [-m
min-size] [-e extend-size] [-lowthreshold l] [-highthreshold h] [-t threads] [-v] [-h
histogram] [-promote|-demote|-discard] -1 in.1.fastq [-2 in.2.fastq] -o output-prefix

DESCRIPTION


Mask and filter set of sequences (presumed to be reads) by kmer content. Masking can be
done to retain novel sequence not in the database, or to retain confirmed sequence present
in the database. Filtering will segregate sequences fully, partially or not masked.

OPTIONS


-mdb mer-database
load masking kmers from meryl(1) mer-database

-ms mer-size

-edb exist-database
save masking kmers to an existDB(1) file exist-database for faster restarts

-1 in.1.fastq

-2 in.2.fastq
input reads files in fastq, fastq.gz, fastq.bz2 or fastq.xz format. The second is
optional, but messes up the output classification if not present.

-o out
prefix for output reads

out.fullymasked.[12].fastq
reads with below 'lowthreshold' bases retained

out.partiallymasked.[12].fastq
reads in between

out.retained.[12].fastq
reads with more than 'hightreshold' bases retained

out.discarded.[12].fastq
reads with conflicting status

-m min-size
ignore database hits below this many consecutive kmers (0)

-e extend-size
extend database hits across this many missing kmers (0)

-novel RETAIN novel sequence not present in the database

-confirmed
RETAIN confirmed sequence present in the database

-promote
promote the lesser RETAINED read to the status of the more RETAINED read
read1=fullymasked and read2=partiallymasked -> both are partiallymasked

-demote
demote the more RETAINED read to the status of the lesser RETAINED read
read1=fullymasked and read2=partiallymasked -> both are fullymasked

-discard
discard pairs with conflicting status (DEFAULT) read1=fullymasked and
read2=partiallymasked -> both are discarded

stats on stderr, number of sequences with amount RETAINED:
-lowthreshold t
(0.3333)

-highthreshold t
(0.6667)

-h histogram
write a histogram of the amount of sequence RETAINED

-t t use t compute threads

-v show progress

Use kmer-mask 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