Thanks Pierre! Much appreciated
On another note, I am trying to simplify the fasta header which contains similar text i.e. gi|753197404|ref|WP_041503856.1|
I am currently removing the gi numbers using
sed 's/^[^ ][|]([^|])[|] .*$/>\1/'
Is there a faster alternative using awk?
• 0 views
•
link