Ejemplo n.º 1
0
 /// <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;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Constructor
 /// </summary>
 public mzId1_0(Mapper.Software sw)
     : base(sw)
 {
     m_Type = Mapper.SourceType.mzIdentML100;
 }