Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ercfrtz
    Member
    • Aug 2010
    • 23

    #1

    Tophat Error

    I have been using tophat and it has been running fine, but I recently started receiving the following error. I checked my install version and saw it was a version behind and installed the newest version and get the same error.

    File "/shared/local/tophat-1.4.1.Linux_x86_64/tophat", line 650
    except getopt.error, msg:
    ^
    SyntaxError: invalid syntax


    Does anyone know what would be causing this issue?
  • peromhc
    Senior Member
    • Sep 2009
    • 108

    #2
    Can you provide us with the command you supplied to tophat? the getopt.error suggests to me that something abut your command is wrong.

    Comment

    • ercfrtz
      Member
      • Aug 2010
      • 23

      #3
      Code:
      /shared/local/tophat-1.4.1.Linux_x86_64/tophat -r 100 -o /storage/isu/reecy_lab/tmp_eric/new.Lee.data/kph /storage/isu/reecy_lab/tmp_eric/index/b_taurus/umd3.1/mitoy/bos_taurus_all /storage/isu/reecy_lab/tmp_eric/new.Lee.data/kph/all.animals_1.fq /storage/isu/reecy_lab/tmp_eric/new.Lee.data/kph/all.animals_2.fq
      That is the command I used. I was using it just a few days ago and it worked fine.

      Edit:

      I also tried just calling tophat with no options or input to get the help to display and I get the same error.
      Last edited by ercfrtz; 02-08-2012, 12:22 PM.

      Comment

      • ercfrtz
        Member
        • Aug 2010
        • 23

        #4
        I discovered what the issue was. It appears that when we upgraded our python instance from 2.X to 3.X, tophat no longer worked. We re-installed python 2.X as /usr/local/bin/python2 and then I edited the tophat code itself on the line that has
        #!/usr/bin/env python

        to

        #!/usr/bin/env python2

        It appears to be working again after making these adjustments.

        Comment

        • blancha
          Senior Member
          • May 2013
          • 367

          #5
          I just had exactly the same problem.
          Luckily, I found this post immediately, and was able to fix the problem in just a few seconds.

          How is the bioinformatics community going to move on from Python 2 to Python 3 if these problems keep occurring?

          I have moved on. I now write all my pipelines in Python 3.
          I'd just switched my environment to Python 3 when this initially perplexing problem occurred.

          We should all agree to dump Python 2 and move on to Python 3.
          (Or just give up on Python 3 and stick to Python 2)
          Otherwise, these #!!?? bugs will keep on popping up.

          Comment

          • blancha
            Senior Member
            • May 2013
            • 367

            #6
            I don't know if Cole, Daehwan or Geo read this forum.
            If any of you do, you should just add a 2 to the shebang line for the tophat script as ercfrtz suggested.

            #!/usr/bin/env python2
            instead of
            #!/usr/bin/env python

            I think there is a larger problem between Python 2 and Python 3, but I'm sure this simple temporary fix will avoid many frustrations as more and more users switch their default environment from Python 2 to Python 3.

            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
            • 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

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, Yesterday, 10:13 AM
            0 responses
            13 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-31-2026, 02:55 AM
            0 responses
            26 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-24-2026, 12:17 PM
            0 responses
            20 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-23-2026, 11:41 AM
            0 responses
            19 views
            0 reactions
            Last Post SEQadmin2  
            Working...