Skip to content

Commit

Permalink
Bump version and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FarmGeek4Life committed Oct 9, 2018
1 parent 103de10 commit 766ce66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MzidMerger/MzidMerger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RootNamespace>MzidMerger</RootNamespace>
<AssemblyName>MzidMerger</AssemblyName>
<PackageId>MzidMerger</PackageId>
<Version>1.1.0</Version>
<Version>1.2.0</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
<FileVersion>$(Version)</FileVersion>
<Description>Merges mzid[.gz] files into a single mzid[.gz]. Designed for MS-GF+ mzid files (looks for SpecEValue scores)</Description>
Expand Down
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ MzidMerger uses PSI_Interface.dll for reading and writing the mzids.

## Syntax

`MzidMerger -inDir "directory path" [-filter "filename filter"] [-out "output file path"] [-maxSpecEValue number] [-keepOnlyBestResults]`
`MzidMerger -inDir "directory path" [-filter "filename filter"] [-out "output file path"] [-maxSpecEValue number] [-keepOnlyBestResults] [-fixIds]`

### Required parameters:
`-inDir path`
Expand All @@ -32,6 +32,9 @@ MzidMerger uses PSI_Interface.dll for reading and writing the mzids.
`-keepOnlyBestResults`
* If specified, only the best-scoring results for each spectrum are kept.

`-fixIds`
* Fix the peptide and peptideEvidence IDs. Only use for e.g. older MS-GF+ results, that output many errors about duplicate IDs. Only fixes Peptide and PeptideEvidence IDs.

## Contacts

Written by Bryson Gibbons and Matthew Monroe for the Department of Energy (PNNL, Richland, WA) \
Expand Down

0 comments on commit 766ce66

Please sign in to comment.