Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • flashton
    Member
    • Feb 2011
    • 10

    #1

    Problem using HTSeq count with SAM file without quality score

    Hi everyone,

    I have a problem using HTSeq count to analyse my SAM file. I think I know the source of the error and I'm wondering whether there is a work around.

    The SAM files I'm dealing with don't have any quality scores as they were made by aligning fasta files to the reference using segemehl. They look like

    @HD VN:1.0
    @SQ SN:gi|153930785|ref|NC_009697.1| LN:3863450
    @PG ID:segemehl VN:0.1.3-$Rev: 335 $ ($Date: 2012-03-13 18:55:51 +0100 (Tue, 13 Mar 2012) $) CL:/usr/local/segemehl/segemehl.x -i cbot19397.idx -d Cbot19397.fasta -q /Volumes/DataRAID/Projects/Phil_RNA_SEQ/170112/fasta/14_trimmed.fa -t 6 -E 0.0001
    Noname 0 gi|153930785|ref|NC_009697.1| 1577456 255 25M1I11M * 0 0 TATAAAATATAATAATATATATATATATATATATATA * NM:i:3 MD:Z:19A7T8 NH:i:1 XA:Z:Q
    Noname 0 gi|153930785|ref|NC_009697.1| 3243930 255 49M1D1M * 0 0 ATAGTAACAACAATAATAACAATAACGACAATAACAACAATACTAAACCC * NM:i:1 MD:Z:49^T1 NH:i:1 XA:Z:Q
    Noname 0 gi|153930785|ref|NC_009697.1| 59594 255 17M1D4M1I28M * 0 0 CAAGATGAGATTTCCCAATCGCTAAGCTAGTAAGACTCCTGGAAGAACAC * NM:i:3 MD:Z:17^T1G30 NH:i:7 XA:Z:Q
    Noname 0 gi|153930785|ref|NC_009697.1| 458627 255 17M1I4M1D28M * 0 0 CAAGATGAGATTTCCCAATCGCTAAGCTAGTAAGACTCCTGGAAGAACAC * NM:i:3 MD:Z:18A2^A28 NH:i:7 XA:Z:Q
    Noname 0 gi|153930785|ref|NC_009697.1| 52967 255 17M1D4M1I28M * 0 0 CAAGATGAGATTTCCCAATCGCTAAGCTAGTAAGACTCCTGGAAGAACAC * NM:i:3 MD:Z:17^T1G30 NH:i:7 XA:Z:Q
    Noname 0 gi|153930785|ref|NC_009697.1| 67539 255 17M1D4M1I28M * 0 0 CAAGATGAGATTTCCCAATCGCTAAGCTAGTAAGACTCCTGGAAGAACAC * NM:i:3 MD:Z:17^T1G30 NH:i:7 XA:Z:Q
    Noname 0 gi|153930785|ref|NC_009697.1| 73821 255 17M1D4M1I28M * 0 0 CAAGATGAGATTTCCCAATCGCTAAGCTAGTAAGACTCCTGGAAGAACAC * NM:i:3 MD:Z:17^T1G30 NH:i:7 XA:Z:Q

    As you can see, there is a * instead of a qual string. When I try to use HTSeq count by inputting

    python -m HTSeq.scripts.count -t CDS -m intersection-nonempty -i Name -a 0 14_trimmed_fasta_v2.sam CP000726.gff

    It returns

    7465 GFF lines processed.
    Error occured when reading first line of sam file.
    Error: ("'seq' and 'qualstr' do not have the same length.", 'line 4 of file 14_trimmed_fasta_v2.sam')
    [Exception type: ValueError, raised in _HTSeq.pyx:765]

    I have tried setting the -a parameter to 0 and * with no positive effect. I think that HTSeq is expecting a quality string which my SAM file doesn't have.

    Does anyone know a way around this problem?

    Thanks,
  • maubp
    Peter (Biopython etc)
    • Jul 2009
    • 1544

    #2
    Duplicate thread - see http://seqanswers.com/forums/showthread.php?t=18952 where Simon Anders confirmed this was a known issue.

    Comment

    • flashton
      Member
      • Feb 2011
      • 10

      #3
      Thanks Peter, apologies for the duplicate.

      Comment

      Latest Articles

      Collapse

      • SEQadmin2
        Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
        by SEQadmin2



        CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

        Despite this, “CRISPR helped turn genome editing from a specialized technique into
        ...
        07-31-2026, 11:01 AM
      • 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

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, 08-06-2026, 07:41 AM
      0 responses
      18 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 08-03-2026, 10:13 AM
      0 responses
      33 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-31-2026, 02:55 AM
      0 responses
      43 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-24-2026, 12:17 PM
      0 responses
      26 views
      0 reactions
      Last Post SEQadmin2  
      Working...