Skip to content
Discussion options

You must be logged in to vote

seqkit seq --max-len 80 hairpins.fa would only show you sequences that have length 80, which is not what we need. We need sequences of all length, but only showing 80 nucleotides per line, which the --line-width does

Yes, you can use -s for sequence and then use --pattern to specifying the sequence pattern to search for

Also, just in case it's not clear in the UI, you need to redirect the output of the tool to the file specified in the exercise.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@GitTodojetaime
Comment options

@GitTodojetaime
Comment options

@GitTodojetaime
Comment options

@robertaboukhalil
Comment options

Answer selected by GitTodojetaime
@GitTodojetaime
Comment options

@robertaboukhalil
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants