Entering edit mode
5.5 years ago
kA
•
0
Hi,
I am writing a bash script to extract some features like CDS from my sequences. I have noticed some of them have tags like Organism and Organelle, whose values I would like to extract. Like this example of a gene
I am not sure what the syntax would be in bash if this is possible, as I cannot get the script to extract these values.
From your example, extracting "Organism" in a Bash script can be: