Closed KarinDuong closed 4 months ago
And is_nucleic_acids
and extract_nucleic_acids_sequence
functions will work the same as is_lipid
and extract_protein_sequence
. But extract_nucleic_acids_sequence
will test if the resname start with 'R' or 'D' to define the molecular_type
to 'DNA' or 'RNA'.
And maybe change the field protein_sequence
in the molecular inventory to sequence
(instead of create a new field nucleic_acids_sequence
) ? Then it will be either a protein sequence or a nucleic acids sequence.
will test if the resname start with 'R' or 'D' to define the molecular_type to 'DNA' or 'RNA'.
No need to differentiate DNA and RNA.
rna.rtp and dna.rtp files of each force field [mostly AMBER and CHARMM, the other don't have these files] in https://github.com/gromacs/gromacs/blob/main/share/top/)
Please mention these files in the comment when defining dictionaries.
Could we close this issue?
yes
The dictionary will have this form : (according the resname for DNA and RNA in rna.rtp and dna.rtp files of each force field [mostly AMBER and CHARMM, the other don't have these files] in https://github.com/gromacs/gromacs/blob/main/share/top/)