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

Plans to support FASTA? #31

Open
hmusta opened this issue Jul 30, 2018 · 2 comments
Open

Plans to support FASTA? #31

hmusta opened this issue Jul 30, 2018 · 2 comments

Comments

@hmusta
Copy link

hmusta commented Jul 30, 2018

Are there any plans to support FASTA files any time in the future?

Given a FASTA file as input, would it be sufficient to reformat it as a FASTQ file by flattening multi-line sequences to a single line and adding dummy quality scores?

@prashantpandey
Copy link
Member

Hi @hmusta , yes. You can do that. We just tried this approach in one of our other projects and it worked.

Thanks,
Prashant

@tseemann
Copy link

You can to this efficiently using seqtk seq -F 40 -U file.fa.gz > file.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

3 participants