<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Bioscreen_Bioinformatics_Scripts</id>
	<title>Bioscreen Bioinformatics Scripts - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Bioscreen_Bioinformatics_Scripts"/>
	<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Bioscreen_Bioinformatics_Scripts&amp;action=history"/>
	<updated>2026-04-16T13:05:56Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Bioscreen_Bioinformatics_Scripts&amp;diff=77&amp;oldid=prev</id>
		<title>Wiki Administrator: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Bioscreen_Bioinformatics_Scripts&amp;diff=77&amp;oldid=prev"/>
		<updated>2012-03-13T00:04:01Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 00:04, 13 March 2012&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Wiki Administrator</name></author>
	</entry>
	<entry>
		<id>https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Bioscreen_Bioinformatics_Scripts&amp;diff=76&amp;oldid=prev</id>
		<title>MediaWiki default at 20:27, 10 August 2011</title>
		<link rel="alternate" type="text/html" href="https://bionmr.unl.edu/mediawiki/mediawiki/index.php?title=Bioscreen_Bioinformatics_Scripts&amp;diff=76&amp;oldid=prev"/>
		<updated>2011-08-10T20:27:54Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Bioinformatics data from several different sources is saved in Bioscreen to facilitate access and further aid in computational identification of possible functional annotations. To load the results of any bioinformatics tool into Bioscreen, they must be in the form of a bioinformatics tarball (tgz file). Such tarballs are created by running perl scripts provided on the cluster.&lt;br /&gt;
&lt;br /&gt;
===Running the perl scripts on workstations===&lt;br /&gt;
Certain perl modules are required by the perl scripts. If any of them fail due to missing modules, you can run &amp;#039;&amp;#039;&amp;#039;sudo cpan&amp;#039;&amp;#039;&amp;#039; and type &amp;#039;&amp;#039;&amp;#039;install ModuleName&amp;#039;&amp;#039;&amp;#039; to install any modules. The following modules are definitely needed to run the scripts:&lt;br /&gt;
&lt;br /&gt;
* Cwd&lt;br /&gt;
* Net::HTTP&lt;br /&gt;
* File::Path&lt;br /&gt;
* XML::LibXML&lt;br /&gt;
* Archive::Tar&lt;br /&gt;
* File::Basename&lt;br /&gt;
* LWP::UserAgent&lt;br /&gt;
* HTTP::Request::Common&lt;br /&gt;
&lt;br /&gt;
==Dali==&lt;br /&gt;
# In a terminal, type:&lt;br /&gt;
 bioscreen-info-dali.pl &amp;#039;&amp;#039;$pdbID&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
In this case, &amp;#039;&amp;#039;$pdbID&amp;#039;&amp;#039; is the Protein Databank ID that you wish to pull results for. This will create a file called &amp;#039;&amp;#039;Dali.tgz&amp;#039;&amp;#039; containing the results of the Dali run. While the script runs, you should also see information messages about downloaded PDB files. If you don&amp;#039;t see any messages about downloads, check the contents of the TGZ file to ensure the script completed successfully.&lt;br /&gt;
&lt;br /&gt;
==STRING==&lt;br /&gt;
# In a terminal, type:&lt;br /&gt;
 bioscreen-info-string.pl &amp;#039;&amp;#039;$uniprotID&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Here, &amp;#039;&amp;#039;$uniprotID&amp;#039;&amp;#039; is the UniProtKB accession number for your protein. The script will ask you which protein to use. Just hit enter if only one protien appears in the list. This script produces a file called &amp;#039;&amp;#039;STRING.tgz&amp;#039;&amp;#039; containing results.&lt;br /&gt;
&lt;br /&gt;
==PFP==&lt;br /&gt;
# In a terminal, type:&lt;br /&gt;
 bioscreen-info-pfp.pl &amp;#039;&amp;#039;$sequence&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Here, &amp;#039;&amp;#039;$sequence&amp;#039;&amp;#039; is the amino acid sequence of your protein. This script produces a tarball called &amp;#039;&amp;#039;PFP.tgz&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
[[Category:Bioscreen]]&lt;/div&gt;</summary>
		<author><name>MediaWiki default</name></author>
	</entry>
</feed>