<?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=Blewis</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=Blewis"/>
	<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php/Special:Contributions/Blewis"/>
	<updated>2026-04-12T19:03:42Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.7</generator>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=File:CBCB-quick-guide.pdf&amp;diff=9067</id>
		<title>File:CBCB-quick-guide.pdf</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=File:CBCB-quick-guide.pdf&amp;diff=9067"/>
		<updated>2022-02-25T14:34:31Z</updated>

		<summary type="html">&lt;p&gt;Blewis: Blewis uploaded a new version of File:CBCB-quick-guide.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Blewis</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Getting_Started_in_CBCB&amp;diff=9066</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=9066"/>
		<updated>2022-02-25T14:32:46Z</updated>

		<summary type="html">&lt;p&gt;Blewis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You may want to review the following:&lt;br /&gt;
&lt;br /&gt;
[[Media:CBCB-quick-guide.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 Brendan Iribe Center identified on campus maps as Building #432.&lt;br /&gt;
&lt;br /&gt;
Contact the Center Coordinator, Barbara Lewis, about gaining card access to the building.  She will need the following information:&lt;br /&gt;
*A 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;
Barbara Lewis&amp;lt;br&amp;gt;&lt;br /&gt;
Room 3234&amp;lt;br&amp;gt;&lt;br /&gt;
Brendan Iribe Center&amp;lt;br&amp;gt;&lt;br /&gt;
301.405.5936&amp;lt;br&amp;gt;&lt;br /&gt;
blewis12[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 throughout the year.  For information go to [https://cbcb.umd.edu/research-in-progress CBCB Research in Progress]&lt;br /&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;
&amp;lt;p style=&amp;quot;color: #e70000; font-weight: bold; font-size: medium;&amp;quot;&amp;gt;WARNING: &amp;lt;code&amp;gt;/fs/sz-user-supported/&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;/cbcb/software&amp;lt;/code&amp;gt; has been deprecated as of March 2015. Please move towards using Red Hat 7 machines and [[CBCB Software Modules]]. &amp;lt;/p&amp;gt;&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;
&lt;br /&gt;
== CBCB Software Modules ==&lt;br /&gt;
To use CBCB Software Modules, see [[CBCB Software Modules]]&lt;br /&gt;
&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;br /&gt;
&lt;br /&gt;
== When You Travel ==&lt;br /&gt;
&lt;br /&gt;
* See: https://businessoffice.umiacs.umd.edu/travel for travel guidelines. &lt;br /&gt;
* Get travel pre-approved by PI and determine funding source.&lt;br /&gt;
* Read and fill out a Travel Request Form at: https://businessoffice.umiacs.umd.edu/form/travel. Once completed, submit. &lt;br /&gt;
  A copy will be sent directly to the Center coordinator. A Travel Request must be completed before every trip per University policy.&lt;br /&gt;
* See the Miscellaneous Expenses section of http://www.dbs.umd.edu/travel/policy/umtravel/trav_guide.php for allowable and unallowable miscellaneous expenses for reimbursement&lt;br /&gt;
* Keep all original receipts and give to Barbara for reimbursement after the trip has been completed.&lt;br /&gt;
* Confirmation emails aren’t acceptable. If paying online with your own credit card, then Barbara will  need the electronic receipt. and a copy of the credit card transactions showing the expense.&lt;br /&gt;
* Barbara will need the amount, date, and description for reimbursable expenses.&lt;/div&gt;</summary>
		<author><name>Blewis</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Getting_Started_in_CBCB&amp;diff=9065</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=9065"/>
		<updated>2022-02-25T14:31:49Z</updated>

		<summary type="html">&lt;p&gt;Blewis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You may want to review the following:&lt;br /&gt;
&lt;br /&gt;
[[Media:CBCB-quick-guide.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 Brendan Iribe Center identified on campus maps as Building #432.&lt;br /&gt;
&lt;br /&gt;
Contact the Center Coordinator, Barbara Lewis, about gaining card access to the building.  She will need the following information:&lt;br /&gt;
*A 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;
Barbara Lewis&amp;lt;br&amp;gt;&lt;br /&gt;
Room 3234&amp;lt;br&amp;gt;&lt;br /&gt;
Brendan Iribe Center&amp;lt;br&amp;gt;&lt;br /&gt;
301.405.5936&amp;lt;br&amp;gt;&lt;br /&gt;
blewis[at]umiacs.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 throughout the year.  For information go to [https://cbcb.umd.edu/research-in-progress CBCB Research in Progress]&lt;br /&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;
&amp;lt;p style=&amp;quot;color: #e70000; font-weight: bold; font-size: medium;&amp;quot;&amp;gt;WARNING: &amp;lt;code&amp;gt;/fs/sz-user-supported/&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;/cbcb/software&amp;lt;/code&amp;gt; has been deprecated as of March 2015. Please move towards using Red Hat 7 machines and [[CBCB Software Modules]]. &amp;lt;/p&amp;gt;&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;
&lt;br /&gt;
== CBCB Software Modules ==&lt;br /&gt;
To use CBCB Software Modules, see [[CBCB Software Modules]]&lt;br /&gt;
&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;br /&gt;
&lt;br /&gt;
== When You Travel ==&lt;br /&gt;
&lt;br /&gt;
* See: https://businessoffice.umiacs.umd.edu/travel for travel guidelines. &lt;br /&gt;
* Get travel pre-approved by PI and determine funding source.&lt;br /&gt;
* Read and fill out a Travel Request Form at: https://businessoffice.umiacs.umd.edu/form/travel. Once completed, submit. &lt;br /&gt;
  A copy will be sent directly to the Center coordinator. A Travel Request must be completed before every trip per University policy.&lt;br /&gt;
* See the Miscellaneous Expenses section of http://www.dbs.umd.edu/travel/policy/umtravel/trav_guide.php for allowable and unallowable miscellaneous expenses for reimbursement&lt;br /&gt;
* Keep all original receipts and give to Barbara for reimbursement after the trip has been completed.&lt;br /&gt;
* Confirmation emails aren’t acceptable. If paying online with your own credit card, then Barbara will  need the electronic receipt. and a copy of the credit card transactions showing the expense.&lt;br /&gt;
* Barbara will need the amount, date, and description for reimbursable expenses.&lt;/div&gt;</summary>
		<author><name>Blewis</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Getting_Started_in_CBCB&amp;diff=9064</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=9064"/>
		<updated>2022-02-25T14:30:02Z</updated>

		<summary type="html">&lt;p&gt;Blewis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You may want to review the following:&lt;br /&gt;
&lt;br /&gt;
[[Media:CBCB-quick-guide.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 Brendan Iribe Center identified on campus maps as Building #432.&lt;br /&gt;
&lt;br /&gt;
Contact the Center Coordinator, Barbara Lewis, about gaining card access to the building.  She will need the following information:&lt;br /&gt;
*A 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;
Barbara Lewis&amp;lt;br&amp;gt;&lt;br /&gt;
Room 3234&amp;lt;br&amp;gt;&lt;br /&gt;
Brendan Iribe Center&amp;lt;br&amp;gt;&lt;br /&gt;
301.405.5936&amp;lt;br&amp;gt;&lt;br /&gt;
blewis[at]umiacs.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 throughout the year.  For information go to [https://cbcb.umd.edu/research-in-progress CBCB Research in Progress]&lt;br /&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;
&amp;lt;p style=&amp;quot;color: #e70000; font-weight: bold; font-size: medium;&amp;quot;&amp;gt;WARNING: &amp;lt;code&amp;gt;/fs/sz-user-supported/&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;/cbcb/software&amp;lt;/code&amp;gt; has been deprecated as of March 2015. Please move towards using Red Hat 7 machines and [[CBCB Software Modules]]. &amp;lt;/p&amp;gt;&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;
&lt;br /&gt;
== CBCB Software Modules ==&lt;br /&gt;
To use CBCB Software Modules, see [[CBCB Software Modules]]&lt;br /&gt;
&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;br /&gt;
&lt;br /&gt;
== When You Travel ==&lt;br /&gt;
&lt;br /&gt;
[[Media:CBCB_travel_request_form_oct_2014.pdf‎]] form to fill out to obtain information for travel reimbursement&lt;br /&gt;
&lt;br /&gt;
[[Media:Travel_101_cbcb_revised_4-2013.pdf]] for more detailed travel info&lt;/div&gt;</summary>
		<author><name>Blewis</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Cloud-Computing&amp;diff=9063</id>
		<title>Cbcb:Cloud-Computing</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Cloud-Computing&amp;diff=9063"/>
		<updated>2022-02-25T14:28:12Z</updated>

		<summary type="html">&lt;p&gt;Blewis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Note: contact info for group members and access information for clusters is available on the project&#039;s private page: [[https://wiki.umiacs.umd.edu/cbcb-private/index.php/Cloud_computing https://wiki.umiacs.umd.edu/cbcb-private/index.php/Cloud_computing]]&lt;br /&gt;
&lt;br /&gt;
== People ==&lt;br /&gt;
Mailing list: cbcb_cloud_computing  at  mailman.umiacs.umd.edu  &amp;lt;br&amp;gt;&lt;br /&gt;
Faculty:&lt;br /&gt;
* Michael Cummings (CBCB Director)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* CloudBurst&lt;br /&gt;
* CrossBow&lt;br /&gt;
&lt;br /&gt;
== Hadoop information ==&lt;/div&gt;</summary>
		<author><name>Blewis</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Cloud-Computing&amp;diff=9062</id>
		<title>Cbcb:Cloud-Computing</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/cbcb/index.php?title=Cbcb:Cloud-Computing&amp;diff=9062"/>
		<updated>2022-02-25T14:27:56Z</updated>

		<summary type="html">&lt;p&gt;Blewis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Note: contact info for group members and access information for clusters is available on the project&#039;s private page: [[https://wiki.umiacs.umd.edu/cbcb-private/index.php/Cloud_computing https://wiki.umiacs.umd.edu/cbcb-private/index.php/Cloud_computing]]&lt;br /&gt;
&lt;br /&gt;
== People ==&lt;br /&gt;
Mailing list: cbcb_cloud_computing  at  mailman.umiacs.umd.edu  &amp;lt;br&amp;gt;&lt;br /&gt;
Faculty:&lt;br /&gt;
* Mihai Pop (UMIACS Director)&lt;br /&gt;
* Michael Cummings (CBCB Director)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* CloudBurst&lt;br /&gt;
* CrossBow&lt;br /&gt;
&lt;br /&gt;
== Hadoop information ==&lt;/div&gt;</summary>
		<author><name>Blewis</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Main_Page&amp;diff=9061</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=9061"/>
		<updated>2022-02-25T14:26:09Z</updated>

		<summary type="html">&lt;p&gt;Blewis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== CBCB Private Wiki ==&lt;br /&gt;
&#039;&#039;&#039;You have to be on the UMIACS VPN to view the private wiki if you are not on campus!&#039;&#039;&#039;&lt;br /&gt;
*[https://wiki.umiacs.umd.edu/cbcb-private/index.php/Main_Page CBCB private wiki]&lt;br /&gt;
In addition to this wiki there is also the CBCB private wiki. It contains information internal to CBCB, such as information about how to use the cluster.&lt;br /&gt;
&lt;br /&gt;
== IMPORTANT (Read First) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: green; font-size: medium; font-weight: bold;&amp;quot;&amp;gt;NEW!&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-weight: bold&amp;quot;&amp;gt;Read about the [[CBCB Software Modules]]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The CBCB computational infrastructure is a shared resource and we all need to pitch in in order to make sure it works well for all of us.  Most importantly, we need to ensure that our disk space and computational resources are used responsibly.  The disk space, in particular, is a valuable commodity and thus it is important to pay attention to the following:&lt;br /&gt;
* There are two types of disk space available (a full list of volumes is available at [https://wiki.umiacs.umd.edu/cbcb-private/index.php/Storage CBCB Storage]) :&lt;br /&gt;
** Local hard drives (usually mounted as /scratch on the machines that have this resource).  These are not backed up, are quite fast (they live physically close to the processor), but can only be &#039;seen&#039; by the machine where they are mounted and, thus, require data staging in/out (which can take a while)&lt;br /&gt;
** Isilon storage (/fs/cbcb-lab, /fs/cbcb-scratch/*, etc.).  This is very fast and very expensive disk and thus a limited resource.&lt;br /&gt;
* You should remove any temporary results you don&#039;t need in the long term as soon as you&#039;ve generated them, and compress all of the large files.  Bzip2 works better than gzip but either should dramatically improve the space requirements, especially for text files such as fasta or fastq.&lt;br /&gt;
&lt;br /&gt;
For more information on the CBCB resources see [[Getting Started in CBCB]].&lt;br /&gt;
&lt;br /&gt;
== Seminars ==&lt;br /&gt;
&lt;br /&gt;
* [https://cbcb.umd.edu/research-in-progress Research In Progress (RIPS) schedule] &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
* [[Project:Pop-Lab|Pop-Lab]]&lt;br /&gt;
* [[Project:Cloud-Computing|Cloud Computing]]&lt;br /&gt;
* [https://cbcb.umd.edu/summer-internships CBCB Summer Internship Program] &amp;lt;br&amp;gt;&lt;br /&gt;
* [[Metagenomics Reading Group (Wed 2pm)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
If you have just received a new UMIACS account through CBCB, follow the instructions on this page to get the basic information you&#039;ll need to start working:&amp;lt;br&amp;gt;&lt;br /&gt;
*[[Getting Started in CBCB]]&lt;br /&gt;
*[[CBCB Software Modules]]&lt;br /&gt;
*[https://wiki.umiacs.umd.edu/cbcb-private/index.php/Slurm Slurm]&lt;br /&gt;
*[https://wiki.umiacs.umd.edu/cbcb-private/index.php/Storage CBCB Storage]&lt;br /&gt;
*[https://wiki.umiacs.umd.edu/cbcb-private/index.php/Compute CBCB Computers]&lt;br /&gt;
*[[Communal Software]]&lt;/div&gt;</summary>
		<author><name>Blewis</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Main_Page&amp;diff=9060</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=9060"/>
		<updated>2022-02-25T14:24:05Z</updated>

		<summary type="html">&lt;p&gt;Blewis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== CBCB Private Wiki ==&lt;br /&gt;
&#039;&#039;&#039;You have to be on the UMIACS VPN to view the private wiki if you are not on campus!&#039;&#039;&#039;&lt;br /&gt;
*[https://wiki.umiacs.umd.edu/cbcb-private/index.php/Main_Page CBCB private wiki]&lt;br /&gt;
In addition to this wiki there is also the CBCB private wiki. It contains information internal to CBCB, such as information about how to use the cluster.&lt;br /&gt;
&lt;br /&gt;
== IMPORTANT (Read First) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: green; font-size: medium; font-weight: bold;&amp;quot;&amp;gt;NEW!&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-weight: bold&amp;quot;&amp;gt;Read about the [[CBCB Software Modules]]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The CBCB computational infrastructure is a shared resource and we all need to pitch in in order to make sure it works well for all of us.  Most importantly, we need to ensure that our disk space and computational resources are used responsibly.  The disk space, in particular, is a valuable commodity and thus it is important to pay attention to the following:&lt;br /&gt;
* There are two types of disk space available (a full list of volumes is available at [https://wiki.umiacs.umd.edu/cbcb-private/index.php/Storage CBCB Storage]) :&lt;br /&gt;
** Local hard drives (usually mounted as /scratch on the machines that have this resource).  These are not backed up, are quite fast (they live physically close to the processor), but can only be &#039;seen&#039; by the machine where they are mounted and, thus, require data staging in/out (which can take a while)&lt;br /&gt;
** Isilon storage (/fs/cbcb-lab, /fs/cbcb-scratch/*, etc.).  This is very fast and very expensive disk and thus a limited resource.&lt;br /&gt;
* You should remove any temporary results you don&#039;t need in the long term as soon as you&#039;ve generated them, and compress all of the large files.  Bzip2 works better than gzip but either should dramatically improve the space requirements, especially for text files such as fasta or fastq.&lt;br /&gt;
&lt;br /&gt;
For more information on the CBCB resources see [[Getting Started in CBCB]].&lt;br /&gt;
&lt;br /&gt;
== Seminars ==&lt;br /&gt;
&lt;br /&gt;
* [https://cbcb.umd.edu/research-in-progress Research In Progress (RIPS) schedule] &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
* [[Project:Pop-Lab|Pop-Lab]]&lt;br /&gt;
* [[Project:Cloud-Computing|Cloud Computing]]&lt;br /&gt;
* [[Project:SummerInternships|Summer Internship Projects]]&lt;br /&gt;
* [[Metagenomics Reading Group (Wed 2pm)]]&lt;br /&gt;
&lt;br /&gt;
== People ==&lt;br /&gt;
 &lt;br /&gt;
* [[User:ayres|Daniel Ayres]]&lt;br /&gt;
* [[User:pknut777|Adam Bazinet]] &lt;br /&gt;
* [[User:irina|Irina Astrovskaya]] &lt;br /&gt;
* [[User:jpaulson|Joseph Paulson]]  &lt;br /&gt;
* [[User:mpop|Mihai Pop]] &lt;br /&gt;
* [[User:nelsayed|Najib El-Sayed]]&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
If you have just received a new umiacs account through CBCB, follow the instructions on this page to get the basic information you&#039;ll need to start working:&amp;lt;br&amp;gt;&lt;br /&gt;
*[[Getting Started in CBCB]]&lt;br /&gt;
*[[CBCB Software Modules]]&lt;br /&gt;
*[https://wiki.umiacs.umd.edu/cbcb-private/index.php/Slurm Slurm]&lt;br /&gt;
*[https://wiki.umiacs.umd.edu/cbcb-private/index.php/Storage CBCB Storage]&lt;br /&gt;
*[https://wiki.umiacs.umd.edu/cbcb-private/index.php/Compute CBCB Computers]&lt;br /&gt;
*[[Communal Software]]&lt;/div&gt;</summary>
		<author><name>Blewis</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Main_Page&amp;diff=9059</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=9059"/>
		<updated>2022-02-25T14:23:08Z</updated>

		<summary type="html">&lt;p&gt;Blewis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== CBCB Private Wiki ==&lt;br /&gt;
&#039;&#039;&#039;You have to be on the UMIACS VPN to view the private wiki if you are not on campus!&#039;&#039;&#039;&lt;br /&gt;
*[https://wiki.umiacs.umd.edu/cbcb-private/index.php/Main_Page CBCB private wiki]&lt;br /&gt;
In addition to this wiki there is also the CBCB private wiki. It contains information internal to CBCB, such as information about how to use the cluster.&lt;br /&gt;
&lt;br /&gt;
== IMPORTANT (Read First) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: green; font-size: medium; font-weight: bold;&amp;quot;&amp;gt;NEW!&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-weight: bold&amp;quot;&amp;gt;Read about the [[CBCB Software Modules]]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The CBCB computational infrastructure is a shared resource and we all need to pitch in in order to make sure it works well for all of us.  Most importantly, we need to ensure that our disk space and computational resources are used responsibly.  The disk space, in particular, is a valuable commodity and thus it is important to pay attention to the following:&lt;br /&gt;
* There are two types of disk space available (a full list of volumes is available at [https://wiki.umiacs.umd.edu/cbcb-private/index.php/Storage CBCB Storage]) :&lt;br /&gt;
** Local hard drives (usually mounted as /scratch on the machines that have this resource).  These are not backed up, are quite fast (they live physically close to the processor), but can only be &#039;seen&#039; by the machine where they are mounted and, thus, require data staging in/out (which can take a while)&lt;br /&gt;
** Isilon storage (/fs/cbcb-lab, /fs/cbcb-scratch/*, etc.).  This is very fast and very expensive disk and thus a limited resource.&lt;br /&gt;
* You should remove any temporary results you don&#039;t need in the long term as soon as you&#039;ve generated them, and compress all of the large files.  Bzip2 works better than gzip but either should dramatically improve the space requirements, especially for text files such as fasta or fastq.&lt;br /&gt;
&lt;br /&gt;
For more information on the CBCB resources see [[Getting Started in CBCB]].&lt;br /&gt;
&lt;br /&gt;
== Seminars ==&lt;br /&gt;
* [http://www.cbcb.umd.edu/seminars Regular CBCB seminars (during academic year)] &amp;lt;br&amp;gt;&lt;br /&gt;
* [https://cbcb.umd.edu/research-in-progress Research In Progress (RIPS) schedule] &amp;lt;br&amp;gt;&lt;br /&gt;
* [[short_read_sequencing|Short read sequencing Meeting]] (Fridays at 3pm)&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
* [[Project:Pop-Lab|Pop-Lab]]&lt;br /&gt;
* [[Project:Hcbravo-lab|HCBravo Lab]]&lt;br /&gt;
* [[Project:Cloud-Computing|Cloud Computing]]&lt;br /&gt;
* [[Project:SummerInternships|Summer Internship Projects]]&lt;br /&gt;
* [[Metagenomics Reading Group (Wed 2pm)]]&lt;br /&gt;
&lt;br /&gt;
== People ==&lt;br /&gt;
 &lt;br /&gt;
* [[User:ayres|Daniel Ayres]]&lt;br /&gt;
* [[User:pknut777|Adam Bazinet]] &lt;br /&gt;
* [[User:irina|Irina Astrovskaya]] &lt;br /&gt;
* [[User:jpaulson|Joseph Paulson]]  &lt;br /&gt;
* [[User:mpop|Mihai Pop]] &lt;br /&gt;
* [[User:nelsayed|Najib El-Sayed]]&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
If you have just received a new umiacs account through CBCB, follow the instructions on this page to get the basic information you&#039;ll need to start working:&amp;lt;br&amp;gt;&lt;br /&gt;
*[[Getting Started in CBCB]]&lt;br /&gt;
*[[CBCB Software Modules]]&lt;br /&gt;
*[https://wiki.umiacs.umd.edu/cbcb-private/index.php/Slurm Slurm]&lt;br /&gt;
*[https://wiki.umiacs.umd.edu/cbcb-private/index.php/Storage CBCB Storage]&lt;br /&gt;
*[https://wiki.umiacs.umd.edu/cbcb-private/index.php/Compute CBCB Computers]&lt;br /&gt;
*[[Communal Software]]&lt;/div&gt;</summary>
		<author><name>Blewis</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Main_Page&amp;diff=9058</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=9058"/>
		<updated>2022-02-25T14:21:40Z</updated>

		<summary type="html">&lt;p&gt;Blewis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== CBCB Private Wiki ==&lt;br /&gt;
&#039;&#039;&#039;You have to be on the UMIACS VPN to view the private wiki if you are not on campus!&#039;&#039;&#039;&lt;br /&gt;
*[https://wiki.umiacs.umd.edu/cbcb-private/index.php/Main_Page CBCB private wiki]&lt;br /&gt;
In addition to this wiki there is also the CBCB private wiki. It contains information internal to CBCB, such as information about how to use the cluster.&lt;br /&gt;
&lt;br /&gt;
== IMPORTANT (Read First) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: green; font-size: medium; font-weight: bold;&amp;quot;&amp;gt;NEW!&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-weight: bold&amp;quot;&amp;gt;Read about the [[CBCB Software Modules]]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The CBCB computational infrastructure is a shared resource and we all need to pitch in in order to make sure it works well for all of us.  Most importantly, we need to ensure that our disk space and computational resources are used responsibly.  The disk space, in particular, is a valuable commodity and thus it is important to pay attention to the following:&lt;br /&gt;
* There are two types of disk space available (a full list of volumes is available at [https://wiki.umiacs.umd.edu/cbcb-private/index.php/Storage CBCB Storage]) :&lt;br /&gt;
** Local hard drives (usually mounted as /scratch on the machines that have this resource).  These are not backed up, are quite fast (they live physically close to the processor), but can only be &#039;seen&#039; by the machine where they are mounted and, thus, require data staging in/out (which can take a while)&lt;br /&gt;
** Isilon storage (/fs/cbcb-lab, /fs/cbcb-scratch/*, etc.).  This is very fast and very expensive disk and thus a limited resource.&lt;br /&gt;
* You should remove any temporary results you don&#039;t need in the long term as soon as you&#039;ve generated them, and compress all of the large files.  Bzip2 works better than gzip but either should dramatically improve the space requirements, especially for text files such as fasta or fastq.&lt;br /&gt;
&lt;br /&gt;
For more information on the CBCB resources see [[Getting Started in CBCB]].&lt;br /&gt;
&lt;br /&gt;
== Seminars ==&lt;br /&gt;
* [http://www.cbcb.umd.edu/seminars Regular CBCB seminars (during academic year)] &amp;lt;br&amp;gt;&lt;br /&gt;
* &amp;lt;a href=&amp;quot;https://cbcb.umd.edu/research-in-progress&amp;quot;&amp;gt;[[CBCB:Research In Progress (RIPS)]] - Research in Progress seminar schedule&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
* [[short_read_sequencing|Short read sequencing Meeting]] (Fridays at 3pm)&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
* [[Project:Pop-Lab|Pop-Lab]]&lt;br /&gt;
* [[Project:Hcbravo-lab|HCBravo Lab]]&lt;br /&gt;
* [[Project:Cloud-Computing|Cloud Computing]]&lt;br /&gt;
* [[Project:SummerInternships|Summer Internship Projects]]&lt;br /&gt;
* [[Metagenomics Reading Group (Wed 2pm)]]&lt;br /&gt;
&lt;br /&gt;
== People ==&lt;br /&gt;
 &lt;br /&gt;
* [[User:ayres|Daniel Ayres]]&lt;br /&gt;
* [[User:pknut777|Adam Bazinet]] &lt;br /&gt;
* [[User:irina|Irina Astrovskaya]] &lt;br /&gt;
* [[User:jpaulson|Joseph Paulson]]  &lt;br /&gt;
* [[User:mpop|Mihai Pop]] &lt;br /&gt;
* [[User:nelsayed|Najib El-Sayed]]&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
If you have just received a new umiacs account through CBCB, follow the instructions on this page to get the basic information you&#039;ll need to start working:&amp;lt;br&amp;gt;&lt;br /&gt;
*[[Getting Started in CBCB]]&lt;br /&gt;
*[[CBCB Software Modules]]&lt;br /&gt;
*[https://wiki.umiacs.umd.edu/cbcb-private/index.php/Slurm Slurm]&lt;br /&gt;
*[https://wiki.umiacs.umd.edu/cbcb-private/index.php/Storage CBCB Storage]&lt;br /&gt;
*[https://wiki.umiacs.umd.edu/cbcb-private/index.php/Compute CBCB Computers]&lt;br /&gt;
*[[Communal Software]]&lt;/div&gt;</summary>
		<author><name>Blewis</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Main_Page&amp;diff=9057</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=9057"/>
		<updated>2022-02-25T14:19:27Z</updated>

		<summary type="html">&lt;p&gt;Blewis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== CBCB Private Wiki ==&lt;br /&gt;
&#039;&#039;&#039;You have to be on the UMIACS VPN to view the private wiki if you are not on campus!&#039;&#039;&#039;&lt;br /&gt;
*[https://wiki.umiacs.umd.edu/cbcb-private/index.php/Main_Page CBCB private wiki]&lt;br /&gt;
In addition to this wiki there is also the CBCB private wiki. It contains information internal to CBCB, such as information about how to use the cluster.&lt;br /&gt;
&lt;br /&gt;
== IMPORTANT (Read First) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: green; font-size: medium; font-weight: bold;&amp;quot;&amp;gt;NEW!&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;font-weight: bold&amp;quot;&amp;gt;Read about the [[CBCB Software Modules]]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The CBCB computational infrastructure is a shared resource and we all need to pitch in in order to make sure it works well for all of us.  Most importantly, we need to ensure that our disk space and computational resources are used responsibly.  The disk space, in particular, is a valuable commodity and thus it is important to pay attention to the following:&lt;br /&gt;
* There are two types of disk space available (a full list of volumes is available at [https://wiki.umiacs.umd.edu/cbcb-private/index.php/Storage CBCB Storage]) :&lt;br /&gt;
** Local hard drives (usually mounted as /scratch on the machines that have this resource).  These are not backed up, are quite fast (they live physically close to the processor), but can only be &#039;seen&#039; by the machine where they are mounted and, thus, require data staging in/out (which can take a while)&lt;br /&gt;
** Isilon storage (/fs/cbcb-lab, /fs/cbcb-scratch/*, etc.).  This is very fast and very expensive disk and thus a limited resource.&lt;br /&gt;
* You should remove any temporary results you don&#039;t need in the long term as soon as you&#039;ve generated them, and compress all of the large files.  Bzip2 works better than gzip but either should dramatically improve the space requirements, especially for text files such as fasta or fastq.&lt;br /&gt;
&lt;br /&gt;
For more information on the CBCB resources see [[Getting Started in CBCB]].&lt;br /&gt;
&lt;br /&gt;
== Seminars ==&lt;br /&gt;
* [http://www.cbcb.umd.edu/seminars Regular CBCB seminars (during academic year)] &amp;lt;br&amp;gt;&lt;br /&gt;
* [[CBCB:Research In Progress (RIPS)]] - Research in Progress seminar schedule&amp;lt;br&amp;gt;&lt;br /&gt;
* [[short_read_sequencing|Short read sequencing Meeting]] (Fridays at 3pm)&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
* [[Project:Pop-Lab|Pop-Lab]]&lt;br /&gt;
* [[Project:Hcbravo-lab|HCBravo Lab]]&lt;br /&gt;
* [[Project:Cloud-Computing|Cloud Computing]]&lt;br /&gt;
* [[Project:SummerInternships|Summer Internship Projects]]&lt;br /&gt;
* [[Metagenomics Reading Group (Wed 2pm)]]&lt;br /&gt;
&lt;br /&gt;
== People ==&lt;br /&gt;
 &lt;br /&gt;
* [[User:ayres|Daniel Ayres]]&lt;br /&gt;
* [[User:pknut777|Adam Bazinet]] &lt;br /&gt;
* [[User:irina|Irina Astrovskaya]] &lt;br /&gt;
* [[User:jpaulson|Joseph Paulson]]  &lt;br /&gt;
* [[User:mpop|Mihai Pop]] &lt;br /&gt;
* [[User:nelsayed|Najib El-Sayed]]&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
If you have just received a new umiacs account through CBCB, follow the instructions on this page to get the basic information you&#039;ll need to start working:&amp;lt;br&amp;gt;&lt;br /&gt;
*[[Getting Started in CBCB]]&lt;br /&gt;
*[[CBCB Software Modules]]&lt;br /&gt;
*[https://wiki.umiacs.umd.edu/cbcb-private/index.php/Slurm Slurm]&lt;br /&gt;
*[https://wiki.umiacs.umd.edu/cbcb-private/index.php/Storage CBCB Storage]&lt;br /&gt;
*[https://wiki.umiacs.umd.edu/cbcb-private/index.php/Compute CBCB Computers]&lt;br /&gt;
*[[Communal Software]]&lt;/div&gt;</summary>
		<author><name>Blewis</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Getting_Started_in_CBCB&amp;diff=9051</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=9051"/>
		<updated>2019-06-04T18:45:28Z</updated>

		<summary type="html">&lt;p&gt;Blewis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You may want to review the following:&lt;br /&gt;
&lt;br /&gt;
[[Media:CBCB-quick-guide.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 Brendan Iribe Center identified on campus maps as Building #432.&lt;br /&gt;
&lt;br /&gt;
Contact the Center Coordinator, Barbara Lewis, about gaining card access to the building.  She will need the following information:&lt;br /&gt;
*A 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;
Barbara Lewis&amp;lt;br&amp;gt;&lt;br /&gt;
Room 3234&amp;lt;br&amp;gt;&lt;br /&gt;
Brendan Iribe Center&amp;lt;br&amp;gt;&lt;br /&gt;
301.405.5936&amp;lt;br&amp;gt;&lt;br /&gt;
blewis[at]umiacs.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 throughout the year.  For information go to [http://cbcb.umd.edu/node/18625 CBCB Research in Progress]&lt;br /&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;
&amp;lt;p style=&amp;quot;color: #e70000; font-weight: bold; font-size: medium;&amp;quot;&amp;gt;WARNING: &amp;lt;code&amp;gt;/fs/sz-user-supported/&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;/cbcb/software&amp;lt;/code&amp;gt; has been deprecated as of March 2015. Please move towards using Red Hat 7 machines and [[CBCB Software Modules]]. &amp;lt;/p&amp;gt;&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;
&lt;br /&gt;
== CBCB Software Modules ==&lt;br /&gt;
To use CBCB Software Modules, see [[CBCB Software Modules]]&lt;br /&gt;
&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;br /&gt;
&lt;br /&gt;
== When You Travel ==&lt;br /&gt;
&lt;br /&gt;
[[Media:CBCB_travel_request_form_oct_2014.pdf‎]] form to fill out to obtain information for travel reimbursement&lt;br /&gt;
&lt;br /&gt;
[[Media:Travel_101_cbcb_revised_4-2013.pdf]] for more detailed travel info&lt;/div&gt;</summary>
		<author><name>Blewis</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/cbcb/index.php?title=Getting_Started_in_CBCB&amp;diff=9044</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=9044"/>
		<updated>2018-11-12T21:13:28Z</updated>

		<summary type="html">&lt;p&gt;Blewis: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You may want to review the following:&lt;br /&gt;
&lt;br /&gt;
[[Media:CBCB-quick-guide.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, Barbara Lewis, 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;
Barbara Lewis&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;
blewis[at]umiacs.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;
&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;
&amp;lt;p style=&amp;quot;color: #e70000; font-weight: bold; font-size: medium;&amp;quot;&amp;gt;WARNING: &amp;lt;code&amp;gt;/fs/sz-user-supported/&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;/cbcb/software&amp;lt;/code&amp;gt; has been deprecated as of March 2015. Please move towards using Red Hat 7 machines and [[CBCB Software Modules]]. &amp;lt;/p&amp;gt;&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;
&lt;br /&gt;
== CBCB Software Modules ==&lt;br /&gt;
To use CBCB Software Modules, see [[CBCB Software Modules]]&lt;br /&gt;
&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;br /&gt;
&lt;br /&gt;
== When You Travel ==&lt;br /&gt;
&lt;br /&gt;
[[Media:CBCB_travel_request_form_oct_2014.pdf‎]] form to fill out to obtain information for travel reimbursement&lt;br /&gt;
&lt;br /&gt;
[[Media:Travel_101_cbcb_revised_4-2013.pdf]] for more detailed travel info&lt;/div&gt;</summary>
		<author><name>Blewis</name></author>
	</entry>
</feed>