Skip to content

Commit

Permalink
Remove deprecated URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
alchemistmatt committed Nov 1, 2024
1 parent 6a4fb49 commit 3bde540
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions Sipper_Console/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand All @@ -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"
};


Expand Down

0 comments on commit 3bde540

Please sign in to comment.