/// <summary> /// Initializes a new instance of the <see cref="EhuBio.Proteomics.Inference.Plgs"/> class. /// </summary> public Plgs( Mapper.Software sw ) : base(sw) { m_Type = Mapper.SourceType.Plgs; }
/// <summary> /// Constructor /// </summary> public mzId1_0(Mapper.Software sw) : base(sw) { m_Type = Mapper.SourceType.mzIdentML100; }