I wish to extract part of a sequence from a particular sequence/scaffold ID like 437 to 959 bases from a 3 Mb scaffold.
I am more familiar with grep and used it before for like:
grep -A 1 scaffoldID sequencefasta.fa > saveoutput.fa
but don't know how to extract a particular part of the sequence.
Could anyone help me with this please.
S
I am more familiar with grep and used it before for like:
grep -A 1 scaffoldID sequencefasta.fa > saveoutput.fa
but don't know how to extract a particular part of the sequence.
Could anyone help me with this please.
S
Comment