The Wayback Machine - https://web.archive.org/web/20200912081410/https://github.com/topics/bioinformatics
Skip to content
#

Bioinformatics

Bioinformatics is an interdisciplinary field that intersects with biology, computer science, mathematics and statistics. It concerns itself with the development and use of methods and software tools for collecting and analyzing biological data.

Here are 4,539 public repositories matching this topic...

JoaoRodrigues
JoaoRodrigues commented Sep 11, 2020

This issue comes from the benchmark in #3230.

The first item in the residue id of HETATMs is "H_" + res.resname. Because the PDB format is a column-delimited format, we don't strip the empty spaces around residue names with less than 3 characters (e.g. MG) and end up with something like H_ MG in the id. The MMCIFParser, on the other hand, does strip this whitespace so we end up with H_MG

Wikipedia
Wikipedia

Related Topics

genomics sequencing
You can’t perform that action at this time.