<?xml version='1.0'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
	<title><![CDATA[BOL: All site questions]]></title>
	<link>https://bioinformaticsonline.com/answers/?offset=110</link>
	<atom:link href="https://bioinformaticsonline.com/answers/?offset=110" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/answers/view/28372/how-mira-follows-for-the-ref-based-assembly</guid>
	<pubDate>Fri, 08 Jul 2016 07:15:26 -0500</pubDate>
	<link>https://bioinformaticsonline.com/answers/view/28372/how-mira-follows-for-the-ref-based-assembly</link>
	<title><![CDATA[How MIRA follows for the ref based assembly?]]></title>
	<description><![CDATA[<p><span>MIRA</span> follows for the ref based assembly (like mapping the reads on the reference with xxx, etc.) and if its possible to have a figure with the workflow.</p>]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/answers/view/28209/is-there-any-job-offers-in-bioinformatics</guid>
	<pubDate>Sun, 03 Jul 2016 15:07:57 -0500</pubDate>
	<link>https://bioinformaticsonline.com/answers/view/28209/is-there-any-job-offers-in-bioinformatics</link>
	<title><![CDATA[Is there any job offers in Bioinformatics?]]></title>
	<description><![CDATA[<p>Hi BOL community,</p><p>I, Geetanjali, recently completed Msc in bioinformatics. I would like to know more about job offers in Bioinformatics.</p><p>Please help.</p>]]></description>
	<dc:creator>Geetanjali Rajput</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/answers/view/28186/quick-way-to-calculate-length-of-multiple-fasta-file</guid>
	<pubDate>Thu, 30 Jun 2016 10:49:12 -0500</pubDate>
	<link>https://bioinformaticsonline.com/answers/view/28186/quick-way-to-calculate-length-of-multiple-fasta-file</link>
	<title><![CDATA[Quick way to calculate length of multiple fasta file!!]]></title>
	<description><![CDATA[<pre>I am using this perl code right nowadays.<br /><br />#!/usr/bin/perl
use warnings;
use strict;<br />open(FASTA, "&lt;", seq.fa) or die("Can't open\n");
my %singleLineSequences;
my $sequence_id;
while(){
    my $line = $_; chomp($line);
    if ($line =~ m/^&gt;(\S+)/){
        $sequence_id = $1;  <br />        $singleLineSequences{$sequence_id} = ""; 
        }
    else {
        $singleLineSequences{$sequence_id} = $singleLineSequences{$sequence_id} . $line;
        }
   }<br /><br />
foreach my $sequence_entry (keys %singleLineSequences){
    my $currentSequence = $singleLineSequences{$sequence_entry};
    my $lengthSequence = length($currentSequence);
    print $sequence_entry . "," . $lengthSequence . "\n";
}</pre>]]></description>
	<dc:creator>Anjana</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/answers/view/27948/need-help-in-blastn</guid>
	<pubDate>Mon, 20 Jun 2016 08:13:32 -0500</pubDate>
	<link>https://bioinformaticsonline.com/answers/view/27948/need-help-in-blastn</link>
	<title><![CDATA[Need help in Blastn?]]></title>
	<description><![CDATA[<p>I am doing megablast of a contig against NR database, but unable to understand this</p><p>-outfmt '6 qseqid staxids qstart qend sstart send qseq sseq evalue length'</p><p>Can you please help me to undestand all these.</p>]]></description>
	<dc:creator>Shruti Paniwala</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/answers/view/27727/how-to-change-the-file-path-for-linux-to-window-in-perl</guid>
	<pubDate>Thu, 09 Jun 2016 05:39:42 -0500</pubDate>
	<link>https://bioinformaticsonline.com/answers/view/27727/how-to-change-the-file-path-for-linux-to-window-in-perl</link>
	<title><![CDATA[How to change the file path for Linux to Window in Perl?]]></title>
	<description><![CDATA[]]></description>
	<dc:creator>Aasha</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/answers/view/27533/in-which-journals-should-i-publish-my-bioinformatics-softwaretools</guid>
	<pubDate>Wed, 25 May 2016 05:08:25 -0500</pubDate>
	<link>https://bioinformaticsonline.com/answers/view/27533/in-which-journals-should-i-publish-my-bioinformatics-softwaretools</link>
	<title><![CDATA[In which journals should I publish my bioinformatics software/tools?]]></title>
	<description><![CDATA[<p>Until there is a radical change in the way that academic credit is given, the principal record of scientific research is still the peer-reviewed publication. Given that software is a fundamental part of doing science in the digital age, the question we are often asked is:&nbsp;<em>where can I publish papers which are primarily focused on my scientific software?</em></p>]]></description>
	<dc:creator>Nishi Singh</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/answers/view/27203/rnaseq-dataset-for-different-cancers-stages</guid>
	<pubDate>Sun, 01 May 2016 19:24:04 -0500</pubDate>
	<link>https://bioinformaticsonline.com/answers/view/27203/rnaseq-dataset-for-different-cancers-stages</link>
	<title><![CDATA[RNAseq dataset for different cancers stages !!]]></title>
	<description><![CDATA[<p>Is there any database exists which provides RNAseq data for different cancers stages?</p>]]></description>
	<dc:creator>Anjana</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/answers/view/26921/glibc-214-error-with-satsumasynteny</guid>
	<pubDate>Wed, 06 Apr 2016 14:13:55 -0500</pubDate>
	<link>https://bioinformaticsonline.com/answers/view/26921/glibc-214-error-with-satsumasynteny</link>
	<title><![CDATA[GLIBC_2.14 error with SatsumaSynteny !!]]></title>
	<description><![CDATA[<p>I run SatsumaSynteny on my server using following command:</p><p>[jit@hm satsuma-code-0]$ ./SatsumaSynteny -q Genome/renamedG.fa -t Genome/genome_v4.fasta -o Genome/OutFile -m 128 -ni 10 -n 256 -chain_only</p><p>But it kill the program with followng error:&nbsp;</p><p>./SatsumaSynteny: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./SatsumaSynteny)</p><p>Can anyone please help to resolve this.</p><p>My server detail:</p><p>[jit@hm satsuma-code-0]$ lscpu<br />Architecture: x86_64<br />CPU op-mode(s): 32-bit, 64-bit<br />Byte Order: Little Endian<br />CPU(s): 12<br />On-line CPU(s) list: 0-11<br />Thread(s) per core: 1<br />Core(s) per socket: 6<br />Socket(s): 2<br />NUMA node(s): 2<br />Vendor ID: AuthenticAMD<br />CPU family: 16<br />Model: 8<br />Stepping: 1<br />CPU MHz: 2600.186<br />BogoMIPS: 5200.03<br />Virtualization: AMD-V<br />L1d cache: 64K<br />L1i cache: 64K<br />L2 cache: 512K<br />L3 cache: 5118K<br />NUMA node0 CPU(s): 0,2-6<br />NUMA node1 CPU(s): 1,7-11</p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/answers/view/26833/human-chromosome-length-extractor</guid>
	<pubDate>Fri, 25 Mar 2016 12:42:39 -0500</pubDate>
	<link>https://bioinformaticsonline.com/answers/view/26833/human-chromosome-length-extractor</link>
	<title><![CDATA[Human chromosome length extractor !]]></title>
	<description><![CDATA[<p>Is there any easiest known way to extract&nbsp;<span>organism's chromosome length?</span></p>]]></description>
	<dc:creator>Priya Singh</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/answers/view/26756/how-to-count-the-occurance-of-letters-in-fasta-file</guid>
	<pubDate>Wed, 23 Mar 2016 09:14:23 -0500</pubDate>
	<link>https://bioinformaticsonline.com/answers/view/26756/how-to-count-the-occurance-of-letters-in-fasta-file</link>
	<title><![CDATA[How to count the occurance of letters in fasta file?]]></title>
	<description><![CDATA[<p>I received a new genome to annotated. I need your help to quickly count the occurance of all the letters in fasta file.</p>]]></description>
	<dc:creator>Poonam Mahapatra</dc:creator>
</item>

</channel>
</rss>