<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>BL!P: BLAST in Pivot</title><link>http://blip.codeplex.com/project/feeds/rss</link><description>This website and code base is no longer maintained. Please visit our new home on GitHub at   https&amp;#58;&amp;#47;&amp;#47;github.com&amp;#47;vforget&amp;#47;blip.</description><item><title>Closed Issue: Slow performance during DZI creation [205]</title><link>http://blip.codeplex.com/workitem/205</link><description>Creating DZI is slow due to constantly updating the UI i.e. the progress bar. Proposed fix&amp;#58; Update progress bar less often. Design strategy to update according to number of records i.e. more records less updating.&lt;br /&gt;</description><author>vforget</author><pubDate>Thu, 16 May 2013 01:26:10 GMT</pubDate><guid isPermaLink="false">Closed Issue: Slow performance during DZI creation [205] 20130516012610A</guid></item><item><title>Updated Wiki: Home</title><link>https://blip.codeplex.com/wikipage?version=192</link><description>
&lt;div class="wikidoc"&gt;
&lt;div style="background-color:#ffaaaa; padding:10px; margin:10px; width:50%"&gt;
&lt;h1&gt;&lt;span style="color:#000000"&gt;!!ATTENTION!!&lt;/span&gt;&lt;/h1&gt;
&lt;div class="wikidoc"&gt;This website and code base is no longer maintained. Please visit our new home on GitHub at&lt;/div&gt;
&lt;div class="wikidoc"&gt;&lt;a title="https://github.com/vforget/blip" href="https://github.com/vforget/blip" target="_self"&gt;https://github.com/vforget/blip
&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;h1&gt;Project Description&lt;/h1&gt;
&lt;div class="wikidoc"&gt;BL!P [&lt;em&gt;blip&lt;/em&gt;], or &lt;span style="text-decoration:underline"&gt;
BL&lt;/span&gt;AST &lt;span style="text-decoration:underline"&gt;i&lt;/span&gt;n &lt;span style="text-decoration:underline"&gt;
P&lt;/span&gt;ivot, is a computer program that automates the NCBI BLAST alignment of coding DNA or protein sequences and processes the results for visualization in the Microsoft Live Labs program Pivot.&amp;nbsp;&lt;/div&gt;
&lt;div style="background-color:#eeffee; padding:10px; margin:10px; width:50%"&gt;&lt;span style="font-size:20px; font-weight:bold"&gt;&lt;a href="http://blip.codeplex.com/downloads/get/622715"&gt;Download BL!P&lt;/a&gt;&lt;/span&gt;
&lt;div style="padding-left:30px"&gt;&lt;strong&gt;Software requirements:&lt;/strong&gt;&lt;/div&gt;
&lt;div style="padding-left:60px"&gt;&lt;em&gt;&amp;gt; Microsoft Windows XP or better.&lt;/em&gt;&lt;/div&gt;
&lt;div style="padding-left:60px"&gt;&lt;em&gt;&amp;gt; &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=17851"&gt;
Microsoft .NET 4.0&lt;/a&gt;&lt;/em&gt;&lt;/div&gt;
&lt;div style="padding-left:60px"&gt;&lt;em&gt;&amp;gt; &lt;a href="http://www.microsoft.com/getsilverlight/Get-Started/Install/Default.aspx"&gt;
Microsoft Silverlight&lt;/a&gt;&lt;/em&gt;&lt;/div&gt;
&lt;div style="padding-left:60px"&gt;&lt;em&gt;&amp;gt; &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=17747"&gt;
Microsoft Silverlight PivotViewer Control&lt;/a&gt;&lt;/em&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;h4&gt;&lt;a title="Explore a sample data set" href="http://www.genomequebec.mcgill.ca/compgen/public/blip/blip_demo/blip.html"&gt;Explore a sample data set&lt;/a&gt;&lt;/h4&gt;
&lt;h4&gt;&lt;span style="color:#ff0000"&gt;&lt;a href="http://research.microsoft.com/apps/video/default.aspx?id=142016"&gt;Watch a short video presentation&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;h4&gt;&lt;span style="color:#ff0000"&gt;&lt;a href="http://blip.codeplex.com/workitem/list/basic"&gt;Question to ask, or bug to report?&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;h4&gt;
&lt;hr&gt;
&lt;/h4&gt;
&lt;h1&gt;Introduction&lt;/h1&gt;
&lt;a href="http://blast.ncbi.nlm.nih.gov/Blast.cgi"&gt;NCBI BLAST&lt;/a&gt; is a popular software program used to find regions of similarity between biological sequences, and can be used to infer functional and evolutionary relationships between sequences. A NCBI BLAST
 search using multiple query sequences (e.g. gene predictions from a genome sequencing project) typically generates a large dataset that must be explored for functional or evolutionary patterns on interest. Current approaches to exploring NCBI BLAST results
 include automated filtering of the dataset using a priori significance thresholds followed by manual inspection. While this approach is satisfactory, novel data exploration and visualization software exists that allows for patterns to be identified more easily
 and with less bias. One such program is &lt;a href="http://www.silverlight.net/learn/pivotviewer/"&gt;
Pivot&lt;/a&gt;, which can visualize the relationship between pieces of information allowing for the discovery of hidden patterns. Pivot structures its data into &amp;ldquo;collections&amp;rdquo;, which combines groups of similar items based on values of certain attributes
 (facet categories), and represents each item using an image. We have created a software application, BL!P, that automates the NCBI BLAST search of multiple biological sequences and converts the results into a Pivot collection. BL!P also provides an interface
 to construct custom image layouts for the collection of Pivot items.&lt;br&gt;
&lt;br&gt;
BL!P was developed using C# and .NET 4.0, and uses the &lt;a href="http://mbf.codeplex.com"&gt;
Microsoft Biology Foundation&lt;/a&gt; (MBF) bioinformatics toolkit to access NCBI resources such as NCBI BLAST and
&lt;a href="http://www.ncbi.nlm.nih.gov/genbank/"&gt;GenBank&lt;/a&gt;, as well as parsers to read/write biological sequence data.&lt;br&gt;
&lt;br&gt;
BL!P automatically submits multiple FASTA formatted coding DNA or amino acid sequences to a NCBI BLAST protein database. Submissions are polled until complete, and the results are saved to disk for later use. Upon completion of the NCBI BLAST search, the GenBank
 records for each BLAST hit that meets user specified criteria is downloaded and saved to disk for later use. The results from BLAST and information in the GenBank records are parsed and converted to a Pivot collection. Using data from the Pivot collection,
 a custom image layout is constructed to represent each BLAST hit. The results are saved to disk and can be loaded into Pivot for exploration. BL!P is a member of the
