Hello,
I am new to perl and trying to parse some reports. I am trying to get organism's name from the description.
Its working when field is like this:
ATP synthase F1, alpha subunit [Acidimicrobium ferrooxidans DSM 10331].
I am using this:
if($desc =~ /\[(.*?)\]/){$org...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.