Skip to content

Commit

Permalink
make a spectrum attribute visible for MBG
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolasky committed Sep 11, 2024
1 parent bae67c6 commit 353d8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edu/umich/andykong/ptmshepherd/core/Spectrum.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class Spectrum implements Comparable<Spectrum> {

public int scanNum;
public int charge;
double precursorMass, rt;
public double precursorMass, rt;
double monoMass, targetMass;
public float [] peakMZ;
public float [] peakInt;
Expand Down

0 comments on commit 353d8f2

Please sign in to comment.