ComputeGain

This program computes the read correction tool metric GAIN. It takes a genome FASTA file and two SAM file with read alignments before and after correction. It then computes various statistics and computes the GAIN, based on the edit or Hamming distance for reach read before and after correction.

Web Documentation for ComputeGain

Options

version-check
Turn this option off to disable version update notifications of the application.
quiet
Disable most output.
verbose
Enable more verbose output.
very-verbose
Enable even more verbose output.
num-threads
Number of threads to use.
chunk-size
Chunk size.
max-chunks
Maximal number of chunks to read (0=disabled).
padding
Additional genome characters to use for alignment in percent of the origina read length.
metric
The metric type to use.
min-unclipped-bases
Reads with fewer unclipped bases are ignored. Set to 0 to disable ignoring because of this.
max-error-rate
Reads with a higher error rate in the initial mapping are ignored. Given in percent. Set to 0 to disable ignoring because of this.
max-error-count
Reads with a higher error count in the initial mapping are ignored. Given in percent. Set to -1 to disable ignoring because of this.
log-all
Log all not only introduced/removed errors.
no-check-sorting
No checking for reads being sorted.

Input Ports

Icon
Genome file. [fq,fq.bgzf,fq.gz,fastq,fastq.bgzf,fastq.gz,fa,fa.bgzf,fa.gz,fasta,fasta.bgzf,fasta.gz,faa,faa.bgzf,faa.gz,ffn,ffn.bgzf,ffn.gz,fna,fna.bgzf,fna.gz,frn,frn.bgzf,frn.gz,embl,embl.bgzf,embl.gz,gbk,gbk.bgzf,gbk.gz,raw,raw.bgzf,raw.gz,sam,sam.bgzf,sam.gz,bam]
Icon
Pre-correction SAM file. [sam,bam]
Icon
Post-correction SAM file. [sam,opt.]
Icon
Post-correction FASTQ or FASTA file. [fastq,fq,fastq.gz,fq.gz,fasta,fa,fasta.gz,fa.gz,opt.]

Output Ports

Icon
Write log about introduced/removed errors to this file. []

Popular Predecessors

Popular Successors

Views

ComputeGain Std Output
The text sent to standard out during the execution of ComputeGain.
ComputeGain Error Output
The text sent to standard error during the execution of ComputeGain. (If it appears in gray, it's the output of a previously failing run which is preserved for your trouble shooting.)

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.