How to extract from a fasta file, all the protein sequences that have more than 800 aa?
2
0
Entering edit mode
6.1 years ago
ayixon • 0

How to extract from a file all the protein sequences that have more than 800 aa using linux terminal?

sequence Assembly • 1.5k views
ADD COMMENT
0
Entering edit mode

Solved. Thank you very much. The perl script worked fine.

ADD REPLY
2
Entering edit mode
ADD COMMENT
2
Entering edit mode
6.1 years ago

For future reference, to filter a multifasta file for sequences with more than 800 aa,

$ seqkit seq -m 800 test.fa

-m = minimum length of the sequence to be printed

ADD COMMENT

Login before adding your answer.

Traffic: 1563 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6