(Data from Washington University Genome Sequencing Center)
We ran EULER on this collection of files:
| |||||||
Like other assemblers, EULER produces a contig assembly. (Actually, several assemblies at various stages, as explained below.) In addition, EULER also produces the EULER report and repeat graphs. All the input and output files are indexed in the file index.html. You may examine the files individually from there; download a gzipped tar file of the files important to most users; or a gzipped tar file of all files, including those only important to developers.
EULER outputs 3 types of graphs in the format of the graph drawing software Graphviz.
The graph of the first component can be downloaded here in PDF format.
Each edge in the graph is labeled with two numbers. The first number indicates the index of this edge, which can be used to retrieve the its sequence from the corresponding edge file
The second
number shows the length of the sequence of this edge.
For example, the middle edge in this component is labeled
Each vertex in the graph represent a unique 20mer, and the number labeling it corresponds its index in the topology file. The graph topology file is currently used by the developers only and normal users may omit it.
EULER-DB may simplify the repeat graph and outputs a second set of graphviz graphs with the same format. The names of these files are
The corresponding graph description files are
This graph can be downloaded here in PDF format.
In this graph, each vertex represents an input contig.
For example,
vertex 2 means "contig2" in the input contig file.
Each edge represents a potential connection between
two contigs and the two numbers labeling
them (e.g., 42(3)) represent the interval length and the number
of reads supporting such connection, respectively.
In the current EULER pipeline, EULER-SF is run twice, with different inputs.
In EULER-SF pass 1, the input are contigs from EULER-DB:
The labels in this graph are similar to those in the graph output by EULER-Connect.
In EULER-SF pass 2, the input contigs are in the contig file generated by EULER-Connect:
(Data from Washington University Genome Sequencing Center)
We ran EULER on this collection of files:
| |||||||
In addition to a contig assembly, which is also produced by other assemblers, EULER produces the EULER report and repeat graphs. All the input and output files are indexed in the file index.html. You may examine the files individually from there; download a gzipped tar file of the files important to most users; or a gzipped tar file of all files, including those only important to developers.
In this project, EULER resolved all the repeats, so each component in the resulting graph consists of a single edge.