We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am attempting to convert my fasta files to fastq using the command: seq -F contig.2.fasta > contig.2.fq
but I keep getting: seq: invalid option -- F
The text was updated successfully, but these errors were encountered:
seq: invalid option -- F
This is the seq command from the system.
seq
The right way is
seqtk seq -F G contig.2.fasta > contig.2.fq
Sorry, something went wrong.
So I am getting an fq file, but it is empty.
No branches or pull requests
I am attempting to convert my fasta files to fastq using the command:
seq -F contig.2.fasta > contig.2.fq
but I keep getting:
seq: invalid option -- F
The text was updated successfully, but these errors were encountered: