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
We need to make sure the data generated by the Run process is valid.
We can run something as simple as gzip -t or validate the fastq format with FastqValidator or validate the number of reads by making sure we have exactly the number of reads that are expected using
number of reads Conversion file
number of reads removed in the Adapter filtering
number of reads remove in fastqfilterer steps
The text was updated successfully, but these errors were encountered:
We need to make sure the data generated by the Run process is valid.
We can run something as simple as
gzip -t
or validate the fastq format with FastqValidator or validate the number of reads by making sure we have exactly the number of reads that are expected usingThe text was updated successfully, but these errors were encountered: