Click or drag to resize
HelperIsZippedFastQ Method
Identifies if a file extension is a valid extension for a gzipped FastQ formats.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static bool IsZippedFastQ(
	string fileName
)

Parameters

fileName
Type: SystemString

[Missing <param name="fileName"/> documentation for "M:Bio.Util.Helper.IsZippedFastQ(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Bio.Util.Helper.IsZippedFastQ(System.String)"]

See Also