Closed JoaoRodrigues closed 4 years ago
Merging #81 into master will increase coverage by
0.09%
. The diff coverage is87.30%
.
@@ Coverage Diff @@
## master #81 +/- ##
==========================================
+ Coverage 82.09% 82.18% +0.09%
==========================================
Files 45 46 +1
Lines 3574 3637 +63
Branches 748 758 +10
==========================================
+ Hits 2934 2989 +55
- Misses 451 458 +7
- Partials 189 190 +1
Impacted Files | Coverage Δ | |
---|---|---|
pdbtools/pdb_chainbows.py | 87.30% <87.30%> (ø) |
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 6ffb92c...b0106fe. Read the comment docs.
Over to you @joaomcteixeira !
We should merge the
Done.pdb_tidy
fix first and then this one, just to keep the versions cleaner.
Alright, thanks guys!
Tool adds chain identifiers sequentially (ABC..abc...012..) based on existing TER records in the file. Addresses the second part of #70.