示例#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;
 }