Closed wfondrie closed 3 years ago
Merging #20 (7ca986f) into master (2aa978c) will increase coverage by
0.01%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #20 +/- ##
==========================================
+ Coverage 81.04% 81.05% +0.01%
==========================================
Files 15 15
Lines 1403 1404 +1
==========================================
+ Hits 1137 1138 +1
Misses 266 266
Impacted Files | Coverage Δ | |
---|---|---|
mokapot/parsers/pepxml.py | 88.61% <100.00%> (+0.09%) |
: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 2aa978c...7ca986f. Read the comment docs.
Mods were not being parsed into the peptide string correctly. This PR fixes it.