Giter Club home page Giter Club logo

msm_pele's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

cescgina jndx1

msm_pele's Issues

Error al construir la caixa

Després de correr l'adaptive i fer el clustering, em dona un error al construir la caixa per que intenta agafar els punts de la carpeta d'equilibració (dins la carpeta extractedCoordinates) però no existeixen ja que els extractCoords d'adaptive només agafa les carpetes que són output d'adaptive (i. e. que tenen digits com a nom)

Crec que és podria arreglar afegint una línea com ara

epochs = filter(lambda x: x.isdigit(), epochs)

al Helpers/best_structs, linea 86, però no sé si estic obviant algo més.

Et deixo també el traceback complert
Traceback (most recent call last):
File "/apps/PYTHON/2.7.13/INTEL/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/apps/PYTHON/2.7.13/INTEL/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/gpfs/projects/bsc72/MSM_PELE/bin/MSM_PELE/main.py", line 180, in
run(args.input, args.residue, args.chain, args.charge_ter, args.forc, args.confile, args.native, args.cpus, args.core, args.mtor, args.n, args.mae_charges, args.clean, args.only_plop)
File "/gpfs/projects/bsc72/MSM_PELE/bin/MSM_PELE/main.py", line 142, in run
center, radius = bx.main(adap_ex_output, clusters, center_mass)
File "/gpfs/projects/bsc72/MSM_PELE/bin/MSM_PELE/Helpers/box.py", line 38, in main
sasa_points = get_sasa_points(path, sasa_info)
File "/gpfs/projects/bsc72/MSM_PELE/bin/MSM_PELE/Helpers/box.py", line 63, in get_sasa_points
with open(coord_file, 'r') as f:
IOError: [Errno 2] No such file or directory: '/gpfs/projects/bsc72/jgilabert/test_MSM_PELE/AMR_Pele/output_adaptive_exit/equilibration_1/extractedCoordinates/coord_91.dat'

Bug in extractCoords with several folders (epochs)

If several epochs are present in the long adaptive (for example joining several simulations as one) the extractCoord script only runs the gather part for the first one, then since the allTraj folders exists it skips the rest. The test should be performed before the main loop, and it should probably check if all the extracedCoordinates, repeatedCoordinates and allTrajs are present and if so return and skip the work.

Output folder name

It would be a good idea to provide the option to specify the output folder name

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.