vermouth-martinize icon indicating copy to clipboard operation
vermouth-martinize copied to clipboard

Describe and apply transformation on molecular structures and topologies

Results 125 vermouth-martinize issues
Sort by recently updated
recently updated
newest added

Lipidations are finally published and can be added to the library after some curation: https://zenodo.org/records/10213934

data

I had a first stab at making a ProcessorPipeline. I've set it up so that it is a proper recursive DiGraph, but with a convenient `.add` method. I've also mashed...

hacktoberfest-accepted

Instead of removing these bonds we should replace them with #ifdef flexibles. At the moment proteins that are a little off in backbone positions are nearly impossible to run. https://github.com/marrink-lab/vermouth-martinize/blob/1593bf140277c85193cf22c5e9ac05222fd590c7/vermouth/data/force_fields/martini3001/aminoacids.ff#L1000-L1010

data

Hoi, It seems like the ITP reader cannot handle nested includes in the included itps in the top file. This is used (a lot) in Go models and in any...

enhancement
help wanted
parser

I'm trying to create a coarse-grained model for a virus with an atomic model consisting of 60 chains, each having around 500 amino acids. When I use the following command...

This PR implements a file parser of oxDNA configuration files to read in rotational frames for residues. The initial goal is to use the file parser to implement a frame-based...

Hi, I am trying to coarse-grain a protein with 100 chains with each chain having 140 residues using martinize2 but I got an error during the grompp minimization step stating...

bug

Some modifications are missing for the non martini3 force-fields especially for protonation states. Additionally naming schemes of neutral amino acids are not consistent.

data

Hello, For proteins that don't start numbering at 1, the .itp file generated by -govs-moltype doesn't match the files generated by create_goVirt.py. For example, I have residues 2-718, but they...

bug
easy

The command ``` martinize2 -f combine.pdb -x cg-prot.pdb -o topol.top -p backbone -pf 1000 -elastic -el 0.6 -eu 0.8 ``` were run on two independent workstations. However, one with the...