Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • ELAND standalone problem!!! help~

    I ran the ELAND standalone.pl

    but i got an error message <just see the red color>:

    perl ELAND_standalone.pl -if /raid/GAPipeline-1.4.0/DB/mouse/test/lane1.0-8.fa -it fastq -eg /raid/GAPipeline-1.4.0/DB/mouse/chromFa/
    $VAR1 = {
    'read-length' => [
    -1
    ],
    'pair-params' => '--circular',
    'pipeline-dir' => './..',
    'input-file' => [
    '/raid/GAPipeline-1.4.0/DB/mouse/test/lane1.0-8.fa'
    ],
    'seed-length' => [
    -1
    ],
    'output-prefix' => './reanalysis',
    'base-quality' => 30,
    'eland-genome' => '/raid/GAPipeline-1.4.0/DB/mouse/chromFa/',
    'input-type' => 'fastq'
    };

    ELAND_standalone.pl: single input-file specified, will do single read analysis
    ELAND_standalone.pl: deduced read length of 28 for data in /raid/GAPipeline-1.4.0/DB/mouse/test/lane1.0-8.fa
    Could not parse >EAS41_4_1_200_725_616_963 at ELAND_standalone.pl line 192, <READ> line 3.

    So... I opened this file, 'ELAND_standalone.pl'

    and I found it
    --> while (defined($line=<READ>))
    190 {
    191 chomp($line);
    192 unless ($line=~s/^\@//) { die "Could not parse $line"; }

    How can i solve this problem?
    Last edited by sejong; 10-09-2009, 02:02 AM.

  • #2
    The file the program ELAND_standalone.pl is trying to read, which presumably should be in fastq format, has a line that doesn't match the perl regular expression s/^\@//.

    Have a look at the file and see if you can figure out why it is causing the error.

    Hope this helps.

    Maria

    Comment

    Latest Articles

    Collapse

    • seqadmin
      Recent Advances in Sequencing Analysis Tools
      by seqadmin


      The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
      05-06-2024, 07:48 AM
    • seqadmin
      Essential Discoveries and Tools in Epitranscriptomics
      by seqadmin




      The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
      04-22-2024, 07:01 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, Yesterday, 02:46 PM
    0 responses
    15 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-07-2024, 06:57 AM
    0 responses
    13 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-06-2024, 07:17 AM
    0 responses
    17 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-02-2024, 08:06 AM
    0 responses
    23 views
    0 likes
    Last Post seqadmin  
    Working...
    X