<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://amos.sourceforge.net/wiki/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://amos.sourceforge.net/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Decaos</id>
		<title>AMOS WIKI - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://amos.sourceforge.net/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Decaos"/>
		<link rel="alternate" type="text/html" href="http://amos.sourceforge.net/wiki/index.php/Special:Contributions/Decaos"/>
		<updated>2026-04-30T05:54:09Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.5</generator>

	<entry>
		<id>http://amos.sourceforge.net/wiki/index.php/Bambus2</id>
		<title>Bambus2</title>
		<link rel="alternate" type="text/html" href="http://amos.sourceforge.net/wiki/index.php/Bambus2"/>
				<updated>2014-04-07T19:16:25Z</updated>
		
		<summary type="html">&lt;p&gt;Decaos: updating GFD -&amp;gt; GDE, add link to metAMOS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.cs.umd.edu/~sergek/ Sergey Koren] and &lt;br /&gt;
[http://www.cbcb.umd.edu/~mpop/ Mihai Pop]&lt;br /&gt;
&lt;br /&gt;
Scaffolding represents the task of ordering and orienting contigs by incorporating additional information about their relative placement along the genome. The original Bambus package was the first general purpose scaffolders made available as an open source package. We are happy to announce the arrival of Bambus 2.0, the second generation Bambus scaffolder available as an open source package. While most other scaffolders are closely tied to a specific assembly program, Bambus accepts the output from most current assemblers and provides the user with great flexibility in choosing the scaffolding parameters. In particular, Bambus is able to accept contig linking data other than specified by mate-pairs. Such sources of information include alignment to a reference genome (Bambus can directly use the output of MUMmer), physical mapping data, or information about gene synteny. &lt;br /&gt;
&lt;br /&gt;
Getting data into Bambus 2 requires you convert your assembly to AMOS format. Here is my recipe:&lt;br /&gt;
&lt;br /&gt;
 [[toAmos]] \&lt;br /&gt;
  -s my.fa \&lt;br /&gt;
  -c my.contig \&lt;br /&gt;
  -m my.mates \&lt;br /&gt;
  -o my.afg&lt;br /&gt;
&lt;br /&gt;
You need the .fa to list the contigs within the [https://sourceforge.net/apps/mediawiki/amos/index.php?title=Bank2contig#TIGR_Assembler_.2F_GDE_Contig_Format GDE]-like contig file (annoying but true). You don&amp;#039;t need accurate sequences in the .fa, you just need something to make the format valid. The .contig and .mates are as expected for [[Bambus]].&lt;br /&gt;
&lt;br /&gt;
The resulting .afg is then &amp;#039;banked&amp;#039; with:&lt;br /&gt;
&lt;br /&gt;
 [[bank-transact]] -c \&lt;br /&gt;
  -b my.bnk \&lt;br /&gt;
  -m my.afg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Bambus2 is composed of a series of scripts. For instruction about how to use them see: [[Bambus 2.0/quick start guide]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;The easiest way to use/run Bambus2 is to use [http://metamos.readthedocs.org/en/latest/ metAMOS], available on [https://github.com/marbl/metAMOS github].&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Alternatively, there is a Python script to facilitate running Bambus2 in one quick command:&lt;br /&gt;
&lt;br /&gt;
 goBambus2&lt;br /&gt;
&lt;br /&gt;
which returns:&lt;br /&gt;
&lt;br /&gt;
 run: goBambus2 &amp;lt;input reads or contigs or amos bank name&amp;gt; &amp;lt;output prefix&amp;gt; [options]&lt;br /&gt;
 eg.: goBambus2 example.contigs myoutput --all --contigs&lt;br /&gt;
 This script is designed to run the Bambus pipeline and takes either reads or contigs plus XML Trace Archive data as input and outputs scaffolds&lt;br /&gt;
 For further info please contact the Bambus 2 authors: Sergey Koren and Mihai Pop&lt;br /&gt;
&lt;br /&gt;
For example, you could run:&lt;br /&gt;
&lt;br /&gt;
 goBambus2 brucella.seq myScaff --all --reads &lt;br /&gt;
&lt;br /&gt;
More information is available at http://www.cbcb.umd.edu/software/bambus/&lt;/div&gt;</summary>
		<author><name>Decaos</name></author>	</entry>

	<entry>
		<id>http://amos.sourceforge.net/wiki/index.php/Bambus_2.0/quick_start_guide</id>
		<title>Bambus 2.0/quick start guide</title>
		<link rel="alternate" type="text/html" href="http://amos.sourceforge.net/wiki/index.php/Bambus_2.0/quick_start_guide"/>
				<updated>2014-03-31T13:59:10Z</updated>
		
		<summary type="html">&lt;p&gt;Decaos: remove broken links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How to run Bambus 2.0==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Caveat:&amp;#039;&amp;#039;&amp;#039; Bambus is still being actively developed and the code is currently in the &amp;quot;user beware&amp;quot; and &amp;quot;for experts only&amp;quot; stage.&lt;br /&gt;
&lt;br /&gt;
=== Step 1. Install the AMOS package - Bambus 2.0 is part of it. ===&lt;br /&gt;
See [[AMOS Getting Started]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Note:&amp;#039;&amp;#039;&amp;#039; since Bambus is still under active development you should pull the latest unofficial release of AMOS directly from the Git repository - see instructions at: [[Programmer&amp;#039;s guide]].&lt;br /&gt;
&lt;br /&gt;
=== Step 2. What information you need ===&lt;br /&gt;
Bambus needs to know about the contigs produced by the assembler and information about how these contigs are linked to each other. In AMOS terms, the basic information necessary are a list of contigs (http://amos.sourceforge.net/docs/api/classAMOS_1_1Contig__t.html) and a list of contig links (http://amos.sourceforge.net/docs/api/classAMOS_1_1ContigLink__t.html) or contig edges (http://amos.sourceforge.net/docs/api/classAMOS_1_1ContigEdge__t.html - bundles of consistent contig links) indicating the relative placement of pairs of contigs.&lt;br /&gt;
&lt;br /&gt;
These data can either be provided to Bambus directly in the form of a AMOS message file (see [[Message Types]]) or inferred from mate-pair information as described below.&lt;br /&gt;
&lt;br /&gt;
== Running Bambus 2.0 ==&lt;br /&gt;
* First, add the .afg file built as described above (for other conversion utilities see: http://sourceforge.net/apps/mediawiki/amos/index.php?title=File_conversion_utilities) to an AMOS bank (flat-file database):&lt;br /&gt;
 bank-transact -cf myproj.bnk -m myfile.afg&lt;br /&gt;
&lt;br /&gt;
* Use the mate-pair information to construct a collection of contig links.&lt;br /&gt;
 clk -b myproj.bnk&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Note:&amp;#039;&amp;#039;&amp;#039; that you can also construct these links with your own custom software and upload them into the bank in which case you would skip the &amp;quot;clk&amp;quot; command.&lt;br /&gt;
&lt;br /&gt;
* Bundle the contig links into a collection of contig edges.&lt;br /&gt;
 Bundler -b myproj.bnk&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Note:&amp;#039;&amp;#039;&amp;#039; as with the clk command you might want to build the contig edges separately and upload them into the bank using your own software.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Note:&amp;#039;&amp;#039;&amp;#039; the Bundler command also accepts the command line parameter &amp;quot;-t&amp;quot; followed by a list of edge types as defined in src/AMOS/Link_AMOS.hh. Currently the following types are defined: &amp;#039;&amp;#039;&amp;#039;M&amp;#039;&amp;#039;&amp;#039; - mate-pair, &amp;#039;&amp;#039;&amp;#039;O&amp;#039;&amp;#039;&amp;#039; - overlap, &amp;#039;&amp;#039;&amp;#039;P&amp;#039;&amp;#039;&amp;#039; - physical, &amp;#039;&amp;#039;&amp;#039;A&amp;#039;&amp;#039;&amp;#039; - alignment, &amp;#039;&amp;#039;&amp;#039;S&amp;#039;&amp;#039;&amp;#039; - synteny, and &amp;#039;&amp;#039;&amp;#039;X&amp;#039;&amp;#039;&amp;#039; - other.&lt;br /&gt;
&lt;br /&gt;
* Identify genomic repeats and output them to std out&lt;br /&gt;
 MarkRepeats -b myproj.bnk [-redundancy X -aggressive] &amp;gt; myRepeats&lt;br /&gt;
&lt;br /&gt;
Optional parameters:&lt;br /&gt;
:&amp;quot;-redundancy X&amp;quot; only uses contig edges comprising X or more contig links&lt;br /&gt;
:&amp;quot;-aggressive&amp;quot; - aggressive repeat identification based on global depth of coverage statistics (default procedure relies on graph analysis rather than coverage statistics)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Note:&amp;#039;&amp;#039;&amp;#039; this program requires the boost library&lt;br /&gt;
&lt;br /&gt;
* Order and orient contigs according to repeat and link information&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;IMPORTANT:&amp;#039;&amp;#039;&amp;#039; several of the operations performed by this program destructively modify the bank (changes cannot be undone). You should make a copy of the bank prior to running OrientContigs.&lt;br /&gt;
&lt;br /&gt;
 OrientContigs -b myproj.bnk -prefix myscaff&lt;br /&gt;
&lt;br /&gt;
:&amp;quot;-prefix&amp;quot; specifies the prefix for all output files&lt;br /&gt;
&lt;br /&gt;
Optional parameters:&lt;br /&gt;
:&amp;quot;-all&amp;quot; - output unlinked contigs as scaffolds&lt;br /&gt;
:&amp;quot;-noreduce&amp;quot; - turns off graph simplification routines (see below)&lt;br /&gt;
:&amp;quot;-redundancy X&amp;quot; - same as above - ignore edges with less than X links&lt;br /&gt;
:&amp;quot;-repeats filename&amp;quot; - ignores repeats listed in &amp;quot;filename&amp;quot; (one contig ID per line) as generated, e.g. by the MarkRepeats :program described above.&lt;br /&gt;
:&amp;quot;-aggressive&amp;quot; - aggressive scaffolding - by default links that are stretched by more than 3 standard deviations are ignored. Aggressive option turns this feature off and tries to reconcile the scaffold as best possible.&lt;br /&gt;
&lt;br /&gt;
* Linearize the scaffolds (if desired). By default Bambus 2 produces non-linear graph-based scaffolds. If fasta output is desired, it is necessary to linearize the scaffolds.&lt;br /&gt;
 untangle -e myscaff.evidence.xml -s myscaff.out.xml -o myscaff.untangle.xml&lt;br /&gt;
&lt;br /&gt;
* Output fasta result (if desired). This involves two steps, the first to generating the fasta file representing the contigs and the second combines them, separated by Ns, into a scaffold fasta file.&lt;br /&gt;
 bank2fasta -d -b myproj.bnk &amp;gt; contigs.fasta&lt;br /&gt;
 printScaff -e myscaff.evidence.xml -s myscaff.untangle.xml -l myscaff.library -f contigs.fasta -merge -o myscaff&lt;br /&gt;
&lt;br /&gt;
== Outputs ==&lt;br /&gt;
The output of the OrientContigs program is a collection of scaffolds stored in the bank. The program also generates several files starting with the specified prefix&lt;br /&gt;
*myScaff.agp&lt;br /&gt;
**The scaffolds generated by the OrientContigs programs in NCBI AGP format&lt;br /&gt;
*myScaff.dot&lt;br /&gt;
**The scaffolds generated by the OrientContigs program in Graphviz dot format. It can be converted to a PostScript or PDF file using the dot program in the Graphviz package.&lt;br /&gt;
*myScaff.evidence.xml&lt;br /&gt;
*myScaff.library&lt;br /&gt;
*myScaff.out.xml&lt;br /&gt;
**The scaffolds generated by the OrientContigs program compatible with the Bambus 1 format.&lt;br /&gt;
*myScaff.fasta&lt;br /&gt;
**The fasta file of the scaffolds, joined by Ns&lt;br /&gt;
*myScaff.stats&lt;br /&gt;
**Statistics on the scaffolds generated, including N50 and total span.&lt;br /&gt;
&lt;br /&gt;
=== Scaffold simplifications ===&lt;br /&gt;
By default (unless option &amp;quot;-noreduce&amp;quot; is provided) the OrientContigs program simplifies certain&lt;br /&gt;
graph patterns:&lt;br /&gt;
* simple paths&lt;br /&gt;
* bubbles&lt;br /&gt;
** These patterns are iteratively merged into single contigs until no additional simplifications can be made.&lt;/div&gt;</summary>
		<author><name>Decaos</name></author>	</entry>

	<entry>
		<id>http://amos.sourceforge.net/wiki/index.php/Bambus2</id>
		<title>Bambus2</title>
		<link rel="alternate" type="text/html" href="http://amos.sourceforge.net/wiki/index.php/Bambus2"/>
				<updated>2011-06-15T15:16:46Z</updated>
		
		<summary type="html">&lt;p&gt;Decaos: goBambus2.py now available inside current AMOS release, 3.0.1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.cs.umd.edu/~sergek/ Sergey Koren] and &lt;br /&gt;
[http://www.cbcb.umd.edu/~mpop/ Mihai Pop]&lt;br /&gt;
&lt;br /&gt;
Scaffolding represents the task of ordering and orienting contigs by incorporating additional information about their relative placement along the genome. The original Bambus package was the first general purpose scaffolders made available as an open source package. We are happy to announce the arrival of Bambus 2.0, the second generation Bambus scaffolder available as an open source package. While most other scaffolders are closely tied to a specific assembly program, Bambus accepts the output from most current assemblers and provides the user with great flexibility in choosing the scaffolding parameters. In particular, Bambus is able to accept contig linking data other than specified by mate-pairs. Such sources of information include alignment to a reference genome (Bambus can directly use the output of MUMmer), physical mapping data, or information about gene synteny. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Getting data into Bambus 2 requires you convert your assembly to AMOS format. Here is my recipe:&lt;br /&gt;
&lt;br /&gt;
 [[toAmos]] \&lt;br /&gt;
  -s my.fa \&lt;br /&gt;
  -c my.contig \&lt;br /&gt;
  -m my.mates \&lt;br /&gt;
  -o my.afg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You need the .fa to list the contigs within the GFD-like contig file (annoying but true). You don&amp;#039;t need accurate sequences in the .fa, you just need something to make the format valid. The .contig and .mates are as expected for [[Bambus]].&lt;br /&gt;
&lt;br /&gt;
The resulting .afg is then &amp;#039;banked&amp;#039; with:&lt;br /&gt;
&lt;br /&gt;
 [[bank-transact]] -c \&lt;br /&gt;
  -b my.bnk \&lt;br /&gt;
  -m my.afg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Bambus2 is composed of a series of scripts. For instruction about how to use them see: [[Bambus 2.0/quick start guide]].&lt;br /&gt;
&lt;br /&gt;
There is a Python script to facilitate running Bambus2 in one quick command:&lt;br /&gt;
&lt;br /&gt;
 goBambus2&lt;br /&gt;
&lt;br /&gt;
which returns:&lt;br /&gt;
&lt;br /&gt;
 run: goBambus2 &amp;lt;input reads or contigs or amos bank name&amp;gt; &amp;lt;output prefix&amp;gt; [options]&lt;br /&gt;
 eg.: goBambus2 example.contigs myoutput --all --contigs&lt;br /&gt;
 This script is designed to run the Bambus pipeline and takes either reads or contigs plus XML Trace Archive data as input and outputs scaffolds&lt;br /&gt;
 For further info please contact the Bambus 2 authors: Sergey Koren and Mihai Pop&lt;br /&gt;
&lt;br /&gt;
For example, you could run:&lt;br /&gt;
&lt;br /&gt;
 goBambus2 brucella.seq myScaff --all --reads &lt;br /&gt;
&lt;br /&gt;
More information is available at http://www.cbcb.umd.edu/software/bambus/&lt;/div&gt;</summary>
		<author><name>Decaos</name></author>	</entry>

	<entry>
		<id>http://amos.sourceforge.net/wiki/index.php/Minimus</id>
		<title>Minimus</title>
		<link rel="alternate" type="text/html" href="http://amos.sourceforge.net/wiki/index.php/Minimus"/>
				<updated>2010-11-09T19:57:57Z</updated>
		
		<summary type="html">&lt;p&gt;Decaos: /* Basic usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
Minimus is one of several assembly pipelines included in the AMOS software package. It is designed specifically for small data-sets, such as the set of reads covering a specific gene. Note that the code will work for larger assemblies (we have used it to assemble bacterial genomes), however, due to its stringency, the resulting assembly will be highly fragmented. For large and/or complex assemblies the execution of Minimus should be followed by additional processing steps, such as scaffolding.&lt;br /&gt;
&lt;br /&gt;
Minimus follows the Overlap-Layout-Consensus paradigm and consists of three main modules which share information through a central file bank:&lt;br /&gt;
&lt;br /&gt;
* [[hash-overlap]] - Computes the overlaps between the reads using a modified version of the Smith-Waterman local alignment algorithm&lt;br /&gt;
* [[tigger]] - Uses the read overlaps to generate the layouts of reads representing individual contigs&lt;br /&gt;
* [[make-consensus]] - Refines the layouts produced by the tigger to generate accurate multiple alignments within the reads&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Minimus uses AMOS message files as both the inputs and the outputs. Please see the [[File conversion utilities]] documentation for more information.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[minimus2 | Minimus2]] is a modified version of the minimus pipeline designed for merging two sequence sets. Instead of hash-overlap it uses a nucmer based overlap detector which is much faster.&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
Documentation on running minimus is included with the distribution in the /docs subdirectory.&lt;br /&gt;
&lt;br /&gt;
See [[Minimus/README]].&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
Examples of a flu assembly and a Zebrafish gene can be found in the test/minimus directory created when the AMOS distribution is untarred. Documentation on the examples is included with the distribution in /docs/minimus.README.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Basic usage  ==&lt;br /&gt;
&lt;br /&gt;
To run minimus will you need a set of sequence files. Assuming you have a set of reads in fasta format called &amp;#039;&amp;#039;&amp;#039;my_reads.seq&amp;#039;&amp;#039;&amp;#039;, you can run minimus with the following two commands:&lt;br /&gt;
&lt;br /&gt;
 toAmos -s my_reads.seq -o my_reads.afg&lt;br /&gt;
 &lt;br /&gt;
 minimus my_reads&lt;br /&gt;
&lt;br /&gt;
The output will be a fasta formatted file called &amp;#039;&amp;quot;my_reads.fasta&amp;quot;&amp;#039;, a contig file with details about the assembly of each contig called &amp;#039;&amp;quot;my_reads.contig&amp;quot;&amp;#039;, and an AMOS bank folder with various files used internally by minimus.&lt;br /&gt;
The toAmos file conversion utility is the most general and probably the most useful of the file conversion utilities included with minimus. More information about toAmos and the [[File_conversion_utilities | other file conversion utilities]] can be found in the [[AMOS | AMOS documentation wiki]]. For example, you can include quality data from a Phred style quality score file by running [[ToAmos | toAmos]] with the -q option as follows:&lt;br /&gt;
&lt;br /&gt;
 toAmos -s my_reads.fasta -q my_reads.qual -o asm_reads.afg&lt;br /&gt;
&lt;br /&gt;
Minimus can also be called with the following equivalent command:&lt;br /&gt;
&lt;br /&gt;
 runAmos -C $AMOSBASE/src/Pipeline/minimus.acf asm_reads&lt;br /&gt;
&lt;br /&gt;
The AMOS package also includes other helpful tools such as [[Hawkeye]], which is useful for evaluating your assembly with respect to paired-end reads. It can be run on the minimus bank with the following command:&lt;br /&gt;
&lt;br /&gt;
 hawkeye asm_reads.bnk/&lt;br /&gt;
&lt;br /&gt;
== Publication ==&lt;br /&gt;
&lt;br /&gt;
[http://www.biomedcentral.com/1471-2105/8/64 Minimus: a fast, lightweight genome assembler]&lt;br /&gt;
&lt;br /&gt;
Sommer, DD, Delcher, AL, Salzberg, SL, and Pop, M. (2007) BMC Bioinformatics, 8:64doi:10.1186/1471-2105-8-64.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Acknowledgements ==&lt;br /&gt;
The development of minimus was supported by the National Institutes of Health under grants R01-LM06845 and R01-LM007938 to SLS and by Department of Homeland Security cooperative agreement W81XWH-05-2-0051.&lt;/div&gt;</summary>
		<author><name>Decaos</name></author>	</entry>

	<entry>
		<id>http://amos.sourceforge.net/wiki/index.php/AMOS</id>
		<title>AMOS</title>
		<link rel="alternate" type="text/html" href="http://amos.sourceforge.net/wiki/index.php/AMOS"/>
				<updated>2010-11-09T16:23:19Z</updated>
		
		<summary type="html">&lt;p&gt;Decaos: Changes related to Nov 2010 AMOS release&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
 | __TOC__&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
The AMOS consortium is committed to the development of open-source whole genome assembly software. The project acronym (AMOS) represents our primary goal -- to produce A Modular, Open-Source whole genome assembler. Open-source so that everyone is welcome to contribute and help build outstanding assembly tools, and modular in nature so that new contributions can be easily inserted into an existing assembly pipeline. This modular design will foster the development of new assembly algorithms and allow the AMOS project to continually grow and improve in hopes of eventually becoming a widely accepted and deployed assembly infrastructure. In this sense, AMOS is both a design philosophy and a software system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Quick links:&lt;br /&gt;
* [[AMOS Getting Started]]&lt;br /&gt;
* [http://sourceforge.net/project/showfiles.php?group_id=134326 Download]&lt;br /&gt;
* [http://sourceforge.net/projects/amos SourceForge project page]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Announcements ==&lt;br /&gt;
&lt;br /&gt;
* November 10th, 2009 - New version of AMOS released!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
Additional documentation in development through the [[AMOS Documentation Project]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Assemblers ===&lt;br /&gt;
* [[ABBA]] - Assembly Boosted By Amino Acid Sequences&lt;br /&gt;
* [[AMOScmp]] - comparative assembler&lt;br /&gt;
* [[AMOScmp-shortReads]] - comparative assembler for short reads (Solexa,454)&lt;br /&gt;
* [[AMOScmp-shortReads-alignmentTrimmed]] - comparative assembler for short reads that uses alignment based trimming&lt;br /&gt;
* [[minimus]] - basic genome assembler for small datasets&lt;br /&gt;
* [[minimus2]] - basic genome assembler for two datasets; can also be used as an assembly merge pipeline&lt;br /&gt;
* [[minimo]] - the minimus assembler with many more options&lt;br /&gt;
&lt;br /&gt;
=== Validation and Visualization ===&lt;br /&gt;
* [[Hawkeye]] - assembly viewer&lt;br /&gt;
* [[amosvalidate]] - assembly forensics&lt;br /&gt;
* [[Benchmark]] - assembly benchmark data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Scaffolding ===&lt;br /&gt;
* [[Bambus]] - Open source standalone hierarchical scaffolding&lt;br /&gt;
* [[Bambus2]] - Scaffolding Polymorphic Genomes and Metagenomes&lt;br /&gt;
&lt;br /&gt;
=== Trimming, Overlapping, &amp;amp; Error Correction ===&lt;br /&gt;
* [[Figaro]] - statistical vector trimmer&lt;br /&gt;
* [[UMD Overlapper]] - High quality overlap computations&lt;br /&gt;
* [[KI Overlapper]] - Repeat aware overlapper&lt;br /&gt;
* [[AutoEditor]] - Automatic correction of genome sequencing errors&lt;br /&gt;
* [[FastqQC]] - Read composition and quality&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Utilities ===&lt;br /&gt;
* [[File conversion utilities]] - converting data to and from AMOS&lt;br /&gt;
* [[AMOS Utilities | AMOS Utilities]] - general utilities&lt;br /&gt;
* [[runAmos]] - Pipeline executor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== AMOS Development ===&lt;br /&gt;
* [[Programmer&amp;#039;s guide]] - Getting started with the Source code&lt;br /&gt;
* [[Infrastructure]] - Developer level details&lt;br /&gt;
* [[Wiki guide]] - Guide for editing the wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Assembly Tutorials ===&lt;br /&gt;
* [http://www.cbcb.umd.edu/research/assembly_primer.shtml Assembly primer] - overview of genome assembly.&lt;br /&gt;
* [http://www.cbcb.umd.edu/research/contig_representation.shtml Representing assemblies (not just in AMOS)]&lt;br /&gt;
* [http://wgs-assembler.sourceforge.net Running Celera Assembler]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Download == &lt;br /&gt;
The AMOS source if freely available for download from the File Release Section of our SourceForge project page. Please refer to the COPYING license included in the package for a description of the Artistic License, the same OSI certified open source license used by Perl and countless other packages. Not all of the above packages are included with the standard AMOS distribution, please see the homepage for the software you wish to download to verify that it is included with the AMOS source distribution.&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/project/showfiles.php?group_id=134326 Download from SourceForge]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Consortium members ==&lt;br /&gt;
&lt;br /&gt;
There have been numerous positive responses regarding the AMOS initiative, and we expect the list of involved organizations to grow significantly as the project matures. Please contact us if you want to join. The groups currently involved with the development of AMOS are listed below, along with their responsibilities and areas of expertise.&lt;br /&gt;
&lt;br /&gt;
* University of Maryland, Center for Bioinformatics and Computational Biology&lt;br /&gt;
** project organization and direction&lt;br /&gt;
** infrastructure&lt;br /&gt;
** consensus&lt;br /&gt;
** automated sequence editing&lt;br /&gt;
** scaffolding&lt;br /&gt;
** overlap detection&lt;br /&gt;
** contig construction&lt;br /&gt;
&lt;br /&gt;
* The Institute for Genomic Research&lt;br /&gt;
** production pipelines&lt;br /&gt;
** automated finishing tools&lt;br /&gt;
** error correction&lt;br /&gt;
&lt;br /&gt;
* Karolinska Institutet&lt;br /&gt;
** overlap detection&lt;br /&gt;
** error correction&lt;br /&gt;
&lt;br /&gt;
* Marine Biological Laboratory - Woods Hole&lt;br /&gt;
** graphical interface&lt;br /&gt;
** integration of assembly data with analysis (gene, polymorphism, etc.) information&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Join the consortium ==&lt;br /&gt;
&lt;br /&gt;
All interested parties are welcome to join or aid the AMOS consortium. Please address all correspondence via Email to:&lt;br /&gt;
&lt;br /&gt;
 amos-help (at) lists (dot) sourceforge (dot) net&lt;br /&gt;
&lt;br /&gt;
To receive information regarding new releases and developments, please subscribe to our moderated, low-traffic users&amp;#039; mailing list:&lt;br /&gt;
&lt;br /&gt;
 amos-users (at) lists (dot) sourceforge (dot) net&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bug reports and support ==&lt;br /&gt;
&lt;br /&gt;
For AMOS bug reports or support requests, please browse our SourceForge project page or Email us at:&lt;br /&gt;
&lt;br /&gt;
 amos-help (at) lists (dot) sourceforge (dot) net&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Acknowledgements ==&lt;br /&gt;
&lt;br /&gt;
The AMOS consortium would like to thank the following organizations for their funding and/or support:&lt;br /&gt;
* The National Institutes of Health - grants R01-LM06845, N01-AI-15447&lt;br /&gt;
* The National Science Foundation - grants IIS-9902923, IIS-9820497&lt;br /&gt;
* Department of Homeland Security - cooperative agreement W81XWH-05-2-0051&lt;br /&gt;
* SourceForge.net&lt;/div&gt;</summary>
		<author><name>Decaos</name></author>	</entry>

	</feed>