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
Input fasta copy/pasted above is a single line fasta.
Seqkit -s is supposed to print sequence as a sequence without changing the input format. Otherwise, user has to type in seqkit -sw0 for extracting sequences in a single line from a flattened fasta file.
Seqkit -s is printing sequence in 3 lines (probably at 60 characters per line- not sure of this) as below:
seqkit version: seqkit v0.12.0
Input fasta:
issue:
seqkit -sw0
for extracting sequences in a single line from a flattened fasta file.To check if sequence is indeed is broken into 3 lines, into three lines, following code was run:
Third line is
TAGAAACTAGTCTTCTAGAAAAATTCAACGA
Expected behaviour:
sequence should be printed without gaps, in a single line.
The text was updated successfully, but these errors were encountered: