Skip to content

Python module to calculate vicinal coupling constant from Molecular Dynamics

License

Notifications You must be signed in to change notification settings

Grupo-de-Bioinformatica-Estrutural/jcalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI version Build Status

jcalc

Python module to calculate vicinal coupling constant from Molecular Dynamics. A Jupyter Notebook with a quickstart example and adding hydrogens example shows how to use JCalc.

Getting started

Installing jcalc

Install locally

pip install jcalc

Install by docker

docker pull jlmeirelles/jcalc:latest

Running jcalc

Running on simulation (XTC and TPR file)

jcalc -x sim.xtc -t sim.tpr -n j_input.tsv

Running on directory with steps as PDB files

jcalc -i pdb_dir -n j_input.tsv

Running on single PDB file

jcalc -p file.pdb -i j_input.tsv

Running on docker

docker run -v $(pwd):/home/data jlmeirelles/jcalc -x sim.xtc \
-t sim.tpr -n j_input.tsv

About

Python module to calculate vicinal coupling constant from Molecular Dynamics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published