Skip to content

Commit

Permalink
fix a typo for score_all
Browse files Browse the repository at this point in the history
  • Loading branch information
AimeeD90 committed Jan 19, 2024
1 parent 2254fc9 commit b4786fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ VERSION = $(shell date +%Y%m%d)
BUILD = $(shell date +%Y%m%d%H%M)

TAG = v5.1.1
RC = RC03
RC = RC04

LDFLAGS = -ldflags "-w -s -extldflags -static -X main.version=${TAG} -X main.build=${BUILD}"

Expand Down
2 changes: 1 addition & 1 deletion lib/spc/pepxml.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,5 +220,5 @@ type PTMResult struct {
ScoreWithoutPTM string `xml:"score_without_ptm,attr"`
LocalizationPeptide string `xml:"localization_peptide,attr"`
LocalizationScores string `xml:"localization_scores,attr"`
ScoreAll string `xml:"scores_all,attr"`
ScoreAll string `xml:"score_all,attr"`
}

0 comments on commit b4786fa

Please sign in to comment.