View source on GitHub |
Read FastQ file into Tensor
tfio.genome.read_fastq(
filename, name=None
)
Used in the notebooks
Used in the tutorials |
---|
Args | |
---|---|
filename
|
Filename of the FastQ file. |
name
|
A name for the operation (optional). |
Returns | |
---|---|
sequences
|
A string Tensor .
|
raw_quality
|
A string Tensor .
|