Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] first draft of PDBx Reader #4303

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

first pass at PDBx topology parser

837b861
Select commit
Loading
Failed to load commit list.
Open

[WIP] first draft of PDBx Reader #4303

first pass at PDBx topology parser
837b861
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 6, 2023 in 1s

0.00% of diff hit (target 93.40%)

View this Pull Request on Codecov

0.00% of diff hit (target 93.40%)

Annotations

Check warning on line 24 in package/MDAnalysis/coordinates/PDBx.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

package/MDAnalysis/coordinates/PDBx.py#L24

Added line #L24 was not covered by tests

Check warning on line 36 in package/MDAnalysis/coordinates/PDBx.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

package/MDAnalysis/coordinates/PDBx.py#L35-L36

Added lines #L35 - L36 were not covered by tests

Check warning on line 38 in package/MDAnalysis/coordinates/PDBx.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

package/MDAnalysis/coordinates/PDBx.py#L38

Added line #L38 was not covered by tests

Check warning on line 43 in package/MDAnalysis/coordinates/PDBx.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

package/MDAnalysis/coordinates/PDBx.py#L41-L43

Added lines #L41 - L43 were not covered by tests

Check warning on line 46 in package/MDAnalysis/coordinates/PDBx.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

package/MDAnalysis/coordinates/PDBx.py#L45-L46

Added lines #L45 - L46 were not covered by tests

Check warning on line 48 in package/MDAnalysis/coordinates/PDBx.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

package/MDAnalysis/coordinates/PDBx.py#L48

Added line #L48 was not covered by tests

Check warning on line 51 in package/MDAnalysis/coordinates/PDBx.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

package/MDAnalysis/coordinates/PDBx.py#L50-L51

Added lines #L50 - L51 were not covered by tests

Check warning on line 53 in package/MDAnalysis/coordinates/PDBx.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

package/MDAnalysis/coordinates/PDBx.py#L53

Added line #L53 was not covered by tests

Check warning on line 56 in package/MDAnalysis/coordinates/PDBx.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

package/MDAnalysis/coordinates/PDBx.py#L56

Added line #L56 was not covered by tests

Check warning on line 59 in package/MDAnalysis/coordinates/PDBx.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

package/MDAnalysis/coordinates/PDBx.py#L58-L59

Added lines #L58 - L59 were not covered by tests

Check warning on line 61 in package/MDAnalysis/coordinates/PDBx.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

package/MDAnalysis/coordinates/PDBx.py#L61

Added line #L61 was not covered by tests

Check warning on line 65 in package/MDAnalysis/coordinates/PDBx.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

package/MDAnalysis/coordinates/PDBx.py#L64-L65

Added lines #L64 - L65 were not covered by tests

Check warning on line 67 in package/MDAnalysis/coordinates/PDBx.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

package/MDAnalysis/coordinates/PDBx.py#L67

Added line #L67 was not covered by tests

Check warning on line 71 in package/MDAnalysis/coordinates/PDBx.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

package/MDAnalysis/coordinates/PDBx.py#L71

Added line #L71 was not covered by tests

Check warning on line 73 in package/MDAnalysis/coordinates/PDBx.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

package/MDAnalysis/coordinates/PDBx.py#L73

Added line #L73 was not covered by tests

Check warning on line 75 in package/MDAnalysis/coordinates/PDBx.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

package/MDAnalysis/coordinates/PDBx.py#L75

Added line #L75 was not covered by tests

Check warning on line 23 in package/MDAnalysis/topology/PDBxParser.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

package/MDAnalysis/topology/PDBxParser.py#L23

Added line #L23 was not covered by tests

Check warning on line 34 in package/MDAnalysis/topology/PDBxParser.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

package/MDAnalysis/topology/PDBxParser.py#L33-L34

Added lines #L33 - L34 were not covered by tests

Check warning on line 38 in package/MDAnalysis/topology/PDBxParser.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

package/MDAnalysis/topology/PDBxParser.py#L36-L38

Added lines #L36 - L38 were not covered by tests

Check warning on line 51 in package/MDAnalysis/topology/PDBxParser.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

package/MDAnalysis/topology/PDBxParser.py#L51

Added line #L51 was not covered by tests

Check warning on line 65 in package/MDAnalysis/topology/PDBxParser.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

package/MDAnalysis/topology/PDBxParser.py#L65

Added line #L65 was not covered by tests

Check warning on line 69 in package/MDAnalysis/topology/PDBxParser.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

package/MDAnalysis/topology/PDBxParser.py#L67-L69

Added lines #L67 - L69 were not covered by tests

Check warning on line 71 in package/MDAnalysis/topology/PDBxParser.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

package/MDAnalysis/topology/PDBxParser.py#L71

Added line #L71 was not covered by tests

Check warning on line 74 in package/MDAnalysis/topology/PDBxParser.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

package/MDAnalysis/topology/PDBxParser.py#L73-L74

Added lines #L73 - L74 were not covered by tests

Check warning on line 83 in package/MDAnalysis/topology/PDBxParser.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

package/MDAnalysis/topology/PDBxParser.py#L80-L83

Added lines #L80 - L83 were not covered by tests