&lt;a href="http://research.microsoft.com/bio/"&gt;Microsoft Biology Initiative&lt;/a&gt;.&lt;br&gt;
&lt;h1&gt;About the Author&lt;/h1&gt;
Vince Forgetta, M.Sc.&lt;br&gt;
Microsoft Intern: Summer 2010&lt;br&gt;
Ph.D. Candidate, McGill University, Department of Human Genetics, Montreal, Quebec, Canada&lt;br&gt;
&lt;a href="mailto:vincenzo.forgetta@mail.mcgill.ca"&gt;vincenzo.forgetta@mail.mcgill.ca&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
</description><author>vforget</author><pubDate>Sun, 14 Apr 2013 02:16:02 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130414021602A</guid></item><item><title>Updated Wiki: Home</title><link>https://blip.codeplex.com/wikipage?version=191</link><description>
&lt;div class="wikidoc"&gt;
&lt;div style="background-color:#ffcccc; padding:10px; margin:10px; width:50%"&gt;
&lt;h1&gt;&lt;span style="color:#000000"&gt;!!ATTENTION!!&lt;/span&gt;&lt;/h1&gt;
&lt;div class="wikidoc"&gt;This website and code base is no longer maintained. Please visit our new home on GitHub at&lt;/div&gt;
&lt;div class="wikidoc"&gt;&lt;a title="https://github.com/vforget/blip" href="https://github.com/vforget/blip" target="_self"&gt;https://github.com/vforget/blip
&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;h1&gt;Project Description&lt;/h1&gt;
&lt;div class="wikidoc"&gt;BL!P [&lt;em&gt;blip&lt;/em&gt;], or &lt;span style="text-decoration:underline"&gt;
BL&lt;/span&gt;AST &lt;span style="text-decoration:underline"&gt;i&lt;/span&gt;n &lt;span style="text-decoration:underline"&gt;
P&lt;/span&gt;ivot, is a computer program that automates the NCBI BLAST alignment of coding DNA or protein sequences and processes the results for visualization in the Microsoft Live Labs program Pivot.&amp;nbsp;&lt;/div&gt;
&lt;div style="background-color:#eeffee; padding:10px; margin:10px; width:50%"&gt;&lt;span style="font-size:20px; font-weight:bold"&gt;&lt;a href="http://blip.codeplex.com/downloads/get/622715"&gt;Download BL!P&lt;/a&gt;&lt;/span&gt;
&lt;div style="padding-left:30px"&gt;&lt;strong&gt;Software requirements:&lt;/strong&gt;&lt;/div&gt;
&lt;div style="padding-left:60px"&gt;&lt;em&gt;&amp;gt; Microsoft Windows XP or better.&lt;/em&gt;&lt;/div&gt;
&lt;div style="padding-left:60px"&gt;&lt;em&gt;&amp;gt; &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=17851"&gt;
Microsoft .NET 4.0&lt;/a&gt;&lt;/em&gt;&lt;/div&gt;
&lt;div style="padding-left:60px"&gt;&lt;em&gt;&amp;gt; &lt;a href="http://www.microsoft.com/getsilverlight/Get-Started/Install/Default.aspx"&gt;
Microsoft Silverlight&lt;/a&gt;&lt;/em&gt;&lt;/div&gt;
&lt;div style="padding-left:60px"&gt;&lt;em&gt;&amp;gt; &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=17747"&gt;
Microsoft Silverlight PivotViewer Control&lt;/a&gt;&lt;/em&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;h4&gt;&lt;a title="Explore a sample data set" href="http://www.genomequebec.mcgill.ca/compgen/public/blip/blip_demo/blip.html"&gt;Explore a sample data set&lt;/a&gt;&lt;/h4&gt;
&lt;h4&gt;&lt;span style="color:#ff0000"&gt;&lt;a href="http://research.microsoft.com/apps/video/default.aspx?id=142016"&gt;Watch a short video presentation&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;h4&gt;&lt;span style="color:#ff0000"&gt;&lt;a href="http://blip.codeplex.com/workitem/list/basic"&gt;Question to ask, or bug to report?&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;h4&gt;
&lt;hr&gt;
&lt;/h4&gt;
&lt;h1&gt;Introduction&lt;/h1&gt;
&lt;a href="http://blast.ncbi.nlm.nih.gov/Blast.cgi"&gt;NCBI BLAST&lt;/a&gt; is a popular software program used to find regions of similarity between biological sequences, and can be used to infer functional and evolutionary relationships between sequences. A NCBI BLAST
 search using multiple query sequences (e.g. gene predictions from a genome sequencing project) typically generates a large dataset that must be explored for functional or evolutionary patterns on interest. Current approaches to exploring NCBI BLAST results
 include automated filtering of the dataset using a priori significance thresholds followed by manual inspection. While this approach is satisfactory, novel data exploration and visualization software exists that allows for patterns to be identified more easily
 and with less bias. One such program is &lt;a href="http://www.silverlight.net/learn/pivotviewer/"&gt;
Pivot&lt;/a&gt;, which can visualize the relationship between pieces of information allowing for the discovery of hidden patterns. Pivot structures its data into &amp;ldquo;collections&amp;rdquo;, which combines groups of similar items based on values of certain attributes
 (facet categories), and represents each item using an image. We have created a software application, BL!P, that automates the NCBI BLAST search of multiple biological sequences and converts the results into a Pivot collection. BL!P also provides an interface
 to construct custom image layouts for the collection of Pivot items.&lt;br&gt;
&lt;br&gt;
BL!P was developed using C# and .NET 4.0, and uses the &lt;a href="http://mbf.codeplex.com"&gt;
Microsoft Biology Foundation&lt;/a&gt; (MBF) bioinformatics toolkit to access NCBI resources such as NCBI BLAST and
&lt;a href="http://www.ncbi.nlm.nih.gov/genbank/"&gt;GenBank&lt;/a&gt;, as well as parsers to read/write biological sequence data.&lt;br&gt;
&lt;br&gt;
BL!P automatically submits multiple FASTA formatted coding DNA or amino acid sequences to a NCBI BLAST protein database. Submissions are polled until complete, and the results are saved to disk for later use. Upon completion of the NCBI BLAST search, the GenBank
 records for each BLAST hit that meets user specified criteria is downloaded and saved to disk for later use. The results from BLAST and information in the GenBank records are parsed and converted to a Pivot collection. Using data from the Pivot collection,
 a custom image layout is constructed to represent each BLAST hit. The results are saved to disk and can be loaded into Pivot for exploration. BL!P is a member of the
