Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling fasta user input files #51

Open
danejo3 opened this issue Aug 21, 2023 · 0 comments
Open

Handling fasta user input files #51

danejo3 opened this issue Aug 21, 2023 · 0 comments

Comments

@danejo3
Copy link
Collaborator

danejo3 commented Aug 21, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant