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

Fix some typos in several scripts usage #26

Closed mtrellet closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #26 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #26   +/-   ##
=======================================
  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_tofasta.py 74.15% <ø> (ø) :arrow_up:
pdbtools/pdb_delresname.py 80.76% <ø> (ø) :arrow_up:
pdbtools/pdb_rplresname.py 84% <ø> (ø) :arrow_up:
pdbtools/pdb_delinsertion.py 86.66% <ø> (ø) :arrow_up:
pdbtools/pdb_delelem.py 84.41% <ø> (ø) :arrow_up:
pdbtools/pdb_validate.py 88.31% <ø> (ø) :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 663d909...ea5c3a2. Read the comment docs.

JoaoRodrigues commented 5 years ago

Thanks!