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
Currently, YEAT can only accept fastq files. If users provide fasta files, FastQC will crash because there are no quality scores available. Either convert fasta files to fastq or prevent users to pass them in.
If convert:
seqtk seq -F '#' in.fa > out.fq
The text was updated successfully, but these errors were encountered:
Currently, YEAT can only accept
fastq
files. If users providefasta
files,FastQC
will crash because there are no quality scores available. Either convert fasta files to fastq or prevent users to pass them in.If convert:
The text was updated successfully, but these errors were encountered: