Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Eland error: Could not identify index

    I am running Eland to map short sequence reads to genome, but the script fails on the first line of the fastq file with the following message:
    Could not identify index of the following line: SRR001460.1 USI-EAS21_0017_4021:8:1:243:905 length=24
    Please check your files.
    The first four lines of the fastq file look like this:
    Code:
    @SRR001460.1 USI-EAS21_0017_4021:8:1:243:905 length=24
    AAGGGAATGTTCAACTCTTTGACT
    +SRR001460.1 USI-EAS21_0017_4021:8:1:243:905 length=24
    IIIIIIIIIIIIIIIIIIIIIIII
    Is there something wrong with the fastq format or am I missing something?

    Thanks

  • #2
    I think the canonical format for the read name in the first line of a fastq read is:

    @<run_id>:<lane>:<tile>:<x>:<y>#<index_tag>/<read_number>

    The index tag and read ID are optional.

    I'm pretty sure your problem is due to the spaces in your run id. I'd be a bit suspicious of the length=24 bit as well.

    --TS

    Comment


    • #3
      I tried making a test file deleting different parts of the id line, but all the formats below give the same error:

      Code:
      @SRR001460.1_USI-EAS21_0017_4021:8:1:243:905_length=24
      AAGGGAATGTTCAACTCTTTGACT
      +SRR001460.1_USI-EAS21_0017_4021:8:1:243:905_length=24
      IIIIIIIIIIIIIIIIIIIIIIII
      
      @SRR001460.1 USI-EAS21_0017_4021:8:1:243:905
      AAGGGAATGTTCAACTCTTTGACT
      +SRR001460.1 USI-EAS21_0017_4021:8:1:243:905
      IIIIIIIIIIIIIIIIIIIIIIII
      
      @USI-EAS21_0017_4021:8:1:243:905 length=24
      AAGGGAATGTTCAACTCTTTGACT
      +USI-EAS21_0017_4021:8:1:243:905 length=24
      IIIIIIIIIIIIIIIIIIIIIIII
      
      @USI-EAS21_0017_4021:8:1:243:905
      AAGGGAATGTTCAACTCTTTGACT
      +USI-EAS21_0017_4021:8:1:243:905
      IIIIIIIIIIIIIIIIIIIIIIII
      So it does not help to delete neither the spaces, nor the first part or the last part. I would have thought that the last one of these three versions would work.

      Are any special characters disallowed in the name?

      Comment


      • #4
        Hmmm...

        Reading the error message more carefully, it says "Could not identify index".

        Recall that the read name format is:

        @<run_id>:<lane>:<tile>:<x>:<y>#<index_tag>/<read_number>

        I just had a read of ELAND_standalone.pl, the module which issues the message. It expects an index tag to be present. I.e., the index is *not* optional with ELAND_standalone.pl. That is also true of the read_number.

        Also, the run_id must contain only a-z, A-Z, 0-9 and underscore. So no dash or dot. The lane, tile, x & y fields must be numeric.

        So try something like @SRR001460_1_USI_EAS21_0017_4021:8:1:243:905#1/1

        Good luck.

        --TS

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Advancing Precision Medicine for Rare Diseases in Children
          by seqadmin




          Many organizations study rare diseases, but few have a mission as impactful as Rady Children’s Institute for Genomic Medicine (RCIGM). “We are all about changing outcomes for children,” explained Dr. Stephen Kingsmore, President and CEO of the group. The institute’s initial goal was to provide rapid diagnoses for critically ill children and shorten their diagnostic odyssey, a term used to describe the long and arduous process it takes patients to obtain an accurate...
          12-16-2024, 07:57 AM
        • seqadmin
          Recent Advances in Sequencing Technologies
          by seqadmin



          Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.

          Long-Read Sequencing
          Long-read sequencing has seen remarkable advancements,...
          12-02-2024, 01:49 PM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 12-17-2024, 10:28 AM
        0 responses
        26 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 12-13-2024, 08:24 AM
        0 responses
        42 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 12-12-2024, 07:41 AM
        0 responses
        28 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 12-11-2024, 07:45 AM
        0 responses
        42 views
        0 likes
        Last Post seqadmin  
        Working...
        X