&lt;a href="http://research.microsoft.com/bio/"&gt;Microsoft Biology Initiative&lt;/a&gt;.&lt;br&gt;
&lt;h1&gt;About the Author&lt;/h1&gt;
Vince Forgetta, M.Sc.&lt;br&gt;
Microsoft Intern: Summer 2010&lt;br&gt;
Ph.D. Candidate, McGill University, Department of Human Genetics, Montreal, Quebec, Canada&lt;br&gt;
&lt;a href="mailto:vincenzo.forgetta@mail.mcgill.ca"&gt;vincenzo.forgetta@mail.mcgill.ca&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
</description><author>vforget</author><pubDate>Sun, 14 Apr 2013 02:15:13 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130414021513A</guid></item><item><title>Updated Wiki: Home</title><link>https://blip.codeplex.com/wikipage?version=190</link><description>
&lt;div class="wikidoc"&gt;
&lt;div style="background-color:#ffcccc; padding:10px; margin:10px; width:50%"&gt;
&lt;h1&gt;&lt;span style="color:#000000"&gt;!!ATTENTION!!&lt;/span&gt;&lt;/h1&gt;
&lt;div class="wikidoc"&gt;This website and code base is no longer maintained. Please visit our new home on GitHub at&lt;/div&gt;
&lt;/div&gt;
&lt;div class="wikidoc"&gt;&lt;a title="https://github.com/vforget/blip" href="https://github.com/vforget/blip" target="_self"&gt;https://github.com/vforget/blip
&lt;/a&gt;&lt;/div&gt;
&lt;h1&gt;Project Description&lt;/h1&gt;
&lt;div class="wikidoc"&gt;BL!P [&lt;em&gt;blip&lt;/em&gt;], or &lt;span style="text-decoration:underline"&gt;
BL&lt;/span&gt;AST &lt;span style="text-decoration:underline"&gt;i&lt;/span&gt;n &lt;span style="text-decoration:underline"&gt;
P&lt;/span&gt;ivot, is a computer program that automates the NCBI BLAST alignment of coding DNA or protein sequences and processes the results for visualization in the Microsoft Live Labs program Pivot.&amp;nbsp;&lt;/div&gt;
&lt;div style="background-color:#eeffee; padding:10px; margin:10px; width:50%"&gt;&lt;span style="font-size:20px; font-weight:bold"&gt;&lt;a href="http://blip.codeplex.com/downloads/get/622715"&gt;Download BL!P&lt;/a&gt;&lt;/span&gt;
&lt;div style="padding-left:30px"&gt;&lt;strong&gt;Software requirements:&lt;/strong&gt;&lt;/div&gt;
&lt;div style="padding-left:60px"&gt;&lt;em&gt;&amp;gt; Microsoft Windows XP or better.&lt;/em&gt;&lt;/div&gt;
&lt;div style="padding-left:60px"&gt;&lt;em&gt;&amp;gt; &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=17851"&gt;
Microsoft .NET 4.0&lt;/a&gt;&lt;/em&gt;&lt;/div&gt;
&lt;div style="padding-left:60px"&gt;&lt;em&gt;&amp;gt; &lt;a href="http://www.microsoft.com/getsilverlight/Get-Started/Install/Default.aspx"&gt;
Microsoft Silverlight&lt;/a&gt;&lt;/em&gt;&lt;/div&gt;
&lt;div style="padding-left:60px"&gt;&lt;em&gt;&amp;gt; &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=17747"&gt;
Microsoft Silverlight PivotViewer Control&lt;/a&gt;&lt;/em&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;h4&gt;&lt;a title="Explore a sample data set" href="http://www.genomequebec.mcgill.ca/compgen/public/blip/blip_demo/blip.html"&gt;Explore a sample data set&lt;/a&gt;&lt;/h4&gt;
&lt;h4&gt;&lt;span style="color:#ff0000"&gt;&lt;a href="http://research.microsoft.com/apps/video/default.aspx?id=142016"&gt;Watch a short video presentation&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;h4&gt;&lt;span style="color:#ff0000"&gt;&lt;a href="http://blip.codeplex.com/workitem/list/basic"&gt;Question to ask, or bug to report?&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;h4&gt;
&lt;hr&gt;
&lt;/h4&gt;
&lt;h1&gt;Introduction&lt;/h1&gt;
&lt;a href="http://blast.ncbi.nlm.nih.gov/Blast.cgi"&gt;NCBI BLAST&lt;/a&gt; is a popular software program used to find regions of similarity between biological sequences, and can be used to infer functional and evolutionary relationships between sequences. A NCBI BLAST
 search using multiple query sequences (e.g. gene predictions from a genome sequencing project) typically generates a large dataset that must be explored for functional or evolutionary patterns on interest. Current approaches to exploring NCBI BLAST results
 include automated filtering of the dataset using a priori significance thresholds followed by manual inspection. While this approach is satisfactory, novel data exploration and visualization software exists that allows for patterns to be identified more easily
 and with less bias. One such program is &lt;a href="http://www.silverlight.net/learn/pivotviewer/"&gt;
Pivot&lt;/a&gt;, which can visualize the relationship between pieces of information allowing for the discovery of hidden patterns. Pivot structures its data into &amp;ldquo;collections&amp;rdquo;, which combines groups of similar items based on values of certain attributes
 (facet categories), and represents each item using an image. We have created a software application, BL!P, that automates the NCBI BLAST search of multiple biological sequences and converts the results into a Pivot collection. BL!P also provides an interface
 to construct custom image layouts for the collection of Pivot items.&lt;br&gt;
&lt;br&gt;
BL!P was developed using C# and .NET 4.0, and uses the &lt;a href="http://mbf.codeplex.com"&gt;
Microsoft Biology Foundation&lt;/a&gt; (MBF) bioinformatics toolkit to access NCBI resources such as NCBI BLAST and
&lt;a href="http://www.ncbi.nlm.nih.gov/genbank/"&gt;GenBank&lt;/a&gt;, as well as parsers to read/write biological sequence data.&lt;br&gt;
&lt;br&gt;
BL!P automatically submits multiple FASTA formatted coding DNA or amino acid sequences to a NCBI BLAST protein database. Submissions are polled until complete, and the results are saved to disk for later use. Upon completion of the NCBI BLAST search, the GenBank
 records for each BLAST hit that meets user specified criteria is downloaded and saved to disk for later use. The results from BLAST and information in the GenBank records are parsed and converted to a Pivot collection. Using data from the Pivot collection,
 a custom image layout is constructed to represent each BLAST hit. The results are saved to disk and can be loaded into Pivot for exploration. BL!P is a member of the
&lt;a href="http://research.microsoft.com/bio/"&gt;Microsoft Biology Initiative&lt;/a&gt;.&lt;br&gt;
&lt;h1&gt;About the Author&lt;/h1&gt;
Vince Forgetta, M.Sc.&lt;br&gt;
Microsoft Intern: Summer 2010&lt;br&gt;
Ph.D. Candidate, McGill University, Department of Human Genetics, Montreal, Quebec, Canada&lt;br&gt;
&lt;a href="mailto:vincenzo.forgetta@mail.mcgill.ca"&gt;vincenzo.forgetta@mail.mcgill.ca&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
</description><author>vforget</author><pubDate>Sun, 14 Apr 2013 02:14:51 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130414021451A</guid></item><item><title>Updated Wiki: Home</title><link>https://blip.codeplex.com/wikipage?version=189</link><description>
&lt;div class="wikidoc"&gt;
&lt;h1&gt;&lt;span style="color:#800000"&gt;!!ATTENTION!!&lt;/span&gt;&lt;/h1&gt;
&lt;div class="wikidoc"&gt;This website and code base is no longer maintained. Please visit our new home on GitHub at&lt;/div&gt;
&lt;div class="wikidoc"&gt;&lt;/div&gt;
&lt;div class="wikidoc"&gt;&lt;a title="https://github.com/vforget/blip" href="https://github.com/vforget/blip" target="_self"&gt;https://github.com/vforget/blip
&lt;/a&gt;&lt;/div&gt;
&lt;h1&gt;Project Description&lt;/h1&gt;
&lt;div class="wikidoc"&gt;BL!P [&lt;em&gt;blip&lt;/em&gt;], or &lt;span style="text-decoration:underline"&gt;
BL&lt;/span&gt;AST &lt;span style="text-decoration:underline"&gt;i&lt;/span&gt;n &lt;span style="text-decoration:underline"&gt;
P&lt;/span&gt;ivot, is a computer program that automates the NCBI BLAST alignment of coding DNA or protein sequences and processes the results for visualization in the Microsoft Live Labs program Pivot.&amp;nbsp;&lt;/div&gt;
&lt;div style="background-color:#eeffee; padding:10px; margin:10px; width:50%"&gt;&lt;span style="font-size:20px; font-weight:bold"&gt;&lt;a href="http://blip.codeplex.com/downloads/get/622715"&gt;Download BL!P&lt;/a&gt;&lt;/span&gt;
&lt;div style="padding-left:30px"&gt;&lt;strong&gt;Software requirements:&lt;/strong&gt;&lt;/div&gt;
&lt;div style="padding-left:60px"&gt;&lt;em&gt;&amp;gt; Microsoft Windows XP or better.&lt;/em&gt;&lt;/div&gt;
&lt;div style="padding-left:60px"&gt;&lt;em&gt;&amp;gt; &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=17851"&gt;
Microsoft .NET 4.0&lt;/a&gt;&lt;/em&gt;&lt;/div&gt;
&lt;div style="padding-left:60px"&gt;&lt;em&gt;&amp;gt; &lt;a href="http://www.microsoft.com/getsilverlight/Get-Started/Install/Default.aspx"&gt;
Microsoft Silverlight&lt;/a&gt;&lt;/em&gt;&lt;/div&gt;
&lt;div style="padding-left:60px"&gt;&lt;em&gt;&amp;gt; &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=17747"&gt;
Microsoft Silverlight PivotViewer Control&lt;/a&gt;&lt;/em&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;h4&gt;&lt;a title="Explore a sample data set" href="http://www.genomequebec.mcgill.ca/compgen/public/blip/blip_demo/blip.html"&gt;Explore a sample data set&lt;/a&gt;&lt;/h4&gt;
&lt;h4&gt;&lt;span style="color:#ff0000"&gt;&lt;a href="http://research.microsoft.com/apps/video/default.aspx?id=142016"&gt;Watch a short video presentation&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;h4&gt;&lt;span style="color:#ff0000"&gt;&lt;a href="http://blip.codeplex.com/workitem/list/basic"&gt;Question to ask, or bug to report?&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;h4&gt;
&lt;hr&gt;
&lt;/h4&gt;
&lt;h1&gt;Introduction&lt;/h1&gt;
&lt;a href="http://blast.ncbi.nlm.nih.gov/Blast.cgi"&gt;NCBI BLAST&lt;/a&gt; is a popular software program used to find regions of similarity between biological sequences, and can be used to infer functional and evolutionary relationships between sequences. A NCBI BLAST
 search using multiple query sequences (e.g. gene predictions from a genome sequencing project) typically generates a large dataset that must be explored for functional or evolutionary patterns on interest. Current approaches to exploring NCBI BLAST results
 include automated filtering of the dataset using a priori significance thresholds followed by manual inspection. While this approach is satisfactory, novel data exploration and visualization software exists that allows for patterns to be identified more easily
 and with less bias. One such program is &lt;a href="http://www.silverlight.net/learn/pivotviewer/"&gt;
