예제 #1
0
파일: Plgs.cs 프로젝트: akrogp/EhuBio
 /// <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;
 }
예제 #2
0
파일: mzId1_0.cs 프로젝트: akrogp/EhuBio
 /// <summary>
 /// Constructor
 /// </summary>
 public mzId1_0(Mapper.Software sw)
     : base(sw)
 {
     m_Type = Mapper.SourceType.mzIdentML100;
 }