User Tools

Site Tools


contributors:team_4_page

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
contributors:team_4_page [2015/05/08 02:18]
JaredC
contributors:team_4_page [2015/05/08 02:25]
JaredC [ABySS Programs]
Line 55: Line 55:
   * E: minimum erosion k-mer coverage per strand [1]   * E: minimum erosion k-mer coverage per strand [1]
   * j: number of threads [2]   * j: number of threads [2]
-  * k: size of k-mer (bp)+  * k: size of k-mer (bp) [no default]
   * l: minimum alignment length of a read (bp) [k]   * l: minimum alignment length of a read (bp) [k]
   * m: minimum overlap of two unitigs (bp) [30]   * m: minimum overlap of two unitigs (bp) [30]
Line 74: Line 74:
 Above command will report all abyss-pe parameters that are set from various origins. However it will not operate ABySS programs. Above command will report all abyss-pe parameters that are set from various origins. However it will not operate ABySS programs.
  
-=====ABySS ​Programs=====+=====Running ​ABySS=====
  
 abyss-pe is a driver script implemented as a Makefile. Any option of make may be used with abyss-pe. Particularly useful options are: abyss-pe is a driver script implemented as a Makefile. Any option of make may be used with abyss-pe. Particularly useful options are:
Line 86: Line 86:
 Print the commands that would be executed, but do not execute them. Print the commands that would be executed, but do not execute them.
  
 +===Commands of abyss-pe===
 +  * default: Equivalent to `scaffolds scaffolds-dot stats'​.
 +  * unitigs: Assemble unitigs.
 +  * unitigs-dot:​ Output the unitig overlap graph.
 +  * pe-sam: Map paired-end reads to the unitigs and output a SAM file.
 +  * pe-bam: Map paired-end reads to the unitigs and output a BAM file.
 +  * pe-index: Generate an index of the unitigs used by abyss-map.
 +  * contigs: Assemble contigs.
 +  * contigs-dot:​ Output the contig overlap graph.
 +  * mp-sam: Map mate-pair reads to the contigs and output a SAM file.
 +  * mp-bam: Map mate-pair reads to the contigs and output a BAM file.
 +  * mp-index: Generate an index of the contigs used by abyss-map.
 +  * scaffolds: Assemble scaffolds.
 +  * scaffolds-dot:​ Output the scaffold overlap graph.
 +  * stats: Display assembly contiguity statistics.
 +  * clean: Remove intermediate files.
 +  * version: Display the version of abyss-pe.
 +  * versions: Display the versions of all programs used by abyss-pe.
 +  * help: Display a helpful message.
 +
 +===Programs in pipeline===
 abyss-pe uses the following programs, which must be found in your PATH: abyss-pe uses the following programs, which must be found in your PATH:
  
contributors/team_4_page.txt · Last modified: 2015/07/18 20:52 by 92.247.181.31