Class LSKiwiROC.Arguments
Inheritance
LSKiwiROC.Arguments
Assembly: AnalysisPrograms.dll
Syntax
[Command("KiwiROC", Description = "[DEPRACATED]. Only used in 2012 to analyse output from LSKiwi3")]
public class Arguments : SubCommandBase
Properties
|
Improve this Doc
View Source
Events
Declaration
[Option(Description = "Full path of the csv file containing description of potential kiwi calls. File must be in correct csv format.")]
[ExistingFile(false, true, Extension = ".csv")]
[Required]
[LegalFilePath]
public string Events { get; set; }
Property Value
|
Improve this Doc
View Source
Selections
Declaration
[Option(Description = "Full path of the csv file containing description of true kiwi calls. File must be in the correct format.")]
[ExistingFile(false, true, Extension = ".csv")]
[LegalFilePath]
public string Selections { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Execute(CommandLineApplication)
Declaration
public override Task<int> Execute(CommandLineApplication app)
Parameters
Type |
Name |
Description |
McMaster.Extensions.CommandLineUtils.CommandLineApplication |
app |
|
Returns
Overrides
Extension Methods