DeltaAlignmentCollection Constructor (Stream, Stream) |
Initializes a new instance of the DeltaAlignmentCollection class.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public DeltaAlignmentCollection(
Stream deltaAlignmentStream,
Stream readsStream
)
Public Sub New (
deltaAlignmentStream As Stream,
readsStream As Stream
)
public:
DeltaAlignmentCollection(
Stream^ deltaAlignmentStream,
Stream^ readsStream
)
new :
deltaAlignmentStream : Stream *
readsStream : Stream -> DeltaAlignmentCollection
Parameters
- deltaAlignmentStream
- Type: System.IOStream
Delta alignment stream. - readsStream
- Type: System.IOStream
Query/Reads stream.
See Also