smith-chem-wisc / MetaMorpheus

Proteomics search software with integrated calibration, PTM discovery, bottom-up, top-down and LFQ capabilities
MIT License
90 stars 46 forks source link

Changed Target Architecture to x64 #2254

Open Alexander-Sol opened 1 year ago

Alexander-Sol commented 1 year ago

mzLib only targets x64 processor architecture. Targeting "Any CPU" introduced warning messages when building.

This PR switches MetaMorpheus to only target x64 architecture. Warnings are no longer generated on build.

This may fix issue #2253, but I wouldn't hold my breath.

codecov[bot] commented 1 year ago

Codecov Report

Merging #2254 (1f0815a) into master (a21ba5d) will decrease coverage by 0.10%. The diff coverage is 30.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2254      +/-   ##
==========================================
- Coverage   91.14%   91.05%   -0.10%     
==========================================
  Files         133      133              
  Lines       20064    20094      +30     
  Branches     2797     2801       +4     
==========================================
+ Hits        18288    18297       +9     
- Misses       1280     1298      +18     
- Partials      496      499       +3     
Impacted Files Coverage Δ
TaskLayer/MbrAnalysis/MbrAnalysisResults.cs 82.96% <30.00%> (-15.21%) :arrow_down:
EngineLayer/MetaMorpheusEngine.cs 87.64% <0.00%> (+0.28%) :arrow_up: