<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>102258</bug_id>
          
          <creation_ts>2005-08-12 09:12 0000</creation_ts>
          <short_desc>sci-biology/trnascan-se-1.23 is broken#: 1) missing soft links 2) wrong hard-coded paths</short_desc>
          <delta_ts>2005-08-12 14:18:27 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Applications</component>
          <version>unspecified</version>
          <rep_platform>x86</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>critical</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>tlombard@mpi-bremen.de</reporter>
          <assigned_to>ribosome@gentoo.org</assigned_to>
          <cc>sci@gentoo.org</cc>

      

      
          <long_desc isprivate="0">
            <who>tlombard@mpi-bremen.de</who>
            <bug_when>2005-08-12 09:12:48 0000</bug_when>
            <thetext># The gentoo ebuild sci-biology/trnascan-se-1.23 is broken
# 1) missing soft links
# 2) wrong hard-coded path in the main perl script
#

###################
# fix soft links:

ln -s /usr/share/trnascan-se/TPCsignal /usr/bin/TPCsignal
ln -s /usr/share/trnascan-se/Dsignal /usr/bin/Dsignal

###################
# fix paths in file tRNAscan-SE (main perl sript of tRNA-scan-SE)

rhone bin # diff tRNAscan-SE.orig tRNAscan-SE
647c647
&lt;     $lib_dir =
&quot;/var/tmp/portage/trnascan-se-1.23/image//usr/share/trnascan-se/&quot;;
---
&gt;     $lib_dir = &quot;/usr/share/trnascan-se/&quot;;
649c649
&lt;     $bindir =&quot;/var/tmp/portage/trnascan-se-1.23/image//usr/bin/&quot;;
# modified by &apos;make&apos;
---
&gt;     $bindir =&quot;/usr/bin/&quot;;            # modified by &apos;make&apos;
1441,1442c1441,1442
&lt;       elsif (-r
&quot;/var/tmp/portage/trnascan-se-1.23/image//usr/share/trnascan-se/&quot;.$gc_file)
{
&lt;           $gc_file_path =
&quot;/var/tmp/portage/trnascan-se-1.23/image//usr/share/trnascan-se/&quot;.$gc_file;
---
&gt;       elsif (-r &quot;/usr/share/trnascan-se/&quot;.$gc_file) {
&gt;           $gc_file_path = &quot;/usr/share/trnascan-se/&quot;.$gc_file;


Reproducible: Always
Steps to Reproduce:
1. emerge sci-biology/trnascan-se-1.23
2. run a test analysis e.g. &quot;./tRNAscan-SE.orig /tmp/test.fasta&quot; , where
test.fasta is a dna sequence file in FASTA format


Actual Results:  
FATAL: Unable to open TRNA2-euk.cm covariance model file


Expected Results:  
write results to standard output</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>ribosome@gentoo.org</who>
            <bug_when>2005-08-12 14:18:27 0000</bug_when>
            <thetext>Thanks for reporting, Thierry. I fixed the problem. (Symlinks were not   
necessary once the hard-coded paths were corrected; all files were found   
without problem and I successfully tested some random DNA sequence for  
tRNA presence.)   
   
Merci, et bonne chance dans tes travaux.   </thetext>
          </long_desc>
      
    </bug>

</bugzilla>