Changes

Jump to: navigation, search

ABySS

2,459 bytes added, 16:03, 22 December 2009
Usage: Added the man page
Report bugs to <abyss-users@bcgsc.ca>.
 
= MAN =
<pre>
ABYSS(1) User Commands ABYSS(1)
 
NAME
ABYSS - assemble short reads into contigs
 
SYNOPSIS
ABYSS [OPTION]... FILE...
 
DESCRIPTION
Assemble all input files, FILE, which may be in FASTA (.fa) format or FASTQ format (.fastq) and may be
compressed with gz, bz2 or xz.
 
--chastity
discard unchaste reads [default] for qseq and export files only
 
--no-chastity
do not discard unchaste reads
 
--trim-masked
trim masked bases from the ends of reads [default]
 
--no-trim-masked
do not trim masked bases from the ends of reads
 
-q, --trim-quality=THRESHOLD
trim bases from the ends of reads whose quality is less than the threshold
 
--standard-quality
zero quality is ‘!’ (33) default for FASTQ files
 
--illumina-quality
zero quality is ‘@’ (64) default for qseq and export files
 
-o, --out=FILE
write the contigs to FILE
 
-k, --kmer=KMER_SIZE
k-mer size
 
-l, --read-length=READ_LENGTH
read length
 
-t, --trim-length=TRIM_LENGTH
maximum length of dangling edges to trim
 
-c, --coverage=COVERAGE
remove contigs with mean k-mer coverage less than this threshold
 
-b, --bubbles=N
maximum number of bubble-popping rounds
 
-e, --erode=COVERAGE
erode bases at the ends of blunt contigs with coverage less than this threshold
 
-E, --erode-strand=COVERAGE
erode bases at the ends of blunt contigs with coverage less than this threshold on either strand.
default=1
 
--coverage-hist=FILE
record the k-mer coverage histogram in FILE
 
-g, --graph=FILE
generate a graph in dot format
 
-s, --snp=FILE
record popped bubbles in FILE
 
-v, --verbose
display verbose output
 
--help display this help and exit
 
--version
output version information and exit
 
AUTHOR
Written by Jared Simpson and Shaun Jackman.
 
REPORTING BUGS
Report bugs to <abyss-users@bcgsc.ca>.
 
COPYRIGHT
Copyright 2009 Canada’s Michael Smith Genome Science Centre
 
ABYSS (ABySS) 1.1.0 2009-Nov ABYSS(1)
</pre>

Navigation menu