Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe da Veiga Leprevost committed Sep 23, 2020
1 parent e7f80be commit 02e4491
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
9 changes: 4 additions & 5 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
### Added
- A new Workspace option allows the use of a custom folder as a temporary folder.
- The Database now supports multiple database IDs (separate them with comma).
- Support to Eclipse mzML files.
- The Database now supports multiple database IDs (separate them with a comma).
- Support for the latest msconvert mzML format.
- Output prefix flag added to PTMProphet.

### Changed
- The "master" GitHub repository was renamed to "main".
- Freequant and Labelquant can now be executed before the Filter command.
- The parameter file was updated, and the terms made more human-readable.
- The parameter file was updated, and the terms were made more human-readable.
- The code compilation is now done with GO v1.15.
- PTMProphet updated to v6.0
- The Abacus memory footprint as significantly reduced.

### Fixed
- Small bugs and fixes.
Expand Down
3 changes: 1 addition & 2 deletions lib/id/pep.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import (
"philosopher/lib/spc"
"philosopher/lib/sys"

"github.com/davecgh/go-spew/spew"
"github.com/sirupsen/logrus"
"github.com/vmihailenco/msgpack"
"gonum.org/v1/plot"
Expand Down Expand Up @@ -259,7 +258,7 @@ func ReadPepXMLInput(xmlFile, decoyTag, temp string, models bool) (PepIDList, st

list, err := uti.WalkMatch(xmlFile, "*.pep.xml")
if err != nil {
spew.Dump(err)
msg.NoParametersFound(errors.New("missing pepXML files"), "fatal")
}

if len(list) == 0 {
Expand Down

0 comments on commit 02e4491

Please sign in to comment.