Pivot&lt;/a&gt;, which can visualize the relationship between pieces of information allowing for the discovery of hidden patterns. Pivot structures its data into &amp;ldquo;collections&amp;rdquo;, which combines groups of similar items based on values of certain attributes
 (facet categories), and represents each item using an image. We have created a software application, BL!P, that automates the NCBI BLAST search of multiple biological sequences and converts the results into a Pivot collection. BL!P also provides an interface
 to construct custom image layouts for the collection of Pivot items.&lt;br&gt;
&lt;br&gt;
BL!P was developed using C# and .NET 4.0, and uses the &lt;a href="http://mbf.codeplex.com"&gt;
Microsoft Biology Foundation&lt;/a&gt; (MBF) bioinformatics toolkit to access NCBI resources such as NCBI BLAST and
&lt;a href="http://www.ncbi.nlm.nih.gov/genbank/"&gt;GenBank&lt;/a&gt;, as well as parsers to read/write biological sequence data.&lt;br&gt;
&lt;br&gt;
BL!P automatically submits multiple FASTA formatted coding DNA or amino acid sequences to a NCBI BLAST protein database. Submissions are polled until complete, and the results are saved to disk for later use. Upon completion of the NCBI BLAST search, the GenBank
 records for each BLAST hit that meets user specified criteria is downloaded and saved to disk for later use. The results from BLAST and information in the GenBank records are parsed and converted to a Pivot collection. Using data from the Pivot collection,
 a custom image layout is constructed to represent each BLAST hit. The results are saved to disk and can be loaded into Pivot for exploration. BL!P is a member of the
&lt;a href="http://research.microsoft.com/bio/"&gt;Microsoft Biology Initiative&lt;/a&gt;.&lt;br&gt;
&lt;h1&gt;About the Author&lt;/h1&gt;
Vince Forgetta, M.Sc.&lt;br&gt;
Microsoft Intern: Summer 2010&lt;br&gt;
Ph.D. Candidate, McGill University, Department of Human Genetics, Montreal, Quebec, Canada&lt;br&gt;
&lt;a href="mailto:vincenzo.forgetta@mail.mcgill.ca"&gt;vincenzo.forgetta@mail.mcgill.ca&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
</description><author>vforget</author><pubDate>Sun, 14 Apr 2013 02:13:18 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130414021318A</guid></item><item><title>Updated Wiki: Home</title><link>https://blip.codeplex.com/wikipage?version=188</link><description>
&lt;div class="wikidoc"&gt;
&lt;h1&gt;!!ATTENTION!!&lt;/h1&gt;
&lt;div class="wikidoc"&gt;This website and code base is no longer maintained. Please visit our new home on GitHub at&lt;/div&gt;
&lt;div class="wikidoc"&gt;&lt;a title="https://github.com/vforget/blip" href="https://github.com/vforget/blip" target="_self"&gt;https://github.com/vforget/blip
&lt;/a&gt;&lt;/div&gt;
&lt;h1&gt;Project Description&lt;/h1&gt;
&lt;div class="wikidoc"&gt;BL!P [&lt;em&gt;blip&lt;/em&gt;], or &lt;span style="text-decoration:underline"&gt;
BL&lt;/span&gt;AST &lt;span style="text-decoration:underline"&gt;i&lt;/span&gt;n &lt;span style="text-decoration:underline"&gt;
P&lt;/span&gt;ivot, is a computer program that automates the NCBI BLAST alignment of coding DNA or protein sequences and processes the results for visualization in the Microsoft Live Labs program Pivot.&amp;nbsp;&lt;/div&gt;
&lt;div style="background-color:#eeffee; padding:10px; margin:10px; width:50%"&gt;&lt;span style="font-size:20px; font-weight:bold"&gt;&lt;a href="http://blip.codeplex.com/downloads/get/622715"&gt;Download BL!P&lt;/a&gt;&lt;/span&gt;
&lt;div style="padding-left:30px"&gt;&lt;strong&gt;Software requirements:&lt;/strong&gt;&lt;/div&gt;
&lt;div style="padding-left:60px"&gt;&lt;em&gt;&amp;gt; Microsoft Windows XP or better.&lt;/em&gt;&lt;/div&gt;
&lt;div style="padding-left:60px"&gt;&lt;em&gt;&amp;gt; &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=17851"&gt;
Microsoft .NET 4.0&lt;/a&gt;&lt;/em&gt;&lt;/div&gt;
&lt;div style="padding-left:60px"&gt;&lt;em&gt;&amp;gt; &lt;a href="http://www.microsoft.com/getsilverlight/Get-Started/Install/Default.aspx"&gt;
Microsoft Silverlight&lt;/a&gt;&lt;/em&gt;&lt;/div&gt;
&lt;div style="padding-left:60px"&gt;&lt;em&gt;&amp;gt; &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=17747"&gt;
Microsoft Silverlight PivotViewer Control&lt;/a&gt;&lt;/em&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;h4&gt;&lt;a title="Explore a sample data set" href="http://www.genomequebec.mcgill.ca/compgen/public/blip/blip_demo/blip.html"&gt;Explore a sample data set&lt;/a&gt;&lt;/h4&gt;
&lt;h4&gt;&lt;span style="color:#ff0000"&gt;&lt;a href="http://research.microsoft.com/apps/video/default.aspx?id=142016"&gt;Watch a short video presentation&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;h4&gt;&lt;span style="color:#ff0000"&gt;&lt;a href="http://blip.codeplex.com/workitem/list/basic"&gt;Question to ask, or bug to report?&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;h4&gt;
&lt;hr&gt;
&lt;/h4&gt;
&lt;h1&gt;Introduction&lt;/h1&gt;
&lt;a href="http://blast.ncbi.nlm.nih.gov/Blast.cgi"&gt;NCBI BLAST&lt;/a&gt; is a popular software program used to find regions of similarity between biological sequences, and can be used to infer functional and evolutionary relationships between sequences. A NCBI BLAST
 search using multiple query sequences (e.g. gene predictions from a genome sequencing project) typically generates a large dataset that must be explored for functional or evolutionary patterns on interest. Current approaches to exploring NCBI BLAST results
 include automated filtering of the dataset using a priori significance thresholds followed by manual inspection. While this approach is satisfactory, novel data exploration and visualization software exists that allows for patterns to be identified more easily
 and with less bias. One such program is &lt;a href="http://www.silverlight.net/learn/pivotviewer/"&gt;
