<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
Another possibility could be that MPICH2 wasn’t build properly, no? I remember something with enabling shared libraries during the compilation of mpich, without which the error below would appear. 
<div><br>
</div>
<div>/Marc<br>
<div><br>
<div apple-content-edited="true">
<div>Marc P. Hoeppner, PhD</div>
<div>Team Leader</div>
<div>BILS Genome Annotation Platform</div>
<div>Department for Medical Biochemistry and Microbiology</div>
<div>Uppsala University, Sweden</div>
<div><a href="mailto:marc.hoeppner@imbim.uu.se">marc.hoeppner@imbim.uu.se</a></div>
<div><br>
</div>
<br class="Apple-interchange-newline">
</div>
<br>
<div>
<div>On 30 Sep 2014, at 21:33, Carson Holt <<a href="mailto:carson.holt@genetics.utah.edu">carson.holt@genetics.utah.edu</a>> wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-size: 14px; font-family: Calibri, sans-serif;">
<div>The message is warning that there are multiple instances of MAKER running, but no MPI communication. When you build MAKER (perl Build.PL step when installing MAKER), you need to specify the location of 'mpicc' and 'mpi.h' to build with MPI support.  Otherwise
 you won't be able to link against MPICH2 shared libraries.  You probably need to rerun that step.</div>
