Skip to content

Commit

Permalink
update sage to 0.14.4 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
timosachsenberg authored Oct 30, 2023
1 parent e492568 commit 947b56a
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 4 deletions.
8 changes: 7 additions & 1 deletion Linux/64bit/Sage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ Additionally, Sage was designed with cloud computing in mind - massively paralle
Sage is **simple to configure**, **powerful** and **flexible**.
It also happens to be well-tested, **mind-boggingly fast**, open-source (MIT-licensed) and free.

## Citation

If you use Sage in a scientific publication, please cite the following paper:

[Sage: An Open-Source Tool for Fast Proteomics Searching and Quantification at Scale](https://doi.org/10.1021/acs.jproteome.3c00486)


## Features

- Incredible performance out of the box
Expand All @@ -44,6 +51,5 @@ It also happens to be well-tested, **mind-boggingly fast**, open-source (MIT-lic
- Support for reading/writing directly from [AWS S3](https://sage-docs.vercel.app/docs/configuration/aws)


<!-- <img src="figures/TMT_Panel.png" width="800"> -->

Check out the [blog post introducing Sage](https://lazear.github.io/sage/) for more information and full benchmarks!
Binary file modified Linux/64bit/Sage/sage
Binary file not shown.
8 changes: 7 additions & 1 deletion MacOS/64bit/Sage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ Additionally, Sage was designed with cloud computing in mind - massively paralle
Sage is **simple to configure**, **powerful** and **flexible**.
It also happens to be well-tested, **mind-boggingly fast**, open-source (MIT-licensed) and free.

## Citation

If you use Sage in a scientific publication, please cite the following paper:

[Sage: An Open-Source Tool for Fast Proteomics Searching and Quantification at Scale](https://doi.org/10.1021/acs.jproteome.3c00486)


## Features

- Incredible performance out of the box
Expand All @@ -44,6 +51,5 @@ It also happens to be well-tested, **mind-boggingly fast**, open-source (MIT-lic
- Support for reading/writing directly from [AWS S3](https://sage-docs.vercel.app/docs/configuration/aws)


<!-- <img src="figures/TMT_Panel.png" width="800"> -->

Check out the [blog post introducing Sage](https://lazear.github.io/sage/) for more information and full benchmarks!
Binary file modified MacOS/64bit/Sage/sage
Binary file not shown.
5 changes: 4 additions & 1 deletion Windows/64bit/Sage/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,10 @@ For additional information about configuration options and output file formats,
"peak_scoring": "Hybrid", // See DOCS.md for details - recommend that you do not change this setting
"integration": "Sum", // Optional["Sum" | "Apex"], use sum of MS1 traces in peak, or MS1 intensity at peak apex
"spectral_angle": 0.7, // Optional[float] {default = 0.7}, normalized spectral angle cutoff for calling an MS1 peak
"ppm_tolerance": 5.0 // Optional[float] {default = 5.0}, tolerance (in p.p.m.) for DICE window around calculated precursor mass
"ppm_tolerance": 5.0, // Optional[float] {default = 5.0}, tolerance (in p.p.m.) for DICE window around calculated precursor mass
// Optional[bool] {default = true}. Combine all charge states for quantification. Setting this to false
// quantifies each peptide-charge precursor in `precursor_charge` range (see below) separately
"combine_charge_states": true
}
},
"precursor_tol": { // Tolerance can be either "ppm" or "da"
Expand Down
8 changes: 7 additions & 1 deletion Windows/64bit/Sage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ Additionally, Sage was designed with cloud computing in mind - massively paralle
Sage is **simple to configure**, **powerful** and **flexible**.
It also happens to be well-tested, **mind-boggingly fast**, open-source (MIT-licensed) and free.

## Citation

If you use Sage in a scientific publication, please cite the following paper:

[Sage: An Open-Source Tool for Fast Proteomics Searching and Quantification at Scale](https://doi.org/10.1021/acs.jproteome.3c00486)


## Features

- Incredible performance out of the box
Expand All @@ -44,6 +51,5 @@ It also happens to be well-tested, **mind-boggingly fast**, open-source (MIT-lic
- Support for reading/writing directly from [AWS S3](https://sage-docs.vercel.app/docs/configuration/aws)


<!-- <img src="figures/TMT_Panel.png" width="800"> -->

Check out the [blog post introducing Sage](https://lazear.github.io/sage/) for more information and full benchmarks!
Binary file modified Windows/64bit/Sage/sage.exe
Binary file not shown.

0 comments on commit 947b56a

Please sign in to comment.