Pivot&lt;/a&gt;, which can visualize the relationship between pieces of information allowing for the discovery of hidden patterns. Pivot structures its data into &amp;ldquo;collections&amp;rdquo;, which combines groups of similar items based on values of certain attributes
 (facet categories), and represents each item using an image. We have created a software application, BL!P, that automates the NCBI BLAST search of multiple biological sequences and converts the results into a Pivot collection. BL!P also provides an interface
 to construct custom image layouts for the collection of Pivot items.&lt;br&gt;
&lt;br&gt;
BL!P was developed using C# and .NET 4.0, and uses the &lt;a href="http://mbf.codeplex.com"&gt;
Microsoft Biology Foundation&lt;/a&gt; (MBF) bioinformatics toolkit to access NCBI resources such as NCBI BLAST and
&lt;a href="http://www.ncbi.nlm.nih.gov/genbank/"&gt;GenBank&lt;/a&gt;, as well as parsers to read/write biological sequence data.&lt;br&gt;
&lt;br&gt;
BL!P automatically submits multiple FASTA formatted coding DNA or amino acid sequences to a NCBI BLAST protein database. Submissions are polled until complete, and the results are saved to disk for later use. Upon completion of the NCBI BLAST search, the GenBank
 records for each BLAST hit that meets user specified criteria is downloaded and saved to disk for later use. The results from BLAST and information in the GenBank records are parsed and converted to a Pivot collection. Using data from the Pivot collection,
 a custom image layout is constructed to represent each BLAST hit. The results are saved to disk and can be loaded into Pivot for exploration. BL!P is a member of the
