Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • CATCH
    Junior Member
    • Oct 2008
    • 3

    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
  • SillyPoint
    Member
    • May 2008
    • 39

    #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

    • CATCH
      Junior Member
      • Oct 2008
      • 3

      #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

      • SillyPoint
        Member
        • May 2008
        • 39

        #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

        • SEQadmin2
          Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
          by SEQadmin2


          Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

          The systematic characterization of the human proteome has
          ...
          07-20-2026, 11:48 AM
        • SEQadmin2
          Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
          by SEQadmin2



          Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
          ...
          07-09-2026, 11:10 AM
        • SEQadmin2
          Cancer Drug Resistance: The Lingering Barrier to Rising Survival
          by SEQadmin2



          Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

          There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
          07-08-2026, 05:17 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 07-24-2026, 12:17 PM
        0 responses
        30 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-23-2026, 11:41 AM
        0 responses
        21 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-20-2026, 11:10 AM
        0 responses
        212 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-13-2026, 10:26 AM
        0 responses
        78 views
        0 reactions
        Last Post SEQadmin2  
        Working...