Entering edit mode
6.8 years ago
maximilian.mayerhofer
▴
30
Hello,
I have downloaded the E.coli ref strain K-12 MG1655 coding sequence (https://www.ncbi.nlm.nih.gov/nuccore/NC_000913.3). I want to extract certain sequences of genes like gyrA, 23SrRNA,... etc
when using grep
like
grep "[gene=gyrA]" EColiK12MG1655_cds.fasta
it simply prints everything starting from gyrA (and the letters turn red and White for unknown reasons).
Best regards