Git Product home page Git Product logo

papers's People

Contributors

amelie-stein avatar enoee avatar f-emil-thomasen avatar fpesceku avatar frederiktheisen avatar gitesei avatar j0kaso avatar lblaabjerg avatar lindorff-larsen avatar magnushhoie avatar matteo-cagiada avatar mmjepsen avatar musticarab avatar rcrehuet avatar sbolo avatar sbottaro avatar shervoe-hansen avatar tbengtsen avatar yongwangcph avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

papers's Issues

Erron when running main pipeline in Google Collab

Hi, I am trying to run the main pipeline in the Google Collab page but it is not working.

I have run all the code until the processing of the pdb file. I just changed the version of BioPython from 1.76 to 1.72 because it was giving another error, but it worked out well. However, when I tried to run the pipeline, I obtain the following error:

Screenshot 2023-03-14 at 11 04 08

I have checked and the runtype is GPU as recommended

[Data request] FASTQ files for Norrild et al

Hi there!

Thanks for all the open data availability, and I found your GMMA paper really interesting.

I struggled to find the raw sequence read data on the repo (https://github.com/KULL-Centre/papers/tree/main/2021/trx-gmma-norrild-et-al), only that the scripts/filtering.py took in a fasta file of the paired end reads.
I'd love to look at the raw data, in particular to look at the sequences with incorrect length to look for indel mutants among them.

Thank you!

Is the GEMME webserver closed ?

Hi,

I couldn't access the GEMME webserver, and I couldn't find the standalone version of GEMME software.

Is there any other software to calculate the conservation score ?

Sincerely,

Jongseo

Error when running ML-ddG-Blaabjerg-et-al colab notebook

notebook link: https://colab.research.google.com/github/KULL-Centre/papers/blob/main/2022/ML-ddG-Blaabjerg-et-al/RaSPLab.ipynb
Error message:

During handling of the above exception, another exception occurred:

ModuleNotFoundError                       Traceback (most recent call last)
[<ipython-input-2-26b8f94c780a>](https://localhost:8080/#) in <module>
     19 import datetime
     20 import matplotlib
---> 21 from pdbfixer import PDBFixer
     22 from simtk.openmm.app import PDBFile
     23 from Bio.PDB.Polypeptide import index_to_one, one_to_index

[/usr/local/lib/python3.7/site-packages/pdbfixer/__init__.py](https://localhost:8080/#) in <module>
      1 from __future__ import absolute_import
----> 2 from .pdbfixer import PDBFixer
      3 

[/usr/local/lib/python3.7/site-packages/pdbfixer/pdbfixer.py](https://localhost:8080/#) in <module>
     33 __version__ = "1.5"
     34 
---> 35 import simtk.openmm as mm
     36 import simtk.openmm.app as app
     37 import simtk.unit as unit

[/usr/local/lib/python3.7/site-packages/simtk/openmm/__init__.py](https://localhost:8080/#) in <module>
     17         'lib': version.openmm_library_path, 'path': _path}
     18 
---> 19 from simtk.openmm.openmm import *
     20 from simtk.openmm.vec3 import Vec3
     21 from simtk.openmm.mtsintegrator import MTSIntegrator

[/usr/local/lib/python3.7/site-packages/simtk/openmm/openmm.py](https://localhost:8080/#) in <module>
     26                 fp.close()
     27             return _mod
---> 28     _openmm = swig_import_helper()
     29     del swig_import_helper
     30 else:

[/usr/local/lib/python3.7/site-packages/simtk/openmm/openmm.py](https://localhost:8080/#) in swig_import_helper()
     18             fp, pathname, description = imp.find_module('_openmm', [dirname(__file__)])
     19         except ImportError:
---> 20             import _openmm
     21             return _openmm
     22         if fp is not None:

ModuleNotFoundError: No module named '_openmm'

---------------------------------------------------------------------------
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the
"Open Examples" button below.
---------------------------------------------------------------------------

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.