Skip to content

Commit

Permalink
Update README.md with .Net8 links (#2416)
Browse files Browse the repository at this point in the history
* Update README.md with .Net8 links

* Update README.md
  • Loading branch information
nbollis authored Sep 24, 2024
1 parent 4d5e0ef commit ff96b3e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ Check out the [wiki page](https://github.com/smith-chem-wisc/MetaMorpheus/wiki)

* Environment:
* 64-bit operating system
* .NET Core 6.0:
* Windows: https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-desktop-6.0.27-windows-x64-installer
* macOS, x64 Intel processor: https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-6.0.27-macos-x64-installer
* macOS, ARM Apple Silicon processor: https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-6.0.27-macos-arm64-installer
* Linux: https://docs.microsoft.com/dotnet/core/install/linux-package-managers
* .NET Core 8.0:
* Windows: https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-8.0.401-windows-x64-installer
* macOS, x64 Intel processor: https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-8.0.401-macos-x64-installer
* macOS, ARM Apple Silicon processor: https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-8.0.401-macos-arm64-installer
* Linux: https://learn.microsoft.com/dotnet/core/install/linux?WT.mc_id=dotnet-35129-website
* Note that the installer (MetaMorpheusInstaller.msi) only works on Windows. The command-line version of MetaMorpheus supports any operating system that supports .NET Core (Windows, MacOS, Linux)
* 8 GB RAM recommended

Expand Down Expand Up @@ -89,6 +89,8 @@ Long-read proteogenomic characterization: [Enhanced protein isoform characteriza

Spectral library GPTMD search: [A Hybrid Spectral Library and Protein Sequence Database Search Strategy for Bottom-Up and Top-Down Proteomic Data Analysis, J of Proteome Res **2022**, _21_, 2609-2618](https://pubs.acs.org/doi/10.1021/acs.jproteome.2c00305)

Spectral Averaging: [Spectral averaging with outlier rejection algorithms to increase identifications in top-down proteomics](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11216233/)

## mzLib, an all-purpose mass spectrometry toolchest implemented by MetaMorpheus

[mzLib](https://github.com/smith-chem-wisc/mzLib) is a [nuget](https://www.nuget.org/packages/mzLib/) package that we created as an all-purpose toolchest for mass-spec data analysis and many of its functions provide the tools for MetaMorpheus. mzLib is freely available for use in mass-spec applications. You do not need to download mzLib separately to run MetaMorpheus; it is already included.

0 comments on commit ff96b3e

Please sign in to comment.