Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • screadore
    Junior Member
    • Sep 2019
    • 2

    Need help figuring out these errors in Python code... Please help

    Hey guys I'm having issues finding solutions to these problems for my RNAseq python project can anyone help?
    Code:
    Traceback (most recent call last):
      File "<input>", line 1, in <module>
      File "/Applications/PyCharm.app/Contents/helpers/pydev/_pydev_bundle/pydev_umd.py", line 197, in runfile
        pydev_imports.execfile(filename, global_vars, local_vars)  # execute the script
      File "/Applications/PyCharm.app/Contents/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile
        exec(compile(contents+"\n", file, 'exec'), glob, loc)
      File "/Users/screadore/Desktop/RNAcode/CodePackageE.py", line 118, in <module>
        df = get_data()
    Last edited by GenoMax; 09-10-2019, 08:56 AM. Reason: Added [code] tags
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #2
    You need to provide more information about what software you are running, how you are running it. Is it custom code you wrote or a package that is available on web?

    Comment

    • sklages
      Senior Member
      • May 2008
      • 628

      #3
      Originally posted by screadore View Post
      Hey guys I'm having issues finding solutions to these problems for my RNAseq python project can anyone help?
      Code:
      Traceback (most recent call last):
        File "<input>", line 1, in <module>
        File "/Applications/PyCharm.app/Contents/helpers/pydev/_pydev_bundle/pydev_umd.py", line 197, in runfile
          pydev_imports.execfile(filename, global_vars, local_vars)  # execute the script
        File "/Applications/PyCharm.app/Contents/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile
          exec(compile(contents+"\n", file, 'exec'), glob, loc)
        File "/Users/screadore/Desktop/RNAcode/CodePackageE.py", line 118, in <module>
          df = get_data()

      cross-posted in https://www.reddit.com/r/Python/comm..._these_issues/

      Comment

      Latest Articles

      Collapse

      • GATTACAT
        Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
        by GATTACAT
        Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
        Yesterday, 11:43 AM
      • SEQadmin2
        Nine Things a Sample Prep Scientist Thinks About Before Sequencing
        by SEQadmin2


        I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

        Here are nine questions we think about, in roughly the order they matter, before...
        06-18-2026, 07:11 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, 06-30-2026, 05:37 AM
      0 responses
      11 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-26-2026, 11:10 AM
      0 responses
      18 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-17-2026, 06:09 AM
      0 responses
      52 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-09-2026, 11:58 AM
      0 responses
      111 views
      0 reactions
      Last Post SEQadmin2  
      Working...