From 27c02dfc1b646bcd7dbe7da1c7e478420cd7b166 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Thu, 4 Nov 2021 21:59:46 +0100 Subject: [PATCH] Patch the name of rRNA genes Former-commit-id: ba00e56f24f0b6d4437f15f456ec1e0d1b272378 Former-commit-id: 6ed22ccd36ff8f09d5a1dd2e79978a76984f10a3 --- detectors/rrna/bin/go_rrna.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/detectors/rrna/bin/go_rrna.sh b/detectors/rrna/bin/go_rrna.sh index d987cb9..171b350 100755 --- a/detectors/rrna/bin/go_rrna.sh +++ b/detectors/rrna/bin/go_rrna.sh @@ -47,8 +47,8 @@ pushTmpDir ORG.rrna (full==1) {match($1,"_..*S");\ rrna=substr($1,RSTART+1,RLENGTH-1);\ print "FT rRNA " loc; \ - print "FT /gene=\"rrn"rrna"\"" - print "FT /product=\""rrna" ribosomal RNA\"";\ + print "FT /gene=\""rrna" rRNA\"" + print "FT /product=\""rrna" ribosomal RNA\"" full=0 }'