haddocking / pdb-tools

A dependency-free cross-platform swiss army knife for PDB files.
https://haddocking.github.io/pdb-tools/
Apache License 2.0
378 stars 113 forks source link

Allows for unique residue selection #30

Closed mtrellet closed 5 years ago

mtrellet commented 5 years ago

Addresses issue #28

Had to update my forked repo that slightly diverged over time. Hopefully should be rather transparent and not too messy...

codecov[bot] commented 5 years ago

Codecov Report

Merging #30 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #30   +/-   ##
=======================================
  Coverage   81.89%   81.89%           
=======================================
  Files          44       44           
  Lines        3524     3524           
  Branches      742      742           
=======================================
  Hits         2886     2886           
  Misses        451      451           
  Partials      187      187
Impacted Files Coverage Δ
pdbtools/pdb_selres.py 71.42% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cfc0a11...85c0366. Read the comment docs.

JoaoRodrigues commented 5 years ago

Merging. Thanks!