<div><br>
</div>
<div>--Carson</div>
<div><br>
</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family: Calibri; font-size: 11pt; text-align: left; border-width: 1pt medium medium; border-style: solid none none; padding: 3pt 0in 0in; border-top-color: rgb(181, 196, 223);">
<span style="font-weight:bold">From: </span>Goutham atla <<a href="mailto:goutham.atla@gmail.com">goutham.atla@gmail.com</a>><br>
<span style="font-weight:bold">Date: </span>Tuesday, September 30, 2014 at 10:49 AM<br>
<span style="font-weight:bold">To: </span>Carson Holt <<a href="mailto:carson.holt@genetics.utah.edu">carson.holt@genetics.utah.edu</a>><br>
<span style="font-weight:bold">Cc: </span>"<a href="mailto:maker-devel@yandell-lab.org">maker-devel@yandell-lab.org</a>" <<a href="mailto:maker-devel@yandell-lab.org">maker-devel@yandell-lab.org</a>><br>
<span style="font-weight:bold">Subject: </span>URGENT: Re: maker failure with example data<br>
</div>
<div><br>
</div>
<div>
<div>
<div dir="ltr">
<div>
<div>
<div>
<div>Hi Carson,<br>
<br>
</div>
I figured out the problem is with RepeatMasker installation and I fixed it.<br>
<br>
</div>
I am running maker with MPICH2 and I get the following warning when I start it:<br>
<br>
<b>STATUS: Processing and indexing input FASTA files...<br>
WARNING: Multiple MAKER processes have been started in the<br>
same directory.</b><br>
<br>
</div>
I would like to if this is common.<br>
<br>
</div>
Regards,<br>
Goutham<br>
<div>
<div><br>
</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Tue, Sep 30, 2014 at 12:02 PM, Goutham atla <span dir="ltr">
<<a href="mailto:goutham.atla@gmail.com" target="_blank">goutham.atla@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex" type="cite">
<div dir="ltr">Dear Carson,
<div><br>
</div>
<div>Thank you for the reply. I reinstalled the BioPerl and now I am getting the following error on test data.</div>
<div><br>
</div>
<div>
<div style="margin: 0px; font-size: 16px; font-family: Monaco; color: rgb(0, 212, 6); background-color: rgb(0, 0, 0);">
ERROR: RepeatMasker failed</div>
<div style="margin: 0px; font-size: 16px; font-family: Monaco; color: rgb(0, 212, 6); background-color: rgb(0, 0, 0);">
--> rank=NA, hostname=motif</div>
<div style="margin: 0px; font-size: 16px; font-family: Monaco; color: rgb(0, 212, 6); background-color: rgb(0, 0, 0);">
ERROR: Failed while doing repeat masking</div>
<div style="margin: 0px; font-size: 16px; font-family: Monaco; color: rgb(0, 212, 6); background-color: rgb(0, 0, 0);">
ERROR: Chunk failed at level:0, tier_type:1</div>
<div style="margin: 0px; font-size: 16px; font-family: Monaco; color: rgb(0, 212, 6); background-color: rgb(0, 0, 0);">
FAILED CONTIG:contig-dpp-500-500</div>
</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Mon, Sep 29, 2014 at 8:17 PM, Carson Holt <span dir="ltr">
<<a href="mailto:carson.holt@genetics.utah.edu" target="_blank">carson.holt@genetics.utah.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex" type="cite">
<div style="word-wrap: break-word; font-size: 14px; font-family: Calibri, sans-serif;">
<div>
<div style="font-family: Consolas; font-size: 12px;">The error is caused by the BioPerl indexer returning an empty length for the indexed fasta sequence (possibly because of a corrupt index file or other reasons).  You may need to reinstall BioPerl (use the
 CPAN version not the BioPerl-live version), or reinstall Berkley DB (used by the BioPerl indexer), or reinstall the Perl module DB_File via CPAN (Perl's interface to Berkley DB). After reinstalling BioPerl, delete the mpi_blastdb directory for the MAKER run
 before retrying.</div>
</div>
<div style="font-family: Consolas; font-size: 12px;"><br>
</div>
<div style="font-family: Consolas; font-size: 12px;">
<div>Also verify that the /tmp directory on your system or the directory pointed to by TMP= in the maker_opts,ctl file is not full and that TMP= is not set to an NFS mounted location.</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Carson</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
</div>
<div><br>
</div>
<span>
<div style="font-family: Calibri; font-size: 11pt; text-align: left; border-width: 1pt medium medium; border-style: solid none none; padding: 3pt 0in 0in; border-top-color: rgb(181, 196, 223);">
<span style="font-weight:bold">From: </span>Goutham atla <<a href="mailto:goutham.atla@gmail.com" target="_blank">goutham.atla@gmail.com</a>><br>
<span style="font-weight:bold">Date: </span>Monday, September 29, 2014 at 6:33 AM<br>
<span style="font-weight:bold">To: </span><<a href="mailto:maker-devel@yandell-lab.org" target="_blank">maker-devel@yandell-lab.org</a>><br>
<span style="font-weight:bold">Subject: </span>maker failure with example data<br>
</div>
<div><br>
</div>
<div dir="ltr">
<div dir="ltr">
<div>
<div style="margin: 0px; font-size: 16px; font-family: Monaco;"><font style="background-color:rgb(255,255,255)">Dear All, </font></div>
<div style="margin: 0px; font-size: 16px; font-family: Monaco;"><font style="background-color:rgb(255,255,255)"><br>
</font></div>
<div style="margin: 0px; font-size: 16px; font-family: Monaco;"><font style="background-color:rgb(255,255,255)">I am running maker with the demo file, i.e dip_contig.fasta by keeping all other parameters in .ctl files as default. But it do not progress and
 shows the following message that the length of the sequence is 0. Can anybody help me ?</font></div>
<div style="margin: 0px; font-size: 16px; font-family: Monaco;"><font style="background-color:rgb(255,255,255)"><br>
</font></div>
<div style="margin: 0px; font-size: 16px; font-family: Monaco; color: rgb(0, 212, 6); background-color: rgb(0, 0, 0);">
<br>
</div>
<div style="margin: 0px; font-size: 16px; font-family: Monaco; color: rgb(0, 212, 6); background-color: rgb(0, 0, 0);">
<br>
</div>
<div style="margin: 0px; font-size: 16px; font-family: Monaco; color: rgb(0, 212, 6); background-color: rgb(0, 0, 0);">
--Next Contig--</div>
<div style="margin: 0px; font-size: 16px; font-family: Monaco; color: rgb(0, 212, 6); background-color: rgb(0, 0, 0); min-height: 21px;">
<br>
</div>
<div style="margin: 0px; font-size: 16px; font-family: Monaco; color: rgb(0, 212, 6); background-color: rgb(0, 0, 0);">
MAKER WARNING: All old files will be erased before continuing</div>
<div style="margin: 0px; font-size: 16px; font-family: Monaco; color: rgb(0, 212, 6); background-color: rgb(0, 0, 0);">
#---------------------------------------------------------------------</div>
<div style="margin: 0px; font-size: 16px; font-family: Monaco; color: rgb(0, 212, 6); background-color: rgb(0, 0, 0);">
Skipping the contig because it is too short!!</div>
<div style="margin: 0px; font-size: 16px; font-family: Monaco; color: rgb(0, 212, 6); background-color: rgb(0, 0, 0);">
SeqID: contig-dpp-500-500</div>
<div style="margin: 0px; font-size: 16px; font-family: Monaco; color: rgb(0, 212, 6); background-color: rgb(0, 0, 0);">
Length: 0</div>
<div style="margin: 0px; font-size: 16px; font-family: Monaco; color: rgb(0, 212, 6); background-color: rgb(0, 0, 0);">
#---------------------------------------------------------------------</div>
</div>
<div><br>
</div>
<div><br>
</div>
<div>Regards,</div>
<div>Goutham</div>
<span class="HOEnZb"><font color="#888888">
<div><span style="font-family: arial, helvetica, sans-serif; background-color: rgb(255, 255, 204);"></span></div>
<span style="font-family: arial, helvetica, sans-serif; background-color: rgb(255, 255, 204);"></span></font></span></div>
<span class="HOEnZb"><font color="#888888"></font></span></div>
<span class="HOEnZb"><font color="#888888"></font></span></span><span class="HOEnZb"><font color="#888888"></font></span></div>
<span class="HOEnZb"><font color="#888888"></font></span></blockquote>
</div>
<span class="HOEnZb"><font color="#888888"><br>
<br clear="all">
<div><br>
</div>
-- <br>
<div dir="ltr">
<div>Goutham Atla<br>
</div>
<div><span style="font-family: arial, helvetica, sans-serif; background-color: rgb(255, 255, 204);"></span></div>
<span style="font-family: arial, helvetica, sans-serif; background-color: rgb(255, 255, 204);"></span></div>
</font></span></div>
</blockquote>
</div>
<br>
<br clear="all">
<br>
-- <br>
<div dir="ltr">
<div>Goutham Atla<br>
</div>
<div><span style="font-family: arial, helvetica, sans-serif; background-color: rgb(255, 255, 204);"></span></div>
<span style="font-family: arial, helvetica, sans-serif; background-color: rgb(255, 255, 204);"></span></div>
</div>
</div>
</div>
</div>
</span></div>
_______________________________________________<br>
maker-devel mailing list<br>
<a href="mailto:maker-devel@box290.bluehost.com">maker-devel@box290.bluehost.com</a><br>
http://box290.bluehost.com/mailman/listinfo/maker-devel_yandell-lab.org<br>
</blockquote>
</div>
<br>
</div>
</div>
</body>
</html>