Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Problem using HTSeq

    Hi,

    I am currently using HTSeq to get raw counts. HTSeq has been installed on our linux cluster and the administrators suggested to use export PATH=... in order to use it. However, I am getting following error:

    Traceback (most recent call last):
    File "/opt/HTSeq/bin/htseq-count", line 3, in ?
    import HTSeq.scripts.count
    ImportError: No module named HTSeq.scripts.count

    I am not able to figure out the reason. Anyone of you faced the same problem and found solution?

    Please share your suggestions.


    Thank you,

    Pinki

  • #2
    I have the same issue! Could someone help with this?
    Did you figure it out already pinky?

    Comment


    • #3
      HTSeq has been installed incorrectly. The PATH setting allows your shell to find the htseq-count script in its non-standard location in /opt/HTSeq/bin/, but this script is just a three-line file that tell Python to load HTSeq and the 'count' submodule. As HTSeq has not been installed into the standard Python package path, you also have to set the PYTHONPATH variable. I believe that the distutils install function that I used displays a warning about this whenever it is asked to install to a non-standard location.

      It might be easier if you installed HTSeq yourself with 'python setup.py install --user', as suggested in the installation instructions.

      Comment


      • #4
        Hi Simon,

        I have the same problem as pinky, I installed setuptools and then installed HTSeq using 'python setup.py install --user' as suggested. Still, htseq-count is not added to my path. I did "import HTSeq" on a python shell and I get no errors. Do you have any suggestions? I'm running python 2.7.3.

        Comment


        • #5
          Issue solved, the script was added to ./local/bin instead of /bin. Thanks.

          Comment

          Latest Articles

          Collapse

          • 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
          • seqadmin
            Current Approaches to Protein Sequencing
            by seqadmin


            Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
            04-04-2024, 04:25 PM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, Today, 11:49 AM
          0 responses
          11 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, Yesterday, 08:47 AM
          0 responses
          16 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-11-2024, 12:08 PM
          0 responses
          61 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 10:19 PM
          0 responses
          60 views
          0 likes
          Last Post seqadmin  
          Working...
          X