-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6a4fb49
commit 3bde540
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ J Proteome Res. 2014 Mar 7;13(3):1200-10. \ | |
Uses ThermoFisher.CommonCore.RawFileReader.dll to read Thermo .raw files. | ||
|
||
Uses Proteowizard to read .mzML files | ||
* Download the Windows 64-bit installer from http://proteowizard.sourceforge.net/ | ||
* Download the Windows 64-bit installer from https://proteowizard.sourceforge.io/ | ||
|
||
## Analysis Steps | ||
|
||
|
@@ -96,7 +96,7 @@ Use `-CreateParamFile` to create an example parameter file | |
|
||
Written by Gordon Slysz and Matthew Monroe for the Department of Energy (PNNL, Richland, WA) \ | ||
E-mail: [email protected] \ | ||
Website: https://omics.pnl.gov/ or https://panomics.pnnl.gov/ | ||
Website: https://github.com/PNNL-Comp-Mass-Spec/ or https://www.pnnl.gov/integrative-omics | ||
|
||
## License | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ namespace Sipper_Console | |
/// Copyright 2020, Battelle Memorial Institute. All Rights Reserved. | ||
/// | ||
/// E-mail: [email protected] or [email protected] | ||
/// Website: https://omics.pnl.gov/ or https://panomics.pnnl.gov/ | ||
/// Website: https://github.com/PNNL-Comp-Mass-Spec/ or https://panomics.pnnl.gov/ or https://www.pnnl.gov/integrative-omics | ||
/// ------------------------------------------------------------------------------- | ||
class Program | ||
{ | ||
|
@@ -34,7 +34,7 @@ static int Main(string[] args) | |
ProgramInfo = "This program runs SIPPER", | ||
ContactInfo = "Program written by Gordon Slysz and Matthew Monroe for PNNL (Richland, WA)" + Environment.NewLine + | ||
"E-mail: [email protected] or [email protected]" + Environment.NewLine + | ||
"Website: https://omics.pnl.gov/ or https://panomics.pnnl.gov/" | ||
"Website: https://github.com/PNNL-Comp-Mass-Spec/ or https://panomics.pnnl.gov/ or https://www.pnnl.gov/integrative-omics" | ||
}; | ||
|
||
|
||
|