<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.umiacs.umd.edu/cbcb/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dsommer</id>
	<title>Cbcb - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.umiacs.umd.edu/cbcb/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dsommer"/>
	<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php/Special:Contributions/Dsommer"/>
	<updated>2026-04-12T19:22:00Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.7</generator>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Getting_Started_in_CBCB&amp;diff=8947</id>
		<title>Getting Started in CBCB</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Getting_Started_in_CBCB&amp;diff=8947"/>
		<updated>2013-04-30T15:13:14Z</updated>

		<summary type="html">&lt;p&gt;Dsommer: /* Getting Building Access and Room Keys */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Last update 4/29/13&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Media:CBCB_orientation.pdf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Getting Building Access and Room Keys==&lt;br /&gt;
&lt;br /&gt;
CBCB is located on the 3rd floor of The Biomolecular Sciences Building identified on campus maps as Building #296.  The building is secure and access is gained by either using your UM ID card, guest card or entering the 3-digit code of the person you to visit at the call box on the right side of the front door.&lt;br /&gt;
&lt;br /&gt;
Contact the Center Coordinator, Denise Cross, about gaining card access to the building.  She will need the following information:&lt;br /&gt;
*An notification email from your sponsor/adviser&lt;br /&gt;
*Your Name&lt;br /&gt;
*Your 9 Digit University ID number&lt;br /&gt;
*Your Contact email&lt;br /&gt;
&lt;br /&gt;
Along with your assigned space and phone numbers, the coordinator will send your information to UMIACS Coordinator Edna Walker who will contact campus security to add you into their system.  &#039;&#039;Note: clearance usually takes a number of days, so contact the coordinator as soon as possible.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you prefer not to send your information through email feel free to contact the coordinator in person.  &lt;br /&gt;
&lt;br /&gt;
You must get your key from the coordinator in person.&lt;br /&gt;
&lt;br /&gt;
Denise Cross&amp;lt;br&amp;gt;&lt;br /&gt;
Room 3121&amp;lt;br&amp;gt;&lt;br /&gt;
Biomolecular Sciences Bldg #296&amp;lt;br&amp;gt;&lt;br /&gt;
301.405.5936&amp;lt;br&amp;gt;&lt;br /&gt;
dcross[at]umd.edu&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Research In Progress Seminars==&lt;br /&gt;
&lt;br /&gt;
These seminars are held through the year.  For information go to [http://cbcb.umd.edu/node/18625 CBCB Research in Progress]&lt;br /&gt;
==Understanding the Layout of Available Resources==&lt;br /&gt;
When you first log into a server (eg. flicker01@umiacs.umd.edu), you will probably be placed in one of the following personalized directories:&lt;br /&gt;
*/fs/wrenhome/yourUserName/&lt;br /&gt;
*/nfshomes/yourUserName/&lt;br /&gt;
nfshomes has a limit on available disk space (in the double digit MBs) while wrenhomes allows you the more freedom. Therefore you should use wrenhomes for your personal work files, but should be very mindful of how much space you are using and how much free space remains. For large amounts of data, you should use one of the following (after first checking with your sponsor).&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For a list of our Disk Storage and amount of available space left on each one, see [http://wiki.umiacs.umd.edu/cbcb-private/index.php/Storage wiki.umiacs.umd.edu/cbcb-private/index.php/Storage]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Configuring Your Home Directory and Shell ==&lt;br /&gt;
&lt;br /&gt;
We import common settings files that set our path variables to include commonly shared software repositories.&lt;br /&gt;
&lt;br /&gt;
As a start, add the following line to the top of the file called &amp;quot;.bashrc&amp;quot; located in your home directory (/nfshomes/username/):&lt;br /&gt;
&lt;br /&gt;
 . /fs/sz-user-supported/share/dotfiles/bashrc.cbcb&lt;br /&gt;
&lt;br /&gt;
This will import the common bashrc.cbcb file into your own bashrc file every time you log in.&lt;br /&gt;
&lt;br /&gt;
Now add this line to your &amp;quot;.bash_profile&amp;quot; file, also located in your home directory:&lt;br /&gt;
&lt;br /&gt;
 . ~/.bashrc&lt;br /&gt;
&lt;br /&gt;
This will import your personal bashrc file every time you log in. Now you should have access to most of the locally installed software like &amp;quot;blastall&amp;quot; and &amp;quot;AMOS.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If you want to add any addition commands to your bashrc file, such as setting your default text editor to &amp;quot;vim&amp;quot; or formatting the output of bash commands (eg. &amp;quot;ls&amp;quot;), add the appropriate commands after the imported common files as shown in this example:&lt;br /&gt;
&lt;br /&gt;
 . /fs/sz-user-supported/share/dotfiles/bashrc.cbcb&lt;br /&gt;
 &lt;br /&gt;
 alias vi=&#039;vim&#039;&lt;br /&gt;
&lt;br /&gt;
 alias ls=&#039;ls --color&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you decide you want to change the settings in the common bashrc.cbcb to better suit your personal needs, then please copy and paste its contents into your personal bashrc file. &#039;&#039;&#039;Do not modify the common bashrc.cbcb file as it will affect everyone&#039;s environment.&#039;&#039;&#039; Also check back periodically as people may add common paths for new software.&lt;br /&gt;
&lt;br /&gt;
If you have any other problems, contact staff [at] umiacs.umd.edu or your PI. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
More resources can be found at [https://wiki.umiacs.umd.edu/umiacs/index.php/GettingStarted umiacs wiki]&lt;br /&gt;
== Printing ==&lt;br /&gt;
Go to the umiacs wiki to find [https://wiki.umiacs.umd.edu/umiacs/index.php/Printing system-specific guides for printing], and be sure to [https://wiki.umiacs.umd.edu/umiacs/index.php/PrinterQueueNaming add &#039;nb&#039; to the end of your print queue] to avoid wasting paper printing banners.&lt;br /&gt;
&lt;br /&gt;
== Using the Wiki ==&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet Wiki Formatting Cheatsheet]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Help:Configuration_settings Configuration settings list]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Help:FAQ MediaWiki FAQ]&lt;br /&gt;
* [http://mail.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;/div&gt;</summary>
		<author><name>Dsommer</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Getting_Started_in_CBCB&amp;diff=8946</id>
		<title>Getting Started in CBCB</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Getting_Started_in_CBCB&amp;diff=8946"/>
		<updated>2013-04-30T15:13:02Z</updated>

		<summary type="html">&lt;p&gt;Dsommer: /* Understanding the Layout of Available Resources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Last update 4/29/13&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Getting Building Access and Room Keys==&lt;br /&gt;
&lt;br /&gt;
CBCB is located on the 3rd floor of The Biomolecular Sciences Building identified on campus maps as Building #296.  The building is secure and access is gained by either using your UM ID card, guest card or entering the 3-digit code of the person you to visit at the call box on the right side of the front door.&lt;br /&gt;
&lt;br /&gt;
Contact the Center Coordinator, Denise Cross, about gaining card access to the building.  She will need the following information:&lt;br /&gt;
*An notification email from your sponsor/adviser&lt;br /&gt;
*Your Name&lt;br /&gt;
*Your 9 Digit University ID number&lt;br /&gt;
*Your Contact email&lt;br /&gt;
&lt;br /&gt;
Along with your assigned space and phone numbers, the coordinator will send your information to UMIACS Coordinator Edna Walker who will contact campus security to add you into their system.  &#039;&#039;Note: clearance usually takes a number of days, so contact the coordinator as soon as possible.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you prefer not to send your information through email feel free to contact the coordinator in person.  &lt;br /&gt;
&lt;br /&gt;
You must get your key from the coordinator in person.&lt;br /&gt;
&lt;br /&gt;
Denise Cross&amp;lt;br&amp;gt;&lt;br /&gt;
Room 3121&amp;lt;br&amp;gt;&lt;br /&gt;
Biomolecular Sciences Bldg #296&amp;lt;br&amp;gt;&lt;br /&gt;
301.405.5936&amp;lt;br&amp;gt;&lt;br /&gt;
dcross[at]umd.edu&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Research In Progress Seminars==&lt;br /&gt;
&lt;br /&gt;
These seminars are held through the year.  For information go to [http://cbcb.umd.edu/node/18625 CBCB Research in Progress]&lt;br /&gt;
==Understanding the Layout of Available Resources==&lt;br /&gt;
When you first log into a server (eg. flicker01@umiacs.umd.edu), you will probably be placed in one of the following personalized directories:&lt;br /&gt;
*/fs/wrenhome/yourUserName/&lt;br /&gt;
*/nfshomes/yourUserName/&lt;br /&gt;
nfshomes has a limit on available disk space (in the double digit MBs) while wrenhomes allows you the more freedom. Therefore you should use wrenhomes for your personal work files, but should be very mindful of how much space you are using and how much free space remains. For large amounts of data, you should use one of the following (after first checking with your sponsor).&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For a list of our Disk Storage and amount of available space left on each one, see [http://wiki.umiacs.umd.edu/cbcb-private/index.php/Storage wiki.umiacs.umd.edu/cbcb-private/index.php/Storage]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Configuring Your Home Directory and Shell ==&lt;br /&gt;
&lt;br /&gt;
We import common settings files that set our path variables to include commonly shared software repositories.&lt;br /&gt;
&lt;br /&gt;
As a start, add the following line to the top of the file called &amp;quot;.bashrc&amp;quot; located in your home directory (/nfshomes/username/):&lt;br /&gt;
&lt;br /&gt;
 . /fs/sz-user-supported/share/dotfiles/bashrc.cbcb&lt;br /&gt;
&lt;br /&gt;
This will import the common bashrc.cbcb file into your own bashrc file every time you log in.&lt;br /&gt;
&lt;br /&gt;
Now add this line to your &amp;quot;.bash_profile&amp;quot; file, also located in your home directory:&lt;br /&gt;
&lt;br /&gt;
 . ~/.bashrc&lt;br /&gt;
&lt;br /&gt;
This will import your personal bashrc file every time you log in. Now you should have access to most of the locally installed software like &amp;quot;blastall&amp;quot; and &amp;quot;AMOS.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If you want to add any addition commands to your bashrc file, such as setting your default text editor to &amp;quot;vim&amp;quot; or formatting the output of bash commands (eg. &amp;quot;ls&amp;quot;), add the appropriate commands after the imported common files as shown in this example:&lt;br /&gt;
&lt;br /&gt;
 . /fs/sz-user-supported/share/dotfiles/bashrc.cbcb&lt;br /&gt;
 &lt;br /&gt;
 alias vi=&#039;vim&#039;&lt;br /&gt;
&lt;br /&gt;
 alias ls=&#039;ls --color&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you decide you want to change the settings in the common bashrc.cbcb to better suit your personal needs, then please copy and paste its contents into your personal bashrc file. &#039;&#039;&#039;Do not modify the common bashrc.cbcb file as it will affect everyone&#039;s environment.&#039;&#039;&#039; Also check back periodically as people may add common paths for new software.&lt;br /&gt;
&lt;br /&gt;
If you have any other problems, contact staff [at] umiacs.umd.edu or your PI. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
More resources can be found at [https://wiki.umiacs.umd.edu/umiacs/index.php/GettingStarted umiacs wiki]&lt;br /&gt;
== Printing ==&lt;br /&gt;
Go to the umiacs wiki to find [https://wiki.umiacs.umd.edu/umiacs/index.php/Printing system-specific guides for printing], and be sure to [https://wiki.umiacs.umd.edu/umiacs/index.php/PrinterQueueNaming add &#039;nb&#039; to the end of your print queue] to avoid wasting paper printing banners.&lt;br /&gt;
&lt;br /&gt;
== Using the Wiki ==&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet Wiki Formatting Cheatsheet]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Help:Configuration_settings Configuration settings list]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Help:FAQ MediaWiki FAQ]&lt;br /&gt;
* [http://mail.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;/div&gt;</summary>
		<author><name>Dsommer</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Getting_Started_in_CBCB&amp;diff=8945</id>
		<title>Getting Started in CBCB</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Getting_Started_in_CBCB&amp;diff=8945"/>
		<updated>2013-04-30T15:12:34Z</updated>

		<summary type="html">&lt;p&gt;Dsommer: /* Understanding the Layout of Available Resources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Last update 4/29/13&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Getting Building Access and Room Keys==&lt;br /&gt;
&lt;br /&gt;
CBCB is located on the 3rd floor of The Biomolecular Sciences Building identified on campus maps as Building #296.  The building is secure and access is gained by either using your UM ID card, guest card or entering the 3-digit code of the person you to visit at the call box on the right side of the front door.&lt;br /&gt;
&lt;br /&gt;
Contact the Center Coordinator, Denise Cross, about gaining card access to the building.  She will need the following information:&lt;br /&gt;
*An notification email from your sponsor/adviser&lt;br /&gt;
*Your Name&lt;br /&gt;
*Your 9 Digit University ID number&lt;br /&gt;
*Your Contact email&lt;br /&gt;
&lt;br /&gt;
Along with your assigned space and phone numbers, the coordinator will send your information to UMIACS Coordinator Edna Walker who will contact campus security to add you into their system.  &#039;&#039;Note: clearance usually takes a number of days, so contact the coordinator as soon as possible.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you prefer not to send your information through email feel free to contact the coordinator in person.  &lt;br /&gt;
&lt;br /&gt;
You must get your key from the coordinator in person.&lt;br /&gt;
&lt;br /&gt;
Denise Cross&amp;lt;br&amp;gt;&lt;br /&gt;
Room 3121&amp;lt;br&amp;gt;&lt;br /&gt;
Biomolecular Sciences Bldg #296&amp;lt;br&amp;gt;&lt;br /&gt;
301.405.5936&amp;lt;br&amp;gt;&lt;br /&gt;
dcross[at]umd.edu&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Research In Progress Seminars==&lt;br /&gt;
&lt;br /&gt;
These seminars are held through the year.  For information go to [http://cbcb.umd.edu/node/18625 CBCB Research in Progress]&lt;br /&gt;
==Understanding the Layout of Available Resources==&lt;br /&gt;
When you first log into a server (eg. flicker01@umiacs.umd.edu), you will probably be placed in one of the following personalized directories:&lt;br /&gt;
*/fs/wrenhome/yourUserName/&lt;br /&gt;
*/nfshomes/yourUserName/&lt;br /&gt;
nfshomes has a limit on available disk space (in the double digit MBs) while wrenhomes allows you the more freedom. Therefore you should use wrenhomes for your personal work files, but should be very mindful of how much space you are using and how much free space remains. For large amounts of data, you should use one of the following (after first checking with your sponsor).&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For a list of our Disk Storage and amount of available space left on each one, see [http://wiki.umiacs.umd.edu/cbcb-private/index.php/Storage wiki.umiacs.umd.edu/cbcb-private/index.php/Storage]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Media:CBCB_orientation.pdf]]&lt;br /&gt;
&lt;br /&gt;
== Configuring Your Home Directory and Shell ==&lt;br /&gt;
&lt;br /&gt;
We import common settings files that set our path variables to include commonly shared software repositories.&lt;br /&gt;
&lt;br /&gt;
As a start, add the following line to the top of the file called &amp;quot;.bashrc&amp;quot; located in your home directory (/nfshomes/username/):&lt;br /&gt;
&lt;br /&gt;
 . /fs/sz-user-supported/share/dotfiles/bashrc.cbcb&lt;br /&gt;
&lt;br /&gt;
This will import the common bashrc.cbcb file into your own bashrc file every time you log in.&lt;br /&gt;
&lt;br /&gt;
Now add this line to your &amp;quot;.bash_profile&amp;quot; file, also located in your home directory:&lt;br /&gt;
&lt;br /&gt;
 . ~/.bashrc&lt;br /&gt;
&lt;br /&gt;
This will import your personal bashrc file every time you log in. Now you should have access to most of the locally installed software like &amp;quot;blastall&amp;quot; and &amp;quot;AMOS.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If you want to add any addition commands to your bashrc file, such as setting your default text editor to &amp;quot;vim&amp;quot; or formatting the output of bash commands (eg. &amp;quot;ls&amp;quot;), add the appropriate commands after the imported common files as shown in this example:&lt;br /&gt;
&lt;br /&gt;
 . /fs/sz-user-supported/share/dotfiles/bashrc.cbcb&lt;br /&gt;
 &lt;br /&gt;
 alias vi=&#039;vim&#039;&lt;br /&gt;
&lt;br /&gt;
 alias ls=&#039;ls --color&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you decide you want to change the settings in the common bashrc.cbcb to better suit your personal needs, then please copy and paste its contents into your personal bashrc file. &#039;&#039;&#039;Do not modify the common bashrc.cbcb file as it will affect everyone&#039;s environment.&#039;&#039;&#039; Also check back periodically as people may add common paths for new software.&lt;br /&gt;
&lt;br /&gt;
If you have any other problems, contact staff [at] umiacs.umd.edu or your PI. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
More resources can be found at [https://wiki.umiacs.umd.edu/umiacs/index.php/GettingStarted umiacs wiki]&lt;br /&gt;
== Printing ==&lt;br /&gt;
Go to the umiacs wiki to find [https://wiki.umiacs.umd.edu/umiacs/index.php/Printing system-specific guides for printing], and be sure to [https://wiki.umiacs.umd.edu/umiacs/index.php/PrinterQueueNaming add &#039;nb&#039; to the end of your print queue] to avoid wasting paper printing banners.&lt;br /&gt;
&lt;br /&gt;
== Using the Wiki ==&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet Wiki Formatting Cheatsheet]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Help:Configuration_settings Configuration settings list]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Help:FAQ MediaWiki FAQ]&lt;br /&gt;
* [http://mail.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;/div&gt;</summary>
		<author><name>Dsommer</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=File:CBCB_orientation.pdf&amp;diff=8944</id>
		<title>File:CBCB orientation.pdf</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=File:CBCB_orientation.pdf&amp;diff=8944"/>
		<updated>2013-04-30T15:11:05Z</updated>

		<summary type="html">&lt;p&gt;Dsommer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dsommer</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Communal_Software&amp;diff=8934</id>
		<title>Communal Software</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Communal_Software&amp;diff=8934"/>
		<updated>2012-08-03T13:04:08Z</updated>

		<summary type="html">&lt;p&gt;Dsommer: /* Planned Maintenance (Summer 2010) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
CBCB users do not have root access on their machines or the communal servers. Communal CBCB software is therefore typically installed in&lt;br /&gt;
 /fs/sz-user-supported/&lt;br /&gt;
There are two primary subdirectories which differ by architecture. For the most part, 32bit software is installed in&lt;br /&gt;
 /fs/sz-user-supported/Linux-i686/&lt;br /&gt;
while 64bit software is installed in&lt;br /&gt;
 /fs/sz-user-supported/Linux-x86_64/&lt;br /&gt;
The appropriate subdirectory is typically dynamically chosen by embedding&lt;br /&gt;
 /fs/sz-user-supported/`uname`-`uname -m`&lt;br /&gt;
in a user&#039;s path variables in their bashrc/tcshrc file.&lt;br /&gt;
&lt;br /&gt;
Installing software to these directories and updating a user&#039;s path can be tricky. For this reason, many users choose to maintain specialty software in personal directories.&lt;br /&gt;
&lt;br /&gt;
== Core Software ==&lt;br /&gt;
&lt;br /&gt;
The latest versions of the most frequently used CBCB software is installed under&lt;br /&gt;
  /fs/szdevel/core-cbcb-software/&lt;br /&gt;
and follows a directory structure similar to&lt;br /&gt;
  /fs/sz-user-supported/&lt;br /&gt;
The software is installed and maintained by the cbcb-staff group.&lt;br /&gt;
&lt;br /&gt;
Software list: &lt;br /&gt;
  &#039;&#039;&#039;Name                      version&#039;&#039;&#039;&lt;br /&gt;
  Bio::Perl &lt;br /&gt;
  Biopython&lt;br /&gt;
  Bowtie                    0.12.7&lt;br /&gt;
  Celera Assembler          6.1&lt;br /&gt;
  gcc                       4.5.1&lt;br /&gt;
  GMap,GSnap                2010-07-27&lt;br /&gt;
  Java (JRE only)           1.6.0_22&lt;br /&gt;
  NCBI blast&lt;br /&gt;
  Newbler                   2.5 &lt;br /&gt;
  R&lt;br /&gt;
  Samtools                  0.1.9&lt;br /&gt;
  SOAPdeNovo                1.04&lt;br /&gt;
  Velvet                    1.0.13&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Planned Maintenance (Summer 2012) ==&lt;br /&gt;
The Pop lab is currently planning to update much of the communal software installed in sz-user-supported over the Summer of 2012. So far this list includes:&lt;br /&gt;
* [http://sourceforge.net/apps/mediawiki/amos/index.php?title=AMOS AMOS] -- Already installed&lt;br /&gt;
* [http://www.ncbi.nlm.nih.gov/staff/tao/URLAPI/blastall/index.html blastall 2.2.23] -- May not be worth upgrading from 2.2.18. Will look at release notes.&lt;br /&gt;
* [http://hmmer.janelia.org/ HMMer3] -- Installed.&lt;br /&gt;
** [http://pfam.sanger.ac.uk/ Pfam 24.0]&lt;br /&gt;
* PERL -- May attempt to standardize default version across servers.&lt;br /&gt;
** [http://www.bioperl.org/wiki/Main_Page BioPERL]&lt;br /&gt;
* Python -- May attempt to standardize default version across servers.&lt;br /&gt;
** [http://biopython.org/wiki/Main_Page BioPython]&lt;br /&gt;
*** [http://numpy.scipy.org/ NumPy]&lt;br /&gt;
*** [http://www.reportlab.com/software/opensource/ ReportLab]&lt;br /&gt;
Please feel free to contact Ted Gibbons at tgibbons@umd.edu to make suggestions or express concerns about tampering with the communal software installations and the corresponding paths in the communal CBCB bashrc file.&lt;/div&gt;</summary>
		<author><name>Dsommer</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Communal_Software&amp;diff=8933</id>
		<title>Communal Software</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Communal_Software&amp;diff=8933"/>
		<updated>2012-08-03T13:03:45Z</updated>

		<summary type="html">&lt;p&gt;Dsommer: /* Carl&amp;#039;s World */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
CBCB users do not have root access on their machines or the communal servers. Communal CBCB software is therefore typically installed in&lt;br /&gt;
 /fs/sz-user-supported/&lt;br /&gt;
There are two primary subdirectories which differ by architecture. For the most part, 32bit software is installed in&lt;br /&gt;
 /fs/sz-user-supported/Linux-i686/&lt;br /&gt;
while 64bit software is installed in&lt;br /&gt;
 /fs/sz-user-supported/Linux-x86_64/&lt;br /&gt;
The appropriate subdirectory is typically dynamically chosen by embedding&lt;br /&gt;
 /fs/sz-user-supported/`uname`-`uname -m`&lt;br /&gt;
in a user&#039;s path variables in their bashrc/tcshrc file.&lt;br /&gt;
&lt;br /&gt;
Installing software to these directories and updating a user&#039;s path can be tricky. For this reason, many users choose to maintain specialty software in personal directories.&lt;br /&gt;
&lt;br /&gt;
== Core Software ==&lt;br /&gt;
&lt;br /&gt;
The latest versions of the most frequently used CBCB software is installed under&lt;br /&gt;
  /fs/szdevel/core-cbcb-software/&lt;br /&gt;
and follows a directory structure similar to&lt;br /&gt;
  /fs/sz-user-supported/&lt;br /&gt;
The software is installed and maintained by the cbcb-staff group.&lt;br /&gt;
&lt;br /&gt;
Software list: &lt;br /&gt;
  &#039;&#039;&#039;Name                      version&#039;&#039;&#039;&lt;br /&gt;
  Bio::Perl &lt;br /&gt;
  Biopython&lt;br /&gt;
  Bowtie                    0.12.7&lt;br /&gt;
  Celera Assembler          6.1&lt;br /&gt;
  gcc                       4.5.1&lt;br /&gt;
  GMap,GSnap                2010-07-27&lt;br /&gt;
  Java (JRE only)           1.6.0_22&lt;br /&gt;
  NCBI blast&lt;br /&gt;
  Newbler                   2.5 &lt;br /&gt;
  R&lt;br /&gt;
  Samtools                  0.1.9&lt;br /&gt;
  SOAPdeNovo                1.04&lt;br /&gt;
  Velvet                    1.0.13&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Planned Maintenance (Summer 2010) ==&lt;br /&gt;
The Pop lab is currently planning to update much of the communal software installed in sz-user-supported over the Summer of 2010. So far this list includes:&lt;br /&gt;
* [http://sourceforge.net/apps/mediawiki/amos/index.php?title=AMOS AMOS] -- Already installed&lt;br /&gt;
* [http://www.ncbi.nlm.nih.gov/staff/tao/URLAPI/blastall/index.html blastall 2.2.23] -- May not be worth upgrading from 2.2.18. Will look at release notes.&lt;br /&gt;
* [http://hmmer.janelia.org/ HMMer3] -- Installed.&lt;br /&gt;
** [http://pfam.sanger.ac.uk/ Pfam 24.0]&lt;br /&gt;
* PERL -- May attempt to standardize default version across servers.&lt;br /&gt;
** [http://www.bioperl.org/wiki/Main_Page BioPERL]&lt;br /&gt;
* Python -- May attempt to standardize default version across servers.&lt;br /&gt;
** [http://biopython.org/wiki/Main_Page BioPython]&lt;br /&gt;
*** [http://numpy.scipy.org/ NumPy]&lt;br /&gt;
*** [http://www.reportlab.com/software/opensource/ ReportLab]&lt;br /&gt;
Please feel free to contact Ted Gibbons at tgibbons@umd.edu to make suggestions or express concerns about tampering with the communal software installations and the corresponding paths in the communal CBCB bashrc file.&lt;/div&gt;</summary>
		<author><name>Dsommer</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=User:Dsommer&amp;diff=4834</id>
		<title>User:Dsommer</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=User:Dsommer&amp;diff=4834"/>
		<updated>2009-03-09T20:17:44Z</updated>

		<summary type="html">&lt;p&gt;Dsommer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
| height=&amp;quot;100%&amp;quot; |&lt;br /&gt;
{|&lt;br /&gt;
| height=&amp;quot;0%&amp;quot; |&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[#top [[Image:Amostop.gif]]]&amp;lt;br /&amp;gt;[http://www.cbcb.umd.edu [[Image:umd-logo.gif]]]&amp;lt;br /&amp;gt;[[Image:middle1.gif]]&amp;lt;br /&amp;gt;[http://www.tigr.org [[Image:tigr-logo.gif]]]&amp;lt;br /&amp;gt;[[Image:middle2.gif]]&amp;lt;br /&amp;gt;[http://cruzi.cgb.ki.se [[Image:ki-logo.gif]]]&amp;lt;br /&amp;gt;[[Image:middle1.gif]]&amp;lt;br /&amp;gt;[http://jbpc.mbl.edu/mcarthur [[Image:mbl-logo.gif]]]&amp;lt;br /&amp;gt;[[Image:middle2.gif]]&amp;lt;br /&amp;gt;[http://sourceforge.net [[Image:sflogo.php|125px|SourceForge.net Logo]]]&amp;lt;/center&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;border&amp;quot; height=&amp;quot;100%&amp;quot; | &amp;lt;br /&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
| style=&amp;quot;padding: 15px&amp;quot; width=&amp;quot;100%&amp;quot; |&lt;br /&gt;
&amp;lt;div class=&amp;quot;centered&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=AMOS: A Modular Open-Source Assembler=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==1. AMOS overview==&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 &#039;&#039;&#039;A&#039;&#039;&#039; &#039;&#039;&#039;M&#039;&#039;&#039;odular, &#039;&#039;&#039;O&#039;&#039;&#039;pen-&#039;&#039;&#039;S&#039;&#039;&#039;ource whole genome assembler. &#039;&#039;Open-source&#039;&#039; so that everyone is welcome to contribute and help build outstanding assembly tools, and &#039;&#039;modular&#039;&#039; 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.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[docs/tutorials/readme-first.html AMOS Getting Started]&lt;br /&gt;
&lt;br /&gt;
[docs/tutorials/programmers-guide.html Programmer&#039;s guide]&lt;br /&gt;
&lt;br /&gt;
[http://www.cbcb.umd.edu/research/AMOS-doc.html AMOS Documentation Project]&lt;br /&gt;
&lt;br /&gt;
Quick links:&lt;br /&gt;
&lt;br /&gt;
* [#download &amp;lt;big&amp;gt;&#039;&#039;&#039;Download&#039;&#039;&#039;&amp;lt;/big&amp;gt;]&lt;br /&gt;
* [http://sourceforge.net/projects/amos SourceForge project page]&lt;br /&gt;
* [#libamos API documentation]&lt;br /&gt;
* [#specifications File format specs]&lt;br /&gt;
* [recentcvs.html Recent CVS Activity]&lt;br /&gt;
&lt;br /&gt;
Module documentation:&lt;br /&gt;
&lt;br /&gt;
* [docs/converters File conversion utilities]&lt;br /&gt;
* [hawkeye Hawkeye] - assembly viewer&lt;br /&gt;
* [forensics amosvalidate] - assembly validation&lt;br /&gt;
* [docs/pipeline/minimus.html minimus] - basic genome assembler for small datasets&lt;br /&gt;
* [docs/pipeline/minimus2.html minimus2] - basic genome assembler for two datasets; can also be used as an assembly merge pipeline&lt;br /&gt;
* [docs/pipeline/AMOScmp.html AMOScmp] - comparative assembler&lt;br /&gt;
* [docs/pipeline/AMOScmp-shortReads.html AMOScmp-shortReads] - comparative assembler for short reads (Solexa,454)&lt;br /&gt;
* [docs/pipeline/AMOScmp-shortReads-alignmentTrimmed.html AMOScmp-shortReads-alignmentTrimmed] - comparative assembler for short reads that uses alignment based trimming&lt;br /&gt;
* Figaro - statistical vector trimmer&lt;br /&gt;
* [#libamos libAMOS ]- the API&lt;br /&gt;
* [#libalign libAlign]&lt;br /&gt;
* [#libslice libSlice]&lt;br /&gt;
* [#bambus Bambus]&lt;br /&gt;
* [#autoeditor AutoEditor]&lt;br /&gt;
&lt;br /&gt;
==2. Table of contents==&lt;br /&gt;
&lt;br /&gt;
# [#overview AMOS overview]&lt;br /&gt;
# [#toc Table of contents]&lt;br /&gt;
# [#collaborators Collaborators]&lt;br /&gt;
# [#acknowledgements Acknowledgements]&lt;br /&gt;
# [#infrastructure Infrastructure]&lt;br /&gt;
## [#libamos libAMOS API]&lt;br /&gt;
## [#specifications Specifications]&lt;br /&gt;
# [#modules Modules and projects]&lt;br /&gt;
## [#pipeline Assembly pipeline]&lt;br /&gt;
## [#overlap Overlap detection]&lt;br /&gt;
## [#contig Contig construction]&lt;br /&gt;
## [#consensus Consensus]&lt;br /&gt;
## [#scaffold Scaffolding]&lt;br /&gt;
## [#error Error correction]&lt;br /&gt;
## [#validation Validation]&lt;br /&gt;
## [#utilities Utilities]&lt;br /&gt;
# [#download Download]&lt;br /&gt;
# [#join Join the consortium]&lt;br /&gt;
# [#bugs Bug reports]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==3. 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. [#join 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;
* &#039;&#039;&#039;[http://www.cbcb.umd.edu University of Maryland, Center for Bioinformatics and Computational Biology]&#039;&#039;&#039;&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;
* &#039;&#039;&#039;[http://www.tigr.org The Institute for Genomic Research]&#039;&#039;&#039;&lt;br /&gt;
** production pipelines&lt;br /&gt;
** automated finishing tools&lt;br /&gt;
** error correction&lt;br /&gt;
* &#039;&#039;&#039;[http://cruzi.cgb.ki.se Karolinska Institutet]&#039;&#039;&#039;&lt;br /&gt;
** overlap detection&lt;br /&gt;
** error correction&lt;br /&gt;
* &#039;&#039;&#039;[http://jbpc.mbl.edu/mcarthur Marine Biological Laboratory - Woods Hole]&#039;&#039;&#039;&lt;br /&gt;
** graphical interface&lt;br /&gt;
** integration of assembly data with analysis (gene, polymorphism, etc.) information&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==4. 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;
&lt;br /&gt;
[http://www.nih.gov/ The National Institutes of Health] - grants R01-LM06845, N01-AI-15447&lt;br /&gt;
&lt;br /&gt;
[http://www.nsf.gov/ The National Science Foundation] - grants IIS-9902923, IIS-9820497&lt;br /&gt;
&lt;br /&gt;
[http://www.dhs.gov Department of Homeland Security] - cooperative agreement W81XWH-05-2-0051&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net SourceForge.net]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==5. Infrastructure==&lt;br /&gt;
&lt;br /&gt;
The principal benefit of the AMOS project is its modular design, but in order to facilitate many, isolated components, a robust infrastructure is desirable. In response to this need, TIGR has developed numerous C++ classes for the efficient storage of assembly data types. These assembly objects can be written to and read from a central data repository, allowing for separate modules to build on and improve existing assemblies in discrete steps. This allows an assembly pipeline to run its steps in any order, and for data snapshots to be preserved at any time. In order to convey the assembly data outside of the C++ classes, we have implemented an ASCII message format modeled on that used by Celera Assembler*. This message format will be the unifying standard for all external module communication, and allow for the data snapshots to be output in a concise, text format. The API (application programming interface) for the AMOS foundation classes and the specification for the AMOS message format can be found in the sections below.&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;A Whole-Genome Assembly of &#039;&#039;Drosophila&#039;&#039;.&amp;quot; Myers E, Sutton G, et. al., &#039;&#039;Science&#039;&#039;, 2000. 287(5461):2196-204.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===5.1. Application programming interface===&lt;br /&gt;
&lt;br /&gt;
The AMOS API describes the programming interface for all of the AMOS foundation classes. Currently these classes are implemented in C++, but could ported to other languages as long as the API was preserved. The implementation can be found in the latest distribution under the &amp;lt;code&amp;gt;src/AMOS&amp;lt;/code&amp;gt; project directory. These classes comprise the &amp;lt;code&amp;gt;libAMOS.a&amp;lt;/code&amp;gt; library. This library contains the tools necessary to handle and manipulate AMOS messages, data-banks and internal assembly data structures such as sequencing reads, contigs, scaffolds, etc. The C++ source code for libAMOS is freely available for download [#download here].&lt;br /&gt;
&lt;br /&gt;
[docs/api AMOS infrastructure API]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===5.2. Specifications===&lt;br /&gt;
&lt;br /&gt;
The AMOS file types and message formats are defined in various specification documents, which can be found by following the below link. These documents also provide information on how to use messages for module communication and general development procedure recommendations.&lt;br /&gt;
&lt;br /&gt;
[docs/specs AMOS specification documents]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==6. Modules and projects==&lt;br /&gt;
&lt;br /&gt;
The following sections list all modules currently in development and those modules that are already in production. Because AMOS is in a constant state of development, there is an ever expanding list of ongoing projects, and this section attempts to outline the basic function of each project along with its status and parent organization. Status descriptions are (in order of occurrence): &#039;&#039;&#039;planning&#039;&#039;&#039;, &#039;&#039;&#039;development&#039;&#039;&#039;, &#039;&#039;&#039;testing&#039;&#039;&#039;, &#039;&#039;&#039;production&#039;&#039;&#039; and &#039;&#039;&#039;antiquated&#039;&#039;&#039;. These status descriptions appear to the right of the module name. Clicking on a module name will redirect you to the project homepage (if applicable).&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===6.1. Assembly pipeline===&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
====[docs/pipeline/runAmos.html runAmos]====&lt;br /&gt;
| class=&amp;quot;right&amp;quot; | &amp;lt;code&amp;gt;STATUS: production&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;runAmos&amp;lt;/code&amp;gt; is the command executor for all of the AMOS pipelines.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
====[docs/pipeline/minimus.html minimus]====&lt;br /&gt;
| class=&amp;quot;right&amp;quot; | &amp;lt;code&amp;gt;STATUS: production&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;minimus&amp;lt;/code&amp;gt; is a lightweight assembly tool for performing small assembly tasks for which a the complexity of a full assembler is unnecessary. Some such tasks, commonly needed during genome finishing, include joining together two overlapping contigs, adding reads to an existing contig, and refining the multiple-alignment of the reads within a contig. We use a standard 3-step assembly process known as overlap-layout-consensus which is explained further on the minimus website. &amp;lt;code&amp;gt;minimus&amp;lt;/code&amp;gt; is freely available as part of the AMOS distribution which can be downloaded [#download here].&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 subdirectory&lt;br /&gt;
&lt;br /&gt;
Supported in part by [http://www.dhs.gov DHS] cooperative agreement W81XWH-05-2-0051.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
====[docs/pipeline/minimus2.html minimus2]====&lt;br /&gt;
| class=&amp;quot;right&amp;quot; | &amp;lt;code&amp;gt;STATUS: production&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;minimus2&amp;lt;/code&amp;gt; is modified version of the minimus pipeline designed for merging one or two sequence sets. &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
====[docs/pipeline/AMOScmp.html AMOScmp]====&lt;br /&gt;
| class=&amp;quot;right&amp;quot; | &amp;lt;code&amp;gt;STATUS: production&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;AMOScmp&amp;lt;/code&amp;gt; is a comparative assembly pipeline. With the rapid growth in the number of sequenced genomes has come an increase in the number of organisms for which two or more closely-related species have been sequenced. This has created the possibility of building a comparative genome assembly algorithm, which can assemble a newly sequenced genome by mapping it onto a reference genome. Methods are described in our paper (below) and on the AMOScmp website. The MUMmer whole genome alignment package is required for the mapping step of this pipeline, and is freely available from the [#mummer MUMmer homepage]. &amp;lt;code&amp;gt;AMOScmp&amp;lt;/code&amp;gt; is freely available as part of the AMOS distribution, which can be downloaded [#download here].&lt;br /&gt;
&lt;br /&gt;
=====Related publications=====&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Comparative Genome Assembly.&amp;quot; Pop M, Phillippy A, Delcher AL, Salzberg SL, &#039;&#039;Briefings in Bioinformatics&#039;&#039;, 2004. 5(3):237-48.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
====[docs/pipeline/AMOScmp-shortReads.html AMOScmp-shortReads]====&lt;br /&gt;
| class=&amp;quot;right&amp;quot; | &amp;lt;code&amp;gt;STATUS: production&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;AMOScmp-shortReads&amp;lt;/code&amp;gt; is a modified version of AMOScmp designed for assembling short reads. &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
====[docs/pipeline/AMOScmp-shortReads-alignmentTrimmed.html AMOScmp-shortReads-alignmentTrimmed]====&lt;br /&gt;
| class=&amp;quot;right&amp;quot; | &amp;lt;code&amp;gt;STATUS: production&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;AMOScmp-shortReads-alignmentTrimmed&amp;lt;/code&amp;gt; is a modified version of AMOScmp designed for alignment based trimming and assembling of short reads. &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===6.2. Overlap detection===&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
====UMD overlapper====&lt;br /&gt;
| class=&amp;quot;right&amp;quot; | &amp;lt;code&amp;gt;STATUS: testing&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;UMD overlapper&amp;lt;/code&amp;gt; is designed to reduce the number of overlaps produced by the assembler by reducing the number of repeat-induced overlaps. Furthermore the algorithm is greatly enhanced through the use of minimizers - a technique for reducing the number of k-mers considered in the initial phase of overlapping by an order of magnitude. Most assemblers use exact k-mer matches in order to identify reads that potentially overlap.&lt;br /&gt;
&lt;br /&gt;
=====Related publications=====&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;A preprocessor for shotgun assembly of large genomes.&amp;quot; Roberts M, Hunt BR, Yorke JA, Bolanos R, Delcher A, &#039;&#039;Journal of Computational Biology&#039;&#039;, 2004. 11(4):734-752&lt;br /&gt;
* &amp;quot;Reducing storage requirements for biological sequence comparison.&amp;quot; Roberts M, Hayes W, Hunt BR, Mount SM, Yorke JA. &#039;&#039;Bioinformatics&#039;&#039;, 2004, 20(18):3363-3369.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
====KI overlapper====&lt;br /&gt;
| class=&amp;quot;right&amp;quot; | &amp;lt;code&amp;gt;STATUS: testing&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;Karolinska Institutet overlapper&amp;lt;/code&amp;gt; is designed to handle the problems created by sequencing errors. Instead of exact k-mer matches - the approach used by most existing assemblers - the KI overlapper uses a q-gram based method to identify &amp;quot;near hits&amp;quot; - k-mers that differ at a small number of positions. This approach allows this overlapper to identify overlaps otherwise missed by other overlappers.&lt;br /&gt;
&lt;br /&gt;
=====Related publications=====&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Correcting errors in shotgun sequences.&amp;quot; Tammi MT, Arner E, Kindlund E, Andersson B, &#039;&#039;Nucleic Acids Research&#039;&#039;, 2003. 31(15):4663-72.&lt;br /&gt;
* &amp;quot;TRAP: Tandem Repeat Assembly Program produces improved shotgun assemblies of repetitive sequences.&amp;quot; Tammi MT, Arner E, Andersson B, &#039;&#039;Computational Methods Programs Biomed&#039;&#039;, 2003. 70(1):47-59.&lt;br /&gt;
* &amp;quot;Separation of nearly identical repeats in shotgun assemblies using defined nucleotide positions, DNPs.&amp;quot; Tammi MT, Arner E, Britton T, Andersson B, &#039;&#039;Bioinformatics&#039;&#039;, 2002. 18(3):379-88.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===6.3. Contig construction===&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
====UMD Contigger====&lt;br /&gt;
| class=&amp;quot;right&amp;quot; | &amp;lt;code&amp;gt;STATUS: development&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;UMD contigger&amp;lt;/code&amp;gt; uses the set of read overlaps generated during the overlap stage in order to identify unambiguous contigs - maximally consistent tilings of reads. These contigs represent stretches of the genome that can be unambiguously assembled and form a convenient backbone for further processing.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===6.4. Consensus===&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
====libSlice====&lt;br /&gt;
| class=&amp;quot;right&amp;quot; | &amp;lt;code&amp;gt;STATUS: production&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;libSlice&amp;lt;/code&amp;gt; is a C++ library that provides the user with a parametric implementation of the Churchill-Waterman algorithm for computing the consensus base from a column in a multiple alignment of reads. This task is an essential part of any consensus module. The implementation can be found in the latest distribution under the &amp;lt;code&amp;gt;src/Slice&amp;lt;/code&amp;gt; project directory. These C structs comprise the &amp;lt;code&amp;gt;libSlice.a&amp;lt;/code&amp;gt; library.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
====libAlign====&lt;br /&gt;
| class=&amp;quot;right&amp;quot; | &amp;lt;code&amp;gt;STATUS: production&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;libAlign&amp;lt;/code&amp;gt; is a robust multi-alignment library for consensus generation. It can efficiently handle large inputs and is able to identify and correctly align slightly misplaced and/or low-similarity reads in the input. The implementation can be found in the latest distribution under the &amp;lt;code&amp;gt;src/Align&amp;lt;/code&amp;gt; project directory. These classes comprise the &amp;lt;code&amp;gt;libAlign.a&amp;lt;/code&amp;gt; library and depend on the [#libslice libSlice] library.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===6.5. Scaffolding===&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
====[docs/bambus/ Bambus]====&lt;br /&gt;
| class=&amp;quot;right&amp;quot; | &amp;lt;code&amp;gt;STATUS: production&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;Bambus&amp;lt;/code&amp;gt; is the first general purpose scaffolder that is publicly 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;
=====Related publications=====&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Hierarchical scaffolding with Bambus.&amp;quot; Pop M, Kosack DS, Salzberg SL, &#039;&#039;Genome Research&#039;&#039;, 2004. 14(1):149-59.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===6.6. Error correction===&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
====[http://www.tigr.org/software/autoeditor/ AutoEditor]====&lt;br /&gt;
| class=&amp;quot;right&amp;quot; | &amp;lt;code&amp;gt;STATUS: production&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;AutoEditor&amp;lt;/code&amp;gt; is a tool developed at TIGR that combines the trace information with the tiling of reads within a contig in order to identify and correct sequencing errors. Note that unlike other methods for error correction, the Auto Editor will only modify a base if supporting evidence is found in the traces, thus greatly reducing the possibility of errors. In our tests the Auto Editor corrected up to 90% of the sequencing errors present in the data, leading to a corresponding reduction in the manual labor required during the finishing stages.&lt;br /&gt;
&lt;br /&gt;
=====Related publications=====&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Automated correction of genome sequence errors.&amp;quot; Gajer P, Schatz M, Salzberg SL, &#039;&#039;Nucleic Acids Research&#039;&#039;, 2004. 32(2):562-9.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
====UMD error corrector====&lt;br /&gt;
| class=&amp;quot;right&amp;quot; | &amp;lt;code&amp;gt;STATUS: testing&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In conjunction with the UMD overlapper, the &amp;lt;code&amp;gt;UMD error corrector&amp;lt;/code&amp;gt; identifies and corrects potential sequencing errors by detecting bases in a multiple alignment of reads that are supported by only one of the reads. The algorithm uses a heuristic rule called the 4-3 rule that examines overlapping sets of 4 reads at 3 positions in order to identify differences corresponding to distinct copies of a repeat.&lt;br /&gt;
&lt;br /&gt;
=====Related publications=====&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;A preprocessor for shotgun assembly of large genomes.&amp;quot; Roberts M, Hunt BR, Yorke JA, Bolanos R, Delcher A, &#039;&#039;Journal of Computational Biology&#039;&#039; (to appear)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
====KI error corrector====&lt;br /&gt;
| class=&amp;quot;right&amp;quot; | &amp;lt;code&amp;gt;STATUS: testing&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Sequencing errors in combination with repeated regions cause major problems in shotgun sequencing, mainly due to the failure of assembly programs to distinguish single base differences between repeat copies from erroneous base calls. The &amp;lt;code&amp;gt;Karolinska Institutet error corrector&amp;lt;/code&amp;gt; implements a new strategy to correct errors in shotgun sequence data using defined nucleotide positions, DNPs. The method distinguishes single base differences from sequencing errors by analyzing multiple alignments consisting of a read and all its overlaps with other reads. The construction of multiple alignments is performed using a novel pattern matching algorithm.&lt;br /&gt;
&lt;br /&gt;
=====Related publications=====&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Correcting errors in shotgun sequences.&amp;quot; Tammi MT, Arner E, Kindlund E, Andersson B, &#039;&#039;Nucleic Acids Research&#039;&#039;, 2003. 31(15):4663-72.&lt;br /&gt;
* &amp;quot;TRAP: Tandem Repeat Assembly Program produces improved shotgun assemblies of repetitive sequences.&amp;quot; Tammi MT, Arner E, Andersson B, &#039;&#039;Computational Methods Programs Biomed&#039;&#039;, 2003. 70(1):47-59.&lt;br /&gt;
* &amp;quot;Separation of nearly identical repeats in shotgun assemblies using defined nucleotide positions, DNPs.&amp;quot; Tammi MT, Arner E, Britton T, Andersson B, &#039;&#039;Bioinformatics&#039;&#039;, 2002. 18(3):379-88.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===6.7. Validation===&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
====[/forensics/ amosvalidate]====&lt;br /&gt;
| class=&amp;quot;right&amp;quot; | &amp;lt;code&amp;gt;STATUS: production&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;amosvalidate&amp;lt;/code&amp;gt; is a validation pipeline for genome assemblies. This pipeline includes a collection of methods for ascertaining the quality of an assembly, and examines multiple measures of assembly quality to pinpoint potential mis-assemblies. Validation techniques include mate-pair validation, repeat analysis, coverage analysis, identification of correlated read polymorphisms, and read alignment breakpoint analysis. Regions of the assembly exhibiting multiple signatures of mis-assembly are flagged as suspicious and output by amosvalidate for further examination.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
====[http://www.tigr.org/tdb/benchmark/ Benchmark]====&lt;br /&gt;
| class=&amp;quot;right&amp;quot; | &amp;lt;code&amp;gt;STATUS: production&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
TIGR has assembled a set of &amp;lt;code&amp;gt;benchmark&amp;lt;/code&amp;gt; assembly genomes. Each benchmark set comes with the sequence of the finished genome, random shotgun reads, closure reads, and ancillary library and insert information. Each sequence is categorized as matching or non-matching, based on its mapping to the finished genome. Sequences that match the finished genome at 90% identity for over 80% of their trimmed length (as aligned by [#mummer MUMmer]) are included in the matching set, while all other reads are grouped into the non-matching set. Ancillary information is presented in Trace Archive XML format. Please refer the the benchmark website for a more lengthy description and the actual data.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===6.8. [docs/utilities/ Utilities]===&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
====[docs/converters ASM File Converters]====&lt;br /&gt;
| class=&amp;quot;right&amp;quot; | &amp;lt;code&amp;gt;STATUS: development - production&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;ASM File converters&amp;lt;/code&amp;gt; are a collection of utilities for converting sequence and assembly data between the most widely used data formats as well as to and from the AMOS message format. Examples of the data handled by these utilities are: Trace Archive data and ancillary information, .ACE assembly format, TIGR Assembler input and output formats, Celera Assembler message format, and Arachne input and output formats.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
====[docs/utilities/amoslib.html amoslib]====&lt;br /&gt;
| class=&amp;quot;right&amp;quot; | &amp;lt;code&amp;gt;STATUS: production&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;amoslib&amp;lt;/code&amp;gt; is a PERL module for the handling of AMOS message files.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
====[http://www.tigr.org/software/mummer MUMmer]====&lt;br /&gt;
| class=&amp;quot;right&amp;quot; | &amp;lt;code&amp;gt;STATUS: production&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;MUMmer&amp;lt;/code&amp;gt; is a whole-genome alignment software suite developed and maintained by TIGR. It is extremely useful to mapping sequencing reads and assembly contigs to finished sequence. This can provide valuable information for assembly quality assessment and for comparative genomics.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
====[hawkeye Hawkeye]====&lt;br /&gt;
| class=&amp;quot;right&amp;quot; | &amp;lt;code&amp;gt;STATUS: production&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;Hawkeye&amp;lt;/code&amp;gt; serves as a visualization tool for AMOS assembly data. It works off of an AMOS data bank and produces an interactive display of the assembly data for quality assessment and assembly investigation. It was developed with the Qt GUI toolkit.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
==8. [http://sourceforge.net/project/showfiles.php?group_id=134326 Download]==&lt;br /&gt;
&lt;br /&gt;
The AMOS source if freely available for download from the [http://sourceforge.net/project/showfiles.php?group_id=134326 File Release Section] of our [http://sourceforge.net/projects/amos SourceForge project page]. Please refer to the COPYING license included in the package for a description of the [http://www.opensource.org/licenses/artistic-license.php Artistic License], the same [http://www.opensource.org/docs/definition.php 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.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==9. [http://sourceforge.net/projects/amos 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;
[http://lists.sourceforge.net/lists/listinfo/amos-help [[Image:amos-help.gif|amos-help(at)lists(dot)sourceforge(dot)net]]]&lt;br /&gt;
&lt;br /&gt;
To receive information regarding new releases and developments, please [http://lists.sourceforge.net/lists/listinfo/amos-users subscribe] to our moderated, low-traffic users&#039; mailing list:&lt;br /&gt;
&lt;br /&gt;
[http://lists.sourceforge.net/lists/listinfo/amos-users [[Image:amos-users.gif|271px|amos-users(at)lists(dot)sourceforge(dot)net]]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==10. [http://sourceforge.net/support/getsupport.php?group_id=134326 Bug reports and support]==&lt;br /&gt;
&lt;br /&gt;
For AMOS bug reports or support requests, please browse our [http://sourceforge.net/projects/amos SourceForge project page] or Email us at:&lt;br /&gt;
&lt;br /&gt;
[http://lists.sourceforge.net/lists/listinfo/amos-help [[Image:amos-help.gif|amos-help(at)lists(dot)sourceforge(dot)net]]]&amp;lt;br /&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Dsommer</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Pop-Lab:Dan-Report&amp;diff=4702</id>
		<title>Cbcb:Pop-Lab:Dan-Report</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Pop-Lab:Dan-Report&amp;diff=4702"/>
		<updated>2009-02-23T16:57:54Z</updated>

		<summary type="html">&lt;p&gt;Dsommer: /* Feb 23, 2009 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Feb 23, 2009 ==&lt;br /&gt;
*&#039;&#039;&#039;EST Read Annotation of the Coral Reef&#039;&#039;&#039;  &lt;br /&gt;
Performed a read analysis of EST sequences from soft corals. &lt;br /&gt;
The analysis followed the methods from the paper [http://aem.asm.org/cgi/content/abstract/AEM.02181-07v1 Metagenomics: Read length matters].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Short description of the method&#039;&#039;&#039;&lt;br /&gt;
* Homology detection by blasting(blastx) EST reads against NR database&lt;br /&gt;
* Use CDD Search to find conserved domains in detected proteins&lt;br /&gt;
* Blast proteins against COG database to map proteins to COGs and functional groups&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Diva: Comparative analysis tool&#039;&#039;&#039; &lt;br /&gt;
  Finishing the development of Google Gears version of the viewer.  Developed client side/javascript support of GFF relational database&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Grid Upgrade&#039;&#039;&#039; &lt;br /&gt;
  Transitioned RunCmd software packaged to Condor version 7. &lt;br /&gt;
  Worked with IT to upgrade grid to latest Redhat 64-bit OS.&lt;/div&gt;</summary>
		<author><name>Dsommer</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Pop-Lab:Dan-Report&amp;diff=4701</id>
		<title>Cbcb:Pop-Lab:Dan-Report</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Pop-Lab:Dan-Report&amp;diff=4701"/>
		<updated>2009-02-23T16:57:27Z</updated>

		<summary type="html">&lt;p&gt;Dsommer: /* Short description of the method */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Feb 23, 2009 ==&lt;br /&gt;
*&#039;&#039;&#039;EST Read Annotation of the Coral Reef&#039;&#039;&#039;  &lt;br /&gt;
Did a read analysis on EST sequences from soft corals. &lt;br /&gt;
The analysis followed the methods from the paper [http://aem.asm.org/cgi/content/abstract/AEM.02181-07v1 Metagenomics: Read length matters].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Short description of the method&#039;&#039;&#039;&lt;br /&gt;
* Homology detection by blasting(blastx) EST reads against NR database&lt;br /&gt;
* Use CDD Search to find conserved domains in detected proteins&lt;br /&gt;
* Blast proteins against COG database to map proteins to COGs and functional groups&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Diva: Comparative analysis tool&#039;&#039;&#039; &lt;br /&gt;
  Finishing the development of Google Gears version of the viewer.  Developed client side/javascript support of GFF relational database&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Grid Upgrade&#039;&#039;&#039; &lt;br /&gt;
  Transitioned RunCmd software packaged to Condor version 7. &lt;br /&gt;
  Worked with IT to upgrade grid to latest Redhat 64-bit OS.&lt;/div&gt;</summary>
		<author><name>Dsommer</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Pop-Lab:Dan-Report&amp;diff=4700</id>
		<title>Cbcb:Pop-Lab:Dan-Report</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Pop-Lab:Dan-Report&amp;diff=4700"/>
		<updated>2009-02-23T16:56:45Z</updated>

		<summary type="html">&lt;p&gt;Dsommer: /* Feb 23, 2009 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Feb 23, 2009 ==&lt;br /&gt;
*&#039;&#039;&#039;EST Read Annotation of the Coral Reef&#039;&#039;&#039;  &lt;br /&gt;
Did a read analysis on EST sequences from soft corals. &lt;br /&gt;
The analysis followed the methods from the paper [http://aem.asm.org/cgi/content/abstract/AEM.02181-07v1 Metagenomics: Read length matters].&lt;br /&gt;
&lt;br /&gt;
==Short description of the method==&lt;br /&gt;
* Homology detection by blasting(blastx) EST reads against NR database&lt;br /&gt;
* Use CDD Search to find conserved domains in detected proteins&lt;br /&gt;
* Blast proteins against COG database to map proteins to COGs and functional groups&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Diva: Comparative analysis tool&#039;&#039;&#039; &lt;br /&gt;
  Finishing the development of Google Gears version of the viewer.  Developed client side/javascript support of GFF relational database&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Grid Upgrade&#039;&#039;&#039; &lt;br /&gt;
  Transitioned RunCmd software packaged to Condor version 7. &lt;br /&gt;
  Worked with IT to upgrade grid to latest Redhat 64-bit OS.&lt;/div&gt;</summary>
		<author><name>Dsommer</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Pop-Lab:Dan-Report&amp;diff=4699</id>
		<title>Cbcb:Pop-Lab:Dan-Report</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Pop-Lab:Dan-Report&amp;diff=4699"/>
		<updated>2009-02-23T16:30:42Z</updated>

		<summary type="html">&lt;p&gt;Dsommer: /* Feb 23, 2009 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Feb 23, 2009 ==&lt;br /&gt;
*&#039;&#039;&#039;EST Read Annotation of the Coral Reef&#039;&#039;&#039; [http://aem.asm.org/cgi/content/abstract/AEM.02181-07v1 Metagenomics: Read length matters]  &lt;br /&gt;
*&#039;&#039;&#039;Diva: Comparative analysis tool&#039;&#039;&#039; (more will come)&lt;br /&gt;
*&#039;&#039;&#039;Short Read Assembly: Minimus-SR&#039;&#039;&#039; (more will come)&lt;/div&gt;</summary>
		<author><name>Dsommer</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Pop-Lab:Dan-Report&amp;diff=4697</id>
		<title>Cbcb:Pop-Lab:Dan-Report</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Pop-Lab:Dan-Report&amp;diff=4697"/>
		<updated>2009-02-23T16:21:09Z</updated>

		<summary type="html">&lt;p&gt;Dsommer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Feb 23, 2009 ==&lt;br /&gt;
*&#039;&#039;&#039;EST Read Annotation of the Coral Reef&#039;&#039;&#039; (more will come)   &lt;br /&gt;
*&#039;&#039;&#039;Antibiotic Resistance Genes in Metagenome.&#039;&#039;&#039; (more will come)&lt;br /&gt;
*&#039;&#039;&#039;Short Read Assembly: Minimus-SR&#039;&#039;&#039; (more will come)&lt;/div&gt;</summary>
		<author><name>Dsommer</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Pop-Lab&amp;diff=4696</id>
		<title>Cbcb:Pop-Lab</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Pop-Lab&amp;diff=4696"/>
		<updated>2009-02-23T16:16:57Z</updated>

		<summary type="html">&lt;p&gt;Dsommer: /* Progress Reports */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Important pages =&lt;br /&gt;
* Group members [[Cbcb:Pop-Lab:Members]] &lt;br /&gt;
* Blog: [http://genomes.blogspot.com Genomes.blogspot.com]&lt;br /&gt;
* How-tos: [[Cbcb:Pop-Lab:How-to]] - List of documentation on how to perform certain analyses, use different software, etc.&lt;br /&gt;
* Software developed by us: [[Cbcb:Pop-Lab:Software]]&lt;br /&gt;
* Metagenomics papers: [[Cbcb:Pop-Lab:Papers]]&lt;br /&gt;
&lt;br /&gt;
= Meetings/seminars =&lt;br /&gt;
* [[Pop_group_meeting|Group meeting]]: every Monday from 2:30pm in corner conference room (3120 C)&lt;br /&gt;
* [[seminars|CBCB seminar]]: Thursdays 2-3pm during the semester in main conference room&lt;br /&gt;
&lt;br /&gt;
= Progress Reports =&lt;br /&gt;
* [[Cbcb:Pop-Lab:Ben-Report|Ben]]&lt;br /&gt;
* [[Cbcb:Pop-Lab:Niranjan-Report|Niranjan]]&lt;br /&gt;
* [[Cbcb:Pop-Lab:Chris-Report|Chris]]&lt;br /&gt;
* [[Cbcb:Pop-Lab:James-Report|James]]&lt;br /&gt;
* [[Cbcb:Pop-Lab:Serge-Report|Serge]]&lt;br /&gt;
* [[Cbcb:Pop-Lab:Bo-Report|Bo]]&lt;br /&gt;
* [[Cbcb:Pop-Lab:Dan-Report|Dan]]&lt;br /&gt;
&lt;br /&gt;
= Pop Lab Presentations =&lt;br /&gt;
* [[Media:Xoo_Cripsr.odg|Xanthomonas Crispr Slides (openoffice format)]] &lt;br /&gt;
* Listeria Monocytogenes Slides (powerpoint)&lt;br /&gt;
* Metagenome pipelines overview [[Media:Pipeline_outline.pdf|Presentation(pdf)]]&lt;/div&gt;</summary>
		<author><name>Dsommer</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Pop_group_meeting&amp;diff=3670</id>
		<title>Pop group meeting</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Pop_group_meeting&amp;diff=3670"/>
		<updated>2008-10-20T16:54:45Z</updated>

		<summary type="html">&lt;p&gt;Dsommer: /* 10/13/2008 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= 09/29/2008 =&lt;br /&gt;
&lt;br /&gt;
# Benjamin Langmead [http://www.plosone.org/article/info:doi%2F10.1371%2Fjournal.pone.0003263 Metagenomic Analysis of Lysogeny in Tampa Bay: Implications for Prophage Gene Expression] (PLoS one)&lt;br /&gt;
# Bo Liu [http://genomebiology.com/2008/9/9/R139 Systematic bioinformatic analysis of expression levels of 17,330 human genes across 9,783 samples from 175 types of healthy and pathological tissues] (Genome Biology)&lt;br /&gt;
# Daniela Puiu [http://genome.cshlp.org/cgi/reprint/gr.080200.108v1 Sequencing of natural strains of Arabidopsis thaliana with short reads] (Genome Research)&lt;br /&gt;
# Dan Sommer [http://www.nature.com/nature/journal/v455/n7212/edsumm/e080925-04.html Metagenomics: questions to answer] (Nature)&lt;br /&gt;
# James Robert White [http://www.sciencedirect.com/science?_ob=ArticleURL&amp;amp;_udi=B6V73-4SHVST0-1&amp;amp;_user=961305&amp;amp;_rdoc=1&amp;amp;_fmt=&amp;amp;_orig=search&amp;amp;_sort=d&amp;amp;view=c&amp;amp;_version=1&amp;amp;_urlVersion=0&amp;amp;_userid=961305&amp;amp;md5=4115e7b8186a36db60f6b11a217a8798 Microbial population dynamics during aerobic sludge granulation at different organic loading rates] (ScienceDirect)&lt;br /&gt;
# Mohammad Reza Ghodsi [http://nar.oxfordjournals.org/cgi/content/short/36/16/5180 A comparison of random sequence reads versus 16S rDNA sequences for estimating the biodiversity of a metagenomic library] (NAR)&lt;br /&gt;
# Niranjan Nagarajan [http://www.nature.com/nature/journal/v455/n7212/edsumm/e080925-04.html Metagenomics: questions to answer] (Nature)&lt;br /&gt;
# Sergey Koren [http://www.biomedcentral.com/1471-2105/9/390 R/parallel - speeding up bioinformatics analysis with R] (BMC Bioinformatics)&lt;br /&gt;
# Theodore Gibbons [http://www.ncbi.nlm.nih.gov/pubmed/18711340 High-resolution metagenomics targets specific functional types in complex microbial communities] (Nature Biotechnology) &amp;lt;BR&amp;gt; [http://www.nature.com/nrmicro/journal/v6/n9/abs/nrmicro1935.html Molecular eco-systems biology: towards an understanding of community function] (Systems Microbiology)&lt;br /&gt;
&lt;br /&gt;
= 10/06/2008 =&lt;br /&gt;
# Bo Liu [http://www.pnas.org/content/105/39/15076.short The convergence of carbohydrate active gene repertoires in human gut microbes.] PNAS&lt;br /&gt;
# Daniela Puiu [http://bioinformatics.oxfordjournals.org/cgi/content/full/24/20/2395 SeqMap: mapping massive amount of oligonucleotides to the genome] Bioinformatics&lt;br /&gt;
# James Robert White [http://www.pnas.org/content/104/21/8918.full Artificial selection of simulated microbial ecosystems.] PNAS&lt;br /&gt;
# MohammadReza Ghodsi [http://aem.asm.org/cgi/content/abstract/74/5/1453 Metagenomics: Read Length Matters] Applied Environmental Microbiology&lt;br /&gt;
&lt;br /&gt;
= 10/13/2008 =&lt;br /&gt;
# Daniela Puiu (Daniel Sommer, same paper) [http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0003373 MetaSim—A Sequencing Simulator for Genomics and Metagenomics] PLoS ONE&lt;br /&gt;
    MetaSim software:&lt;br /&gt;
      Location:         /fs/sz-user-supported/common/packages/MetaSim/ &lt;br /&gt;
      Executable(Java): /fs/sz-user-supported/common/packages/MetaSim/metasim/MetaSim &lt;br /&gt;
      Database:         /fs/sz-user-supported/common/packages/MetaSim/database             # create a symlink to it from your working directory, otherwise you have to import it &lt;br /&gt;
    NCBI databases: [ftp://ftp.ncbi.nlm.nih.gov/genomes/Bacteria/all.fna.tar.gz Complete bacteria]; [ftp://ftp.ncbi.nlm.nih.gov/pub/taxonomy/gi_taxid_nucl.dmp.gz Taxonomy]&lt;br /&gt;
&lt;br /&gt;
# Bo Liu &amp;amp; James Robert White [http://www.sciencemag.org/cgi/content/full/322/5899/275 Environmental Genomics Reveals a Single-Species Ecosystem Deep Within Earth.] Science&lt;br /&gt;
# MohammadReza Ghodsi [http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=2557142 Probing Metagenomics by Rapid Cluster Analysis of Very Large Datasets] (PLoS one)&lt;br /&gt;
&lt;br /&gt;
= 10/20/2008 =&lt;br /&gt;
# Daniel Sommer [http://www.ncbi.nlm.nih.gov/pubmed/18927115?dopt=Abstract] NCBI Reference Sequences: current status, policy and new initiatives&lt;/div&gt;</summary>
		<author><name>Dsommer</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Pop_group_meeting&amp;diff=3669</id>
		<title>Pop group meeting</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Pop_group_meeting&amp;diff=3669"/>
		<updated>2008-10-20T16:52:11Z</updated>

		<summary type="html">&lt;p&gt;Dsommer: /* 10/13/2008 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= 09/29/2008 =&lt;br /&gt;
&lt;br /&gt;
# Benjamin Langmead [http://www.plosone.org/article/info:doi%2F10.1371%2Fjournal.pone.0003263 Metagenomic Analysis of Lysogeny in Tampa Bay: Implications for Prophage Gene Expression] (PLoS one)&lt;br /&gt;
# Bo Liu [http://genomebiology.com/2008/9/9/R139 Systematic bioinformatic analysis of expression levels of 17,330 human genes across 9,783 samples from 175 types of healthy and pathological tissues] (Genome Biology)&lt;br /&gt;
# Daniela Puiu [http://genome.cshlp.org/cgi/reprint/gr.080200.108v1 Sequencing of natural strains of Arabidopsis thaliana with short reads] (Genome Research)&lt;br /&gt;
# Dan Sommer [http://www.nature.com/nature/journal/v455/n7212/edsumm/e080925-04.html Metagenomics: questions to answer] (Nature)&lt;br /&gt;
# James Robert White [http://www.sciencedirect.com/science?_ob=ArticleURL&amp;amp;_udi=B6V73-4SHVST0-1&amp;amp;_user=961305&amp;amp;_rdoc=1&amp;amp;_fmt=&amp;amp;_orig=search&amp;amp;_sort=d&amp;amp;view=c&amp;amp;_version=1&amp;amp;_urlVersion=0&amp;amp;_userid=961305&amp;amp;md5=4115e7b8186a36db60f6b11a217a8798 Microbial population dynamics during aerobic sludge granulation at different organic loading rates] (ScienceDirect)&lt;br /&gt;
# Mohammad Reza Ghodsi [http://nar.oxfordjournals.org/cgi/content/short/36/16/5180 A comparison of random sequence reads versus 16S rDNA sequences for estimating the biodiversity of a metagenomic library] (NAR)&lt;br /&gt;
# Niranjan Nagarajan [http://www.nature.com/nature/journal/v455/n7212/edsumm/e080925-04.html Metagenomics: questions to answer] (Nature)&lt;br /&gt;
# Sergey Koren [http://www.biomedcentral.com/1471-2105/9/390 R/parallel - speeding up bioinformatics analysis with R] (BMC Bioinformatics)&lt;br /&gt;
# Theodore Gibbons [http://www.ncbi.nlm.nih.gov/pubmed/18711340 High-resolution metagenomics targets specific functional types in complex microbial communities] (Nature Biotechnology) &amp;lt;BR&amp;gt; [http://www.nature.com/nrmicro/journal/v6/n9/abs/nrmicro1935.html Molecular eco-systems biology: towards an understanding of community function] (Systems Microbiology)&lt;br /&gt;
&lt;br /&gt;
= 10/06/2008 =&lt;br /&gt;
# Bo Liu [http://www.pnas.org/content/105/39/15076.short The convergence of carbohydrate active gene repertoires in human gut microbes.] PNAS&lt;br /&gt;
# Daniela Puiu [http://bioinformatics.oxfordjournals.org/cgi/content/full/24/20/2395 SeqMap: mapping massive amount of oligonucleotides to the genome] Bioinformatics&lt;br /&gt;
# James Robert White [http://www.pnas.org/content/104/21/8918.full Artificial selection of simulated microbial ecosystems.] PNAS&lt;br /&gt;
# MohammadReza Ghodsi [http://aem.asm.org/cgi/content/abstract/74/5/1453 Metagenomics: Read Length Matters] Applied Environmental Microbiology&lt;br /&gt;
&lt;br /&gt;
= 10/13/2008 =&lt;br /&gt;
# Daniela Puiu (Daniel Sommer, same paper) [http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0003373 MetaSim—A Sequencing Simulator for Genomics and Metagenomics] PLoS ONE&lt;br /&gt;
    MetaSim software:&lt;br /&gt;
      Location:         /fs/sz-user-supported/common/packages/MetaSim/ &lt;br /&gt;
      Executable(Java): /fs/sz-user-supported/common/packages/MetaSim/metasim/MetaSim &lt;br /&gt;
      Database:         /fs/sz-user-supported/common/packages/MetaSim/database             # create a symlink to it from your working directory, otherwise you have to import it &lt;br /&gt;
    NCBI databases: [ftp://ftp.ncbi.nlm.nih.gov/genomes/Bacteria/all.fna.tar.gz Complete bacteria]; [ftp://ftp.ncbi.nlm.nih.gov/pub/taxonomy/gi_taxid_nucl.dmp.gz Taxonomy]&lt;br /&gt;
&lt;br /&gt;
# Bo Liu &amp;amp; James Robert White [http://www.sciencemag.org/cgi/content/full/322/5899/275 Environmental Genomics Reveals a Single-Species Ecosystem Deep Within Earth.] Science&lt;br /&gt;
# MohammadReza Ghodsi [http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=2557142 Probing Metagenomics by Rapid Cluster Analysis of Very Large Datasets] (PLoS one)&lt;/div&gt;</summary>
		<author><name>Dsommer</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Works-In-Progress&amp;diff=3136</id>
		<title>Cbcb:Works-In-Progress</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Works-In-Progress&amp;diff=3136"/>
		<updated>2008-07-29T18:28:41Z</updated>

		<summary type="html">&lt;p&gt;Dsommer: /* CBCB Works in Progress seminars */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== CBCB Works in Progress seminars ==&lt;br /&gt;
&#039;&#039;&#039;When:&#039;&#039;&#039; Mondays @ 1:30pm &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Where:&#039;&#039;&#039; Main CBCB conference room &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Schedule&#039;&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|6/9 || Mike Schatz || slides&lt;br /&gt;
|-&lt;br /&gt;
|6/16 || Cole Trapnell || slides&lt;br /&gt;
|-&lt;br /&gt;
|6/23 || Ben Langmead || slides&lt;br /&gt;
|-&lt;br /&gt;
|6/30 || Sam Huang || slides&lt;br /&gt;
|-&lt;br /&gt;
|7/14 || Adam Phillippy || slides&lt;br /&gt;
|-&lt;br /&gt;
|7/21 || Ginger Houston-Ludlam || slides&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|7/28 || Cancelled || slides&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|8/4 || Saket Navlakha || slides&lt;br /&gt;
|-&lt;br /&gt;
|8/11 || Sam Angiouoli || slides&lt;br /&gt;
|-&lt;br /&gt;
|8/18 || Bo Liu  || slides&lt;br /&gt;
|-&lt;br /&gt;
|8/25 || Gustavo Cerqueira || slides&lt;br /&gt;
|-&lt;br /&gt;
|9/8 || Niranjan Nagarajan || slides&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Dsommer</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Works-In-Progress&amp;diff=3135</id>
		<title>Cbcb:Works-In-Progress</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Works-In-Progress&amp;diff=3135"/>
		<updated>2008-07-28T11:52:38Z</updated>

		<summary type="html">&lt;p&gt;Dsommer: /* CBCB Works in Progress seminars */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== CBCB Works in Progress seminars ==&lt;br /&gt;
&#039;&#039;&#039;When:&#039;&#039;&#039; Mondays @ 1:30pm &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Where:&#039;&#039;&#039; Main CBCB conference room &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Schedule&#039;&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|6/9 || Mike Schatz || slides&lt;br /&gt;
|-&lt;br /&gt;
|6/16 || Cole Trapnell || slides&lt;br /&gt;
|-&lt;br /&gt;
|6/23 || Ben Langmead || slides&lt;br /&gt;
|-&lt;br /&gt;
|6/30 || Sam Huang || slides&lt;br /&gt;
|-&lt;br /&gt;
|7/14 || Adam Phillippy || slides&lt;br /&gt;
|-&lt;br /&gt;
|7/21 || Ginger Houston-Ludlam || slides&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|7/28 || Cancelled || slides&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|8/4 || Saket Navlakha || slides&lt;br /&gt;
|-&lt;br /&gt;
|8/11 || Sam Angiouoli || slides&lt;br /&gt;
|-&lt;br /&gt;
|8/18 || Daniel Sommer || slides&lt;br /&gt;
|-&lt;br /&gt;
|8/25 || Gustavo Cerqueira || slides&lt;br /&gt;
|-&lt;br /&gt;
|9/8 || Niranjan Nagarajan || slides&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Dsommer</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Works-In-Progress&amp;diff=3134</id>
		<title>Cbcb:Works-In-Progress</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Works-In-Progress&amp;diff=3134"/>
		<updated>2008-07-28T11:46:25Z</updated>

		<summary type="html">&lt;p&gt;Dsommer: /* CBCB Works in Progress seminars */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== CBCB Works in Progress seminars ==&lt;br /&gt;
&#039;&#039;&#039;When:&#039;&#039;&#039; Mondays @ 1:30pm &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Where:&#039;&#039;&#039; Main CBCB conference room &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Schedule&#039;&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|6/9 || Mike Schatz || slides&lt;br /&gt;
|-&lt;br /&gt;
|6/16 || Cole Trapnell || slides&lt;br /&gt;
|-&lt;br /&gt;
|6/23 || Ben Langmead || slides&lt;br /&gt;
|-&lt;br /&gt;
|6/30 || Sam Huang || slides&lt;br /&gt;
|-&lt;br /&gt;
|7/14 || Adam Phillippy || slides&lt;br /&gt;
|-&lt;br /&gt;
|7/21 || Ginger Houston-Ludlam || slides&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|7/28 || Cancelled || slides&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|8/4 || Saket Navlakha || slides&lt;br /&gt;
|-&lt;br /&gt;
|8/11 || Sam Angiouoli || slides&lt;br /&gt;
|-&lt;br /&gt;
|8/18 || Bo Liu || slides&lt;br /&gt;
|-&lt;br /&gt;
|8/25 || Gustavo Cerqueira || slides&lt;br /&gt;
|-&lt;br /&gt;
|9/8 || Niranjan Nagarajan || slides&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Dsommer</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Works-In-Progress&amp;diff=3133</id>
		<title>Cbcb:Works-In-Progress</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Works-In-Progress&amp;diff=3133"/>
		<updated>2008-07-28T08:55:02Z</updated>

		<summary type="html">&lt;p&gt;Dsommer: /* CBCB Works in Progress seminars */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== CBCB Works in Progress seminars ==&lt;br /&gt;
&#039;&#039;&#039;When:&#039;&#039;&#039; Mondays @ 1:30pm &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Where:&#039;&#039;&#039; Main CBCB conference room &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Schedule&#039;&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|6/9 || Mike Schatz || slides&lt;br /&gt;
|-&lt;br /&gt;
|6/16 || Cole Trapnell || slides&lt;br /&gt;
|-&lt;br /&gt;
|6/23 || Ben Langmead || slides&lt;br /&gt;
|-&lt;br /&gt;
|6/30 || Sam Huang || slides&lt;br /&gt;
|-&lt;br /&gt;
|7/14 || Adam Phillippy || slides&lt;br /&gt;
|-&lt;br /&gt;
|7/21 || Ginger Houston-Ludlam || slides&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|8/4 || Saket Navlakha || slides&lt;br /&gt;
|-&lt;br /&gt;
|8/11 || Sam Angiouoli || slides&lt;br /&gt;
|-&lt;br /&gt;
|8/18 || Bo Liu || slides&lt;br /&gt;
|-&lt;br /&gt;
|8/25 || Gustavo Cerqueira || slides&lt;br /&gt;
|-&lt;br /&gt;
|9/8 || Niranjan Nagarajan || slides&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Dsommer</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Works-In-Progress&amp;diff=3048</id>
		<title>Cbcb:Works-In-Progress</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Works-In-Progress&amp;diff=3048"/>
		<updated>2008-06-25T17:49:46Z</updated>

		<summary type="html">&lt;p&gt;Dsommer: /* CBCB Works in Progress seminars */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== CBCB Works in Progress seminars ==&lt;br /&gt;
&#039;&#039;&#039;When:&#039;&#039;&#039; Mondays @ 1:30pm &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Where:&#039;&#039;&#039; Main CBCB conference room &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Schedule&#039;&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|6/9 || Mike Schatz || slides&lt;br /&gt;
|-&lt;br /&gt;
|6/16 || Cole Trapnell || slides&lt;br /&gt;
|-&lt;br /&gt;
|6/23 || Ben Langmead || slides&lt;br /&gt;
|-&lt;br /&gt;
|6/30 || Sam Huang || slides&lt;br /&gt;
|-&lt;br /&gt;
|7/14 || Adam Phillippy || slides&lt;br /&gt;
|-&lt;br /&gt;
|7/21 || Ginger Houston-Ludlam || slides&lt;br /&gt;
|-&lt;br /&gt;
|7/28 || Daniel Sommer || slides&lt;br /&gt;
|-&lt;br /&gt;
|8/4 || Saket Navlakha || slides&lt;br /&gt;
|-&lt;br /&gt;
|8/11 || Sam Angiouoli || slides&lt;br /&gt;
|-&lt;br /&gt;
|8/18 || Bo Liu || slides&lt;br /&gt;
|-&lt;br /&gt;
|8/25 || Gustavo Cerqueira || slides&lt;br /&gt;
|-&lt;br /&gt;
|8/ || Niranjan Nagarajan || slides&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Dsommer</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Pop-Lab&amp;diff=2889</id>
		<title>Cbcb:Pop-Lab</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Pop-Lab&amp;diff=2889"/>
		<updated>2008-06-11T17:39:05Z</updated>

		<summary type="html">&lt;p&gt;Dsommer: /* Pop Lab Presentations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Important pages ==&lt;br /&gt;
Group members [[Cbcb:Pop-Lab:Members]] &amp;lt;br&amp;gt;&lt;br /&gt;
Blog: [http://genomes.blogspot.com Genomes.blogspot.com] &amp;lt;br&amp;gt;&lt;br /&gt;
How-tos: [[Cbcb:Pop-Lab:How-to]] - List of documentation on how to perform certain analyses, use different software, etc. &amp;lt;br&amp;gt;&lt;br /&gt;
Software developed by us: [[Cbcb:Pop-Lab:Software]]&lt;br /&gt;
&lt;br /&gt;
== Meetings/seminars ==&lt;br /&gt;
&#039;&#039;&#039;Group meeting&#039;&#039;&#039;: *every* Thursday 3-4pm in corner conference room (3120 C) &amp;lt;BR&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;CBCB works-in-progress seminar&#039;&#039;&#039;: Mondays 1:30-2:30pm during the summer in main conference room &amp;lt;BR&amp;gt;&lt;br /&gt;
[http://www.cbcb.umd.edu/seminars &#039;&#039;&#039;CBCB seminar&#039;&#039;&#039;]: Thursdays 2-3pm during the semester in main conference room &amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Pop Lab Presentations ==&lt;br /&gt;
Xanthomonas Crispr Slides (openoffice format) &lt;br /&gt;
[[download:Xoo_Cripsr.odg]]&lt;br /&gt;
&lt;br /&gt;
Listeria Monocytogenes Slides (powerpoint)&lt;br /&gt;
[[Slides]]&lt;/div&gt;</summary>
		<author><name>Dsommer</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Pop-Lab&amp;diff=2813</id>
		<title>Cbcb:Pop-Lab</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Pop-Lab&amp;diff=2813"/>
		<updated>2008-06-06T16:43:36Z</updated>

		<summary type="html">&lt;p&gt;Dsommer: /* Pop Lab Presentations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Meetings/seminars ==&lt;br /&gt;
&#039;&#039;&#039;Group meeting&#039;&#039;&#039;: *every* Thursday 3-4pm in corner conference room (3120 C) &amp;lt;BR&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;CBCB works-in-progress seminar&#039;&#039;&#039;: Mondays 1:30-2:30pm during the summer in main conference room &amp;lt;BR&amp;gt;&lt;br /&gt;
[http://www.cbcb.umd.edu/seminars &#039;&#039;&#039;CBCB seminar&#039;&#039;&#039;]: Thursdays 2-3pm during the semester in main conference room &amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Pop Lab Presentations ==&lt;br /&gt;
Xanthomonas Crispr Slides (openoffice format) &lt;br /&gt;
[[Media:Xoo_Cripsr.odg]]&lt;br /&gt;
&lt;br /&gt;
Listeria Monocytogenes Slides (powerpoint)&lt;br /&gt;
[[Slides]]&lt;/div&gt;</summary>
		<author><name>Dsommer</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Pop-Lab&amp;diff=2812</id>
		<title>Cbcb:Pop-Lab</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Pop-Lab&amp;diff=2812"/>
		<updated>2008-06-06T16:40:02Z</updated>

		<summary type="html">&lt;p&gt;Dsommer: /* Pop Lab Presentations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Meetings/seminars ==&lt;br /&gt;
&#039;&#039;&#039;Group meeting&#039;&#039;&#039;: *every* Thursday 3-4pm in corner conference room (3120 C) &amp;lt;BR&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;CBCB works-in-progress seminar&#039;&#039;&#039;: Mondays 1:30-2:30pm during the summer in main conference room &amp;lt;BR&amp;gt;&lt;br /&gt;
[http://www.cbcb.umd.edu/seminars &#039;&#039;&#039;CBCB seminar&#039;&#039;&#039;]: Thursdays 2-3pm during the semester in main conference room &amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Pop Lab Presentations ==&lt;br /&gt;
Xanthomonas Crispr Slides (openoffice format) [[Media:Xoo_Cripsr.odg]]&lt;/div&gt;</summary>
		<author><name>Dsommer</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=File:Xoo_Cripsr.odg&amp;diff=2811</id>
		<title>File:Xoo Cripsr.odg</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=File:Xoo_Cripsr.odg&amp;diff=2811"/>
		<updated>2008-06-06T16:34:43Z</updated>

		<summary type="html">&lt;p&gt;Dsommer: Slides on the crispr analysis of Xanthomonas&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Slides on the crispr analysis of Xanthomonas&lt;/div&gt;</summary>
		<author><name>Dsommer</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Pop-Lab&amp;diff=2810</id>
		<title>Cbcb:Pop-Lab</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Pop-Lab&amp;diff=2810"/>
		<updated>2008-06-06T16:34:13Z</updated>

		<summary type="html">&lt;p&gt;Dsommer: /* Pop Lab Presentations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Meetings/seminars ==&lt;br /&gt;
&#039;&#039;&#039;Group meeting&#039;&#039;&#039;: *every* Thursday 3-4pm in corner conference room (3120 C) &amp;lt;BR&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;CBCB works-in-progress seminar&#039;&#039;&#039;: Mondays 1:30-2:30pm during the summer in main conference room &amp;lt;BR&amp;gt;&lt;br /&gt;
[http://www.cbcb.umd.edu/seminars &#039;&#039;&#039;CBCB seminar&#039;&#039;&#039;]: Thursdays 2-3pm during the semester in main conference room &amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Pop Lab Presentations ==&lt;br /&gt;
[[Media:Xoo_Cripsr.odg]]&lt;/div&gt;</summary>
		<author><name>Dsommer</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=File:Xoo_crispr.odg&amp;diff=2809</id>
		<title>File:Xoo crispr.odg</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=File:Xoo_crispr.odg&amp;diff=2809"/>
		<updated>2008-06-06T16:33:26Z</updated>

		<summary type="html">&lt;p&gt;Dsommer: Slides on the crisprs in Xanthomonas&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Slides on the crisprs in Xanthomonas&lt;/div&gt;</summary>
		<author><name>Dsommer</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Pop-Lab&amp;diff=2771</id>
		<title>Cbcb:Pop-Lab</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Pop-Lab&amp;diff=2771"/>
		<updated>2008-05-28T18:21:24Z</updated>

		<summary type="html">&lt;p&gt;Dsommer: /* Pop Lab Homepage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Pop Lab Presentations ==&lt;/div&gt;</summary>
		<author><name>Dsommer</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Pop-Lab&amp;diff=2770</id>
		<title>Cbcb:Pop-Lab</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Pop-Lab&amp;diff=2770"/>
		<updated>2008-05-28T18:17:21Z</updated>

		<summary type="html">&lt;p&gt;Dsommer: Pop-Lab Homepage&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Pop-Lab Presentations ==&lt;/div&gt;</summary>
		<author><name>Dsommer</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Pop-Lab&amp;diff=2769</id>
		<title>Cbcb:Pop-Lab</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Pop-Lab&amp;diff=2769"/>
		<updated>2008-05-28T18:16:24Z</updated>

		<summary type="html">&lt;p&gt;Dsommer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Pop-Lab Presentations ==&lt;/div&gt;</summary>
		<author><name>Dsommer</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Main_Page&amp;diff=2768</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Main_Page&amp;diff=2768"/>
		<updated>2008-05-28T18:15:51Z</updated>

		<summary type="html">&lt;p&gt;Dsommer: /* Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== People ==&lt;br /&gt;
 &lt;br /&gt;
* [[User:pknut777|Adam Lee Bazinet]] &lt;br /&gt;
* [[User:amp|Adam M Phillipy]] &lt;br /&gt;
* [[User:adelcher|Arthur L. Delcher]] &lt;br /&gt;
* [[User:carlk|Carl Kinsford]]  &lt;br /&gt;
* [[User:dpuiu|Daniela Puiu]] &lt;br /&gt;
* [[User:dsommer|Dan Sommer]] &lt;br /&gt;
* [[User:gpertea|Geo Pertea]] &lt;br /&gt;
* [[User:jeallen|Jonathan Edward All]] &lt;br /&gt;
* [[User:ayanbule|Kunmi Ayanbule]] &lt;br /&gt;
* [[User:conte|Matthew Conte]] &lt;br /&gt;
* [[User:mschatz|Michael Schatz]] &lt;br /&gt;
* [[User:mpertea|Mihaela Pertea]] &lt;br /&gt;
* [[User:mpop|Mihai Pop]] &lt;br /&gt;
* [[User:nelsayed|Najib El-Sayed]] &lt;br /&gt;
* [[User:nedwards|Nathan Edwards]] &lt;br /&gt;
* [[User:angiuoli|Samuel V Angluoli]] &lt;br /&gt;
* [[User:salzberg|Steven Salzberg]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
* [[Project:Pop-Lab|Pop-Lab]]&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Help:Configuration_settings Configuration settings list]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Help:FAQ MediaWiki FAQ]&lt;br /&gt;
* [http://mail.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;/div&gt;</summary>
		<author><name>Dsommer</name></author>
	</entry>
</feed>