&lt;a href="http://research.microsoft.com/bio/"&gt;Microsoft Biology Initiative&lt;/a&gt;.&lt;br&gt;
&lt;h1&gt;About the Author&lt;/h1&gt;
Vince Forgetta, M.Sc.&lt;br&gt;
Microsoft Intern: Summer 2010&lt;br&gt;
Ph.D. Candidate, McGill University, Department of Human Genetics, Montreal, Quebec, Canada&lt;br&gt;
&lt;a href="mailto:vincenzo.forgetta@mail.mcgill.ca"&gt;vincenzo.forgetta@mail.mcgill.ca&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
</description><author>vforget</author><pubDate>Sun, 14 Apr 2013 02:12:28 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130414021228A</guid></item><item><title>New Post: Limitations of BL!P</title><link>http://blip.codeplex.com/discussions/438718</link><description>&lt;div style="line-height: normal;"&gt;Hello all!&lt;br /&gt;
&lt;br /&gt;
I want to know which is the maximal amount of sequences or genes supported by BLIP?&lt;br /&gt;
excuse me but i don´t understand so well the ~5000 genes threshold.&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
Leo&lt;br /&gt;
&lt;/div&gt;</description><author>leonardoBio</author><pubDate>Mon, 01 Apr 2013 22:23:16 GMT</pubDate><guid isPermaLink="false">New Post: Limitations of BL!P 20130401102316P</guid></item><item><title>Commented Issue: can't obtain the final pivot web browser view with alignement of DNA sequence [1478]</title><link>http://blip.codeplex.com/workitem/1478</link><description>Dear all&lt;br /&gt;&lt;br /&gt;i&amp;#39;m triying to align a DNA sequence, the process ends correctly, but the browser doesn&amp;#39;t show nothing.&lt;br /&gt;i have already enable popup windows in the web browser originating from address 127.0.0.1 and i have too cleared the web browser cache and delete web browser cookies. but the results are the same. i have probed the same result in google chrome and IE.&lt;br /&gt;I think BL&amp;#33;P give all the required files to obtain the correct view.&lt;br /&gt;&lt;br /&gt;I attached a snapshot of the final browser result  and another with the parameters that i have used for these process.&lt;br /&gt;&lt;br /&gt;PD&amp;#58; i&amp;#39;m using BL&amp;#33;P v20&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;regards,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Leonardo&lt;br /&gt;Comments: ** Comment from web user: leonardoBio ** &lt;p&gt;Hello i have many Projects files, but i think 2 files are enough&lt;/p&gt;&lt;p&gt;this is the first file,  all files generated by BL!P : https://dl.dropbox.com/u/56132327/BLIP_Glomus-ITS_1.zip&lt;br&gt;the second file, is larger:  https://dl.dropbox.com/u/56132327/BLIP_EC_APECO1_plasmid.zip&lt;/p&gt;&lt;p&gt;&lt;br&gt;regards,&lt;/p&gt;&lt;p&gt;Leo&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><author>leonardoBio</author><pubDate>Mon, 01 Apr 2013 17:58:18 GMT</pubDate><guid isPermaLink="false">Commented Issue: can't obtain the final pivot web browser view with alignement of DNA sequence [1478] 20130401055818P</guid></item><item><title>Commented Issue: can't obtain the final pivot web browser view with alignement of DNA sequence [1478]</title><link>http://blip.codeplex.com/workitem/1478</link><description>Dear all&lt;br /&gt;&lt;br /&gt;i&amp;#39;m triying to align a DNA sequence, the process ends correctly, but the browser doesn&amp;#39;t show nothing.&lt;br /&gt;i have already enable popup windows in the web browser originating from address 127.0.0.1 and i have too cleared the web browser cache and delete web browser cookies. but the results are the same. i have probed the same result in google chrome and IE.&lt;br /&gt;I think BL&amp;#33;P give all the required files to obtain the correct view.&lt;br /&gt;&lt;br /&gt;I attached a snapshot of the final browser result  and another with the parameters that i have used for these process.&lt;br /&gt;&lt;br /&gt;PD&amp;#58; i&amp;#39;m using BL&amp;#33;P v20&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;regards,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Leonardo&lt;br /&gt;Comments: ** Comment from web user: vforget ** &lt;p&gt;How big is the blip project that you are testing? If not too big, zip it and send it to me by whatever way you want. &lt;/p&gt;&lt;p&gt;If too big,  can you create a smaller one with fewer query sequences and sent it to me. &lt;/p&gt;&lt;p&gt;Thanks &lt;/p&gt;</description><author>vforget</author><pubDate>Fri, 22 Mar 2013 22:36:05 GMT</pubDate><guid isPermaLink="false">Commented Issue: can't obtain the final pivot web browser view with alignement of DNA sequence [1478] 20130322103605P</guid></item><item><title>Commented Issue: can't obtain the final pivot web browser view with alignement of DNA sequence [1478]</title><link>http://blip.codeplex.com/workitem/1478</link><description>Dear all&lt;br /&gt;&lt;br /&gt;i&amp;#39;m triying to align a DNA sequence, the process ends correctly, but the browser doesn&amp;#39;t show nothing.&lt;br /&gt;i have already enable popup windows in the web browser originating from address 127.0.0.1 and i have too cleared the web browser cache and delete web browser cookies. but the results are the same. i have probed the same result in google chrome and IE.&lt;br /&gt;I think BL&amp;#33;P give all the required files to obtain the correct view.&lt;br /&gt;&lt;br /&gt;I attached a snapshot of the final browser result  and another with the parameters that i have used for these process.&lt;br /&gt;&lt;br /&gt;PD&amp;#58; i&amp;#39;m using BL&amp;#33;P v20&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;regards,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Leonardo&lt;br /&gt;Comments: ** Comment from web user: leonardoBio ** &lt;p&gt;pd: I know BLIP has his own server&lt;/p&gt;</description><author>leonardoBio</author><pubDate>Fri, 22 Mar 2013 21:48:49 GMT</pubDate><guid isPermaLink="false">Commented Issue: can't obtain the final pivot web browser view with alignement of DNA sequence [1478] 20130322094849P</guid></item><item><title>Commented Issue: can't obtain the final pivot web browser view with alignement of DNA sequence [1478]</title><link>http://blip.codeplex.com/workitem/1478</link><description>Dear all&lt;br /&gt;&lt;br /&gt;i&amp;#39;m triying to align a DNA sequence, the process ends correctly, but the browser doesn&amp;#39;t show nothing.&lt;br /&gt;i have already enable popup windows in the web browser originating from address 127.0.0.1 and i have too cleared the web browser cache and delete web browser cookies. but the results are the same. i have probed the same result in google chrome and IE.&lt;br /&gt;I think BL&amp;#33;P give all the required files to obtain the correct view.&lt;br /&gt;&lt;br /&gt;I attached a snapshot of the final browser result  and another with the parameters that i have used for these process.&lt;br /&gt;&lt;br /&gt;PD&amp;#58; i&amp;#39;m using BL&amp;#33;P v20&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;regards,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Leonardo&lt;br /&gt;Comments: ** Comment from web user: leonardoBio ** &lt;p&gt;Now i have executed run BLIP, with and without IIS,  and the results are the same&lt;/p&gt;&lt;p&gt;another suggestion?&lt;/p&gt;</description><author>leonardoBio</author><pubDate>Fri, 22 Mar 2013 21:47:47 GMT</pubDate><guid isPermaLink="false">Commented Issue: can't obtain the final pivot web browser view with alignement of DNA sequence [1478] 20130322094747P</guid></item><item><title>Commented Issue: can't obtain the final pivot web browser view with alignement of DNA sequence [1478]</title><link>http://blip.codeplex.com/workitem/1478</link><description>Dear all&lt;br /&gt;&lt;br /&gt;i&amp;#39;m triying to align a DNA sequence, the process ends correctly, but the browser doesn&amp;#39;t show nothing.&lt;br /&gt;i have already enable popup windows in the web browser originating from address 127.0.0.1 and i have too cleared the web browser cache and delete web browser cookies. but the results are the same. i have probed the same result in google chrome and IE.&lt;br /&gt;I think BL&amp;#33;P give all the required files to obtain the correct view.&lt;br /&gt;&lt;br /&gt;I attached a snapshot of the final browser result  and another with the parameters that i have used for these process.&lt;br /&gt;&lt;br /&gt;PD&amp;#58; i&amp;#39;m using BL&amp;#33;P v20&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;regards,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Leonardo&lt;br /&gt;Comments: ** Comment from web user: leonardoBio ** &lt;p&gt;the attached image, my apologies.&lt;/p&gt;</description><author>leonardoBio</author><pubDate>Thu, 21 Mar 2013 21:12:18 GMT</pubDate><guid isPermaLink="false">Commented Issue: can't obtain the final pivot web browser view with alignement of DNA sequence [1478] 20130321091218P</guid></item><item><title>Commented Issue: can't obtain the final pivot web browser view with alignement of DNA sequence [1478]</title><link>http://blip.codeplex.com/workitem/1478</link><description>Dear all&lt;br /&gt;&lt;br /&gt;i&amp;#39;m triying to align a DNA sequence, the process ends correctly, but the browser doesn&amp;#39;t show nothing.&lt;br /&gt;i have already enable popup windows in the web browser originating from address 127.0.0.1 and i have too cleared the web browser cache and delete web browser cookies. but the results are the same. i have probed the same result in google chrome and IE.&lt;br /&gt;I think BL&amp;#33;P give all the required files to obtain the correct view.&lt;br /&gt;&lt;br /&gt;I attached a snapshot of the final browser result  and another with the parameters that i have used for these process.&lt;br /&gt;&lt;br /&gt;PD&amp;#58; i&amp;#39;m using BL&amp;#33;P v20&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;regards,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Leonardo&lt;br /&gt;Comments: ** Comment from web user: leonardoBio ** &lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;I have tried your suggestion, but i have the same results, so i have instaled and configured IIS7 correctly again, because i was thinking that IIS maybe was the responsable. but let me tell you, my IIS is running correctly. i don´t know if this issue is due to the version of .NET Bio that i'm  actually using, because BLIP uses MBF.&lt;/p&gt;&lt;p&gt;PD: My localhost works correctly with localhost and 127.0.0.1 (see the attached image)&lt;/p&gt;&lt;p&gt;Leo&lt;/p&gt;</description><author>leonardoBio</author><pubDate>Thu, 21 Mar 2013 21:11:07 GMT</pubDate><guid isPermaLink="false">Commented Issue: can't obtain the final pivot web browser view with alignement of DNA sequence [1478] 20130321091107P</guid></item><item><title>Commented Issue: can't obtain the final pivot web browser view with alignement of DNA sequence [1478]</title><link>http://blip.codeplex.com/workitem/1478</link><description>Dear all&lt;br /&gt;&lt;br /&gt;i&amp;#39;m triying to align a DNA sequence, the process ends correctly, but the browser doesn&amp;#39;t show nothing.&lt;br /&gt;i have already enable popup windows in the web browser originating from address 127.0.0.1 and i have too cleared the web browser cache and delete web browser cookies. but the results are the same. i have probed the same result in google chrome and IE.&lt;br /&gt;I think BL&amp;#33;P give all the required files to obtain the correct view.&lt;br /&gt;&lt;br /&gt;I attached a snapshot of the final browser result  and another with the parameters that i have used for these process.&lt;br /&gt;&lt;br /&gt;PD&amp;#58; i&amp;#39;m using BL&amp;#33;P v20&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;regards,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Leonardo&lt;br /&gt;Comments: ** Comment from web user: vforget ** &lt;p&gt;I can reproduce the results you get by doing this:&lt;/p&gt;&lt;p&gt;1. When accessing a public bl!p demo I made at:&lt;/p&gt;&lt;p&gt;http://www.genomequebec.mcgill.ca/compgen/public/blip/blip_demo/blip.html&lt;/p&gt;&lt;p&gt;and changing the url to:&lt;/p&gt;&lt;p&gt;http://genomequebec.mcgill.ca/compgen/public/blip/blip_demo/blip.html&lt;/p&gt;&lt;p&gt;2. For a locallay running bl!p this works:&lt;/p&gt;&lt;p&gt;http://127.0.0.1:8085/blip.html?t=634994079412890180&lt;/p&gt;&lt;p&gt;but this does not:&lt;/p&gt;&lt;p&gt;http://localhost:8085/blip.html?t=634994079412890180&lt;/p&gt;&lt;p&gt;Maybe it is something with you web server configuration?&lt;/p&gt;&lt;p&gt;Maybe try to replace 127.0.0.1 with localhost? &lt;/p&gt;&lt;p&gt;Vince&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description><author>vforget</author><pubDate>Thu, 21 Mar 2013 00:29:28 GMT</pubDate><guid isPermaLink="false">Commented Issue: can't obtain the final pivot web browser view with alignement of DNA sequence [1478] 20130321122928A</guid></item><item><title>Commented Issue: can't obtain the final pivot web browser view with alignement of DNA sequence [1478]</title><link>http://blip.codeplex.com/workitem/1478</link><description>Dear all&lt;br /&gt;&lt;br /&gt;i&amp;#39;m triying to align a DNA sequence, the process ends correctly, but the browser doesn&amp;#39;t show nothing.&lt;br /&gt;i have already enable popup windows in the web browser originating from address 127.0.0.1 and i have too cleared the web browser cache and delete web browser cookies. but the results are the same. i have probed the same result in google chrome and IE.&lt;br /&gt;I think BL&amp;#33;P give all the required files to obtain the correct view.&lt;br /&gt;&lt;br /&gt;I attached a snapshot of the final browser result  and another with the parameters that i have used for these process.&lt;br /&gt;&lt;br /&gt;PD&amp;#58; i&amp;#39;m using BL&amp;#33;P v20&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;regards,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Leonardo&lt;br /&gt;Comments: ** Comment from web user: vforget ** &lt;p&gt;Hi Leonardo,&lt;/p&gt;&lt;p&gt;Does loading other PivotViewer demos work, like the ones found here:&lt;/p&gt;&lt;p&gt;http://xamlgeek.net/2011/01/27/pivotviewer-demos/&lt;/p&gt;&lt;p&gt;If not we can discuss this at length via personal email. I will post the solution here when we find one.&lt;/p&gt;&lt;p&gt;Vince&lt;/p&gt;</description><author>vforget</author><pubDate>Thu, 21 Mar 2013 00:19:52 GMT</pubDate><guid isPermaLink="false">Commented Issue: can't obtain the final pivot web browser view with alignement of DNA sequence [1478] 20130321121952A</guid></item><item><title>Commented Issue: can't obtain the final pivot web browser view of a Sample Data  Dataset #1 [1480]</title><link>http://blip.codeplex.com/workitem/1480</link><description>Dear all&lt;br /&gt;&lt;br /&gt;I have downloaded the sample data and I have  used the genes.fasta protein sequence file, to align using blastp, using the BL&amp;#33;P v20. but i have the same error that the last reported issue &amp;#40;see the snapshot attached&amp;#41;. the browser doesn&amp;#180;t show nothing, also show me the next message, when the fourth stage of the process has finalized&amp;#58;&lt;br /&gt;&lt;br /&gt;---------------------------&lt;br /&gt;&lt;br /&gt;---------------------------&lt;br /&gt;Error parsing GenBank records&amp;#58; 38347984,157412141,226807724,157412142,226807725,157412143,226807726,157412144,38347989,157412145,38347991,157412146,157412147,21233812,157412148,32765050,161867949,18466630,38348012,38348116,157412231,226807750,157412151,38348014,157412152,38348015,157412153,157412154,157412155,38348018,38348019,157412157,410652785,157412158,410652786,157412159,157412160,157412232,38348024,157412161,410652789,157412162,410652790,38348026,38348027,157412164,38348029,410652794,38348030,157412167,38348032,157412168,38348033,157412169,190410361,157412170,157412233,38348035,157412171,38348036,38348037,157412173,38348038,157412174,157412175,38348049,410652806,157412177,226807778,157412178,38348052,157412179,157412180,38348119,157412234,38348055,157412181,157412182,38348056,157412183,38348057,157412184,157412185,226807786,157412186,157412187,10957290,157412188,38348066,157412189,157412190,157412235,38348068,157412191,226807817,157412192,157412193,38348073,38348074,157412195,38348075,157412196,157412197,157412198,38348082,157412199,226807820,157412200,32765050,161867949,157412201,38348085,157412202,38348086,157412203,157412226,157412116,157412206,38348108,38348106,157412208,226807841,157412209,157412210,38348109,157412237,157412211,38348101,157412212,38348100,157412213,38348099,157412214,157412215,157412216,38348096,410652616,157412015,38347832,157412016,38347833,157412017,38347834,157412218,410652620,157412019,38347836,157412020,38347837,157412021,38347838,157412022,157412023,38347840,157412024,38347841,38347842,38347843,157412027,38347844,157412028,157412219,38347845,157412029,157412030,38347847,157412031,38347848,157412032,38347849,157412033,407470123,157412034,410691088,38347850,38347851,157412036,157412037,157412038,157412220,157412238,38347854,157412039,157412040,410652645,226807593,157412041,38347857,157412042,157412043,38347859,157412044,38347860,410652653,38347861,38347862,157412047,38347863,157412221,226807602,157412049,157412050,38347867,157412051,157412052,38347869,157412053,38347870,157412054,38347871,157412055,157412056,410652665,38347873,226807610,38347874,38348091,157412222,157412059,38347875,38347876,157412060,38347877,38347878,157412062,38347879,226807616,157412064,38347881,157412065,410652676,157412066,157412067,157412068,190410439,157412223,157412069,38347889,157412070,38347890,157412071,156933959,38347891,157412073,156933963,38347893,157412075,157412076,157412077,157412078,157412224,157412079,407468635,157412080,157412081,38347901,157412082,157412083,410691144,15800695,157412085,156933975,157412086,157412087,237728598,157412088,38348088,157412225,237728599,38347914,226807651,157412090,226807655,157412091,190410267,157412092,157412093,292671042,157412094,157412095,15983525,17530574,157412098,157412116,157412226,422381238,157412099,10955228,134047089,134047129,410502919,134047141,157412105,157412108,157412109,157412110,157412227,38347954,157412112,38347956,38347957,157412115,157412226,157412116,157412117,218697190,38347959,38347960,218697189,157412120,157412228,157412121,38347963,156936337,38347964,260600073,386706751,157412124,38347966,38347967,38347968,38639712,38347970,423106640,38347972,157412229,423106639,38347973,38347974,156936349,152973498,38347976,152973496,38347977,260600057,38639703,38347979,156936354,218697170,38347980,226807721,157412139,410652761,157412140,157412230,293404550,.&lt;br /&gt;&lt;br /&gt;This is likely due to an unsupported field in the GenBank record. Contact the MBF development team at http&amp;#58;&amp;#47;&amp;#47;mbf.codeplex.com, and include one of the GI numbers in the bug report.&lt;br /&gt;&lt;br /&gt;You can copy this message to the clipboard using Ctrl-C.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;---------------------------&lt;br /&gt;Aceptar   &lt;br /&gt;---------------------------&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;regards&lt;br /&gt;Comments: ** Comment from web user: leonardoBio ** &lt;p&gt;ok, thanks for the answer&lt;/p&gt;</description><author>leonardoBio</author><pubDate>Wed, 20 Mar 2013 22:54:35 GMT</pubDate><guid isPermaLink="false">Commented Issue: can't obtain the final pivot web browser view of a Sample Data  Dataset #1 [1480] 20130320105435P</guid></item><item><title>Commented Issue: can't obtain the final pivot web browser view with alignement of DNA sequence [1478]</title><link>http://blip.codeplex.com/workitem/1478</link><description>Dear all&lt;br /&gt;&lt;br /&gt;i&amp;#39;m triying to align a DNA sequence, the process ends correctly, but the browser doesn&amp;#39;t show nothing.&lt;br /&gt;i have already enable popup windows in the web browser originating from address 127.0.0.1 and i have too cleared the web browser cache and delete web browser cookies. but the results are the same. i have probed the same result in google chrome and IE.&lt;br /&gt;I think BL&amp;#33;P give all the required files to obtain the correct view.&lt;br /&gt;&lt;br /&gt;I attached a snapshot of the final browser result  and another with the parameters that i have used for these process.&lt;br /&gt;&lt;br /&gt;PD&amp;#58; i&amp;#39;m using BL&amp;#33;P v20&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;regards,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Leonardo&lt;br /&gt;Comments: ** Comment from web user: leonardoBio ** &lt;p&gt;hi vince,&lt;/p&gt;&lt;p&gt;i'm running over windows 7, in the initial step I look something like the next attached snapshot, this is just for a few seconds, after, i get the a blank page just like the last image (BLIP_3_parameters.jpg), and no, i can't see the silverlight load wheel.&lt;/p&gt;&lt;p&gt;yes i have installed all the requeriments including silverlight and PivotViewer (i have downloaded of this page: http://www.microsoft.com/en-us/download/details.aspx?id=17747), and lastely i'm the administrator of my windows user account. and never request me &amp;quot;Allow access&amp;quot; dialog, because i'm the admistrator so everything is allowed for me.&lt;/p&gt;&lt;p&gt;waiting for your answer,&lt;/p&gt;&lt;p&gt;Leo&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><author>leonardoBio</author><pubDate>Wed, 20 Mar 2013 22:47:13 GMT</pubDate><guid isPermaLink="false">Commented Issue: can't obtain the final pivot web browser view with alignement of DNA sequence [1478] 20130320104713P</guid></item><item><title>New Post: How to execute BL!P in a local web server</title><link>http://blip.codeplex.com/discussions/437253</link><description>&lt;div style="line-height: normal;"&gt;thanks for you answer i will contact to your personal email. i'm very interested in make great things with pivot and obviously with BLIP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Leonardo&lt;br /&gt;
&lt;/div&gt;</description><author>leonardoBio</author><pubDate>Wed, 20 Mar 2013 20:14:00 GMT</pubDate><guid isPermaLink="false">New Post: How to execute BL!P in a local web server 20130320081400P</guid></item><item><title>Commented Issue: can't obtain the final pivot web browser view of a Sample Data  Dataset #1 [1480]</title><link>http://blip.codeplex.com/workitem/1480</link><description>Dear all&lt;br /&gt;&lt;br /&gt;I have downloaded the sample data and I have  used the genes.fasta protein sequence file, to align using blastp, using the BL&amp;#33;P v20. but i have the same error that the last reported issue &amp;#40;see the snapshot attached&amp;#41;. the browser doesn&amp;#180;t show nothing, also show me the next message, when the fourth stage of the process has finalized&amp;#58;&lt;br /&gt;&lt;br /&gt;---------------------------&lt;br /&gt;&lt;br /&gt;---------------------------&lt;br /&gt;Error parsing GenBank records&amp;#58; 38347984,157412141,226807724,157412142,226807725,157412143,226807726,157412144,38347989,157412145,38347991,157412146,157412147,21233812,157412148,32765050,161867949,18466630,38348012,38348116,157412231,226807750,157412151,38348014,157412152,38348015,157412153,157412154,157412155,38348018,38348019,157412157,410652785,157412158,410652786,157412159,157412160,157412232,38348024,157412161,410652789,157412162,410652790,38348026,38348027,157412164,38348029,410652794,38348030,157412167,38348032,157412168,38348033,157412169,190410361,157412170,157412233,38348035,157412171,38348036,38348037,157412173,38348038,157412174,157412175,38348049,410652806,157412177,226807778,157412178,38348052,157412179,157412180,38348119,157412234,38348055,157412181,157412182,38348056,157412183,38348057,157412184,157412185,226807786,157412186,157412187,10957290,157412188,38348066,157412189,157412190,157412235,38348068,157412191,226807817,157412192,157412193,38348073,38348074,157412195,38348075,157412196,157412197,157412198,38348082,157412199,226807820,157412200,32765050,161867949,157412201,38348085,157412202,38348086,157412203,157412226,157412116,157412206,38348108,38348106,157412208,226807841,157412209,157412210,38348109,157412237,157412211,38348101,157412212,38348100,157412213,38348099,157412214,157412215,157412216,38348096,410652616,157412015,38347832,157412016,38347833,157412017,38347834,157412218,410652620,157412019,38347836,157412020,38347837,157412021,38347838,157412022,157412023,38347840,157412024,38347841,38347842,38347843,157412027,38347844,157412028,157412219,38347845,157412029,157412030,38347847,157412031,38347848,157412032,38347849,157412033,407470123,157412034,410691088,38347850,38347851,157412036,157412037,157412038,157412220,157412238,38347854,157412039,157412040,410652645,226807593,157412041,38347857,157412042,157412043,38347859,157412044,38347860,410652653,38347861,38347862,157412047,38347863,157412221,226807602,157412049,157412050,38347867,157412051,157412052,38347869,157412053,38347870,157412054,38347871,157412055,157412056,410652665,38347873,226807610,38347874,38348091,157412222,157412059,38347875,38347876,157412060,38347877,38347878,157412062,38347879,226807616,157412064,38347881,157412065,410652676,157412066,157412067,157412068,190410439,157412223,157412069,38347889,157412070,38347890,157412071,156933959,38347891,157412073,156933963,38347893,157412075,157412076,157412077,157412078,157412224,157412079,407468635,157412080,157412081,38347901,157412082,157412083,410691144,15800695,157412085,156933975,157412086,157412087,237728598,157412088,38348088,157412225,237728599,38347914,226807651,157412090,226807655,157412091,190410267,157412092,157412093,292671042,157412094,157412095,15983525,17530574,157412098,157412116,157412226,422381238,157412099,10955228,134047089,134047129,410502919,134047141,157412105,157412108,157412109,157412110,157412227,38347954,157412112,38347956,38347957,157412115,157412226,157412116,157412117,218697190,38347959,38347960,218697189,157412120,157412228,157412121,38347963,156936337,38347964,260600073,386706751,157412124,38347966,38347967,38347968,38639712,38347970,423106640,38347972,157412229,423106639,38347973,38347974,156936349,152973498,38347976,152973496,38347977,260600057,38639703,38347979,156936354,218697170,38347980,226807721,157412139,410652761,157412140,157412230,293404550,.&lt;br /&gt;&lt;br /&gt;This is likely due to an unsupported field in the GenBank record. Contact the MBF development team at http&amp;#58;&amp;#47;&amp;#47;mbf.codeplex.com, and include one of the GI numbers in the bug report.&lt;br /&gt;&lt;br /&gt;You can copy this message to the clipboard using Ctrl-C.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;---------------------------&lt;br /&gt;Aceptar   &lt;br /&gt;---------------------------&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;regards&lt;br /&gt;Comments: ** Comment from web user: vforget ** &lt;p&gt;The issue with the blank web page is being address in your other request.&lt;/p&gt;&lt;p&gt;For the GenBank error, this is because BL!P cannot parse data due to upsupported fields within the GenBank records. Regrettably, this is &amp;quot;normal&amp;quot; for this version of BL!P. Future version will address this issue. The program should still work, with the exception that these records will not appear in the results.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><author>vforget</author><pubDate>Wed, 20 Mar 2013 13:45:12 GMT</pubDate><guid isPermaLink="false">Commented Issue: can't obtain the final pivot web browser view of a Sample Data  Dataset #1 [1480] 20130320014512P</guid></item><item><title>Commented Issue: can't obtain the final pivot web browser view with alignement of DNA sequence [1478]</title><link>http://blip.codeplex.com/workitem/1478</link><description>Dear all&lt;br /&gt;&lt;br /&gt;i&amp;#39;m triying to align a DNA sequence, the process ends correctly, but the browser doesn&amp;#39;t show nothing.&lt;br /&gt;i have already enable popup windows in the web browser originating from address 127.0.0.1 and i have too cleared the web browser cache and delete web browser cookies. but the results are the same. i have probed the same result in google chrome and IE.&lt;br /&gt;I think BL&amp;#33;P give all the required files to obtain the correct view.&lt;br /&gt;&lt;br /&gt;I attached a snapshot of the final browser result  and another with the parameters that i have used for these process.&lt;br /&gt;&lt;br /&gt;PD&amp;#58; i&amp;#39;m using BL&amp;#33;P v20&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;regards,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Leonardo&lt;br /&gt;Comments: ** Comment from web user: vforget ** &lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Sorry you are having trouble.&lt;/p&gt;&lt;p&gt;What version of windows are you running?&lt;/p&gt;&lt;p&gt;Did you see a rotating blue wheel in the web browser prior to the blank page?&lt;/p&gt;&lt;p&gt;Have you installed all the requirements for making this work in a web browser?&lt;/p&gt;&lt;p&gt;&amp;gt; Microsoft Silverlight&lt;br&gt;&amp;gt; Microsoft Silverlight PivotViewer Control&lt;/p&gt;&lt;p&gt;If running BL!P as a non-admin user, did you get prompted for access for lauching the local webserver (&amp;quot;Allow access&amp;quot; dialog). If so, did you allow access?&lt;/p&gt;&lt;p&gt;Vince&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><author>vforget</author><pubDate>Wed, 20 Mar 2013 13:42:22 GMT</pubDate><guid isPermaLink="false">Commented Issue: can't obtain the final pivot web browser view with alignement of DNA sequence [1478] 20130320014222P</guid></item></channel></rss>