BAMFormatterCreateSortedBAMFile Property |
Gets or sets the value indicating that whether the output file to be sorted or not.
Namespace: Bio.IO.BAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic bool CreateSortedBAMFile { get; set; }
Public Property CreateSortedBAMFile As Boolean
Get
Set
public:
property bool CreateSortedBAMFile {
bool get ();
void set (bool value);
}
member CreateSortedBAMFile : bool with get, set
Property Value
Type:
Boolean
See Also