예제 #1
0
        // ReSharper disable once CommentTypo
        // Ignore Spelling: Battelle, enums, Hyperscore, MaxQuant, MODa, parm, proc

        /// <summary>
        /// Constructor
        /// </summary>
        public PeptideHitResultsProcRunner(PHRPOptions options)
        {
            mFileDate = PHRPBaseClass.PROGRAM_DATE;
            Options   = options;

            UpdateLogFileOptions();

            mPeptideHitResultsFileFormat       = ResultsFileFormat.AutoDetermine;
            mUseExistingMTSPepToProteinMapFile = false;
            mLocalErrorCode = ResultsProcessorErrorCodes.NoError;
        }
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="options"></param>
 protected MultiDatasetResultsProcessor(PHRPOptions options) : base(options)
 {
 }
예제 #3
0
        // Ignore Spelling: fht, methylation, sequest

        /// <summary>
        /// Constructor
        /// </summary>
        /// <param name="options"></param>
        public SequestResultsProcessor(PHRPOptions options) : base(options)
        {
            FileDate = "January 13, 2022";
        }