You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A single fastq file can be read as follows:
example:for name,seq,qual in pyfastx.Fastq('XXX.fq.gz')
But,If the sequencing data consists of a pair of PE files, how can they be read simultaneously?
The text was updated successfully, but these errors were encountered:
A single fastq file can be read as follows:
example:for name,seq,qual in pyfastx.Fastq('XXX.fq.gz')
But,If the sequencing data consists of a pair of PE files, how can they be read simultaneously?
The text was updated successfully, but these errors were encountered: