annotate awk_script.sh @ 2:7de54831b070 draft default tip

Uploaded
author dazeone
date Wed, 21 Sep 2022 18:55:10 +0000
parents d6ca93e13a3c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
d6ca93e13a3c Uploaded
dazeone
parents:
diff changeset
1 awk -F "|" '/^>/ {close(F); ID=$1; gsub("^>", "", ID); F=ID".fasta"} {print >> F}' $1