Add locus tag to trna
This commit is contained in:
@ -41,22 +41,25 @@ pushTmpDir ORG.its
|
||||
|
||||
|
||||
|
||||
if [[ ${#ITS1[@]}=="2" ]] ; then
|
||||
if [[ ${#ITS1[@]} == "2" ]] ; then
|
||||
echo "FT misc_RNA ${ITS1[0]}..${ITS1[1]}"
|
||||
echo 'FT /gene="ITS1"'
|
||||
echo 'FT /note="internal transcribed spacer 1, ITS1"'
|
||||
echo 'FT /locus_tag=""'
|
||||
fi
|
||||
|
||||
if [[ ${#TSU[@]}=="2" ]] ; then
|
||||
if [[ ${#TSU[@]} == "2" ]] ; then
|
||||
echo "FT rRNA ${TSU[0]}..${TSU[1]}"
|
||||
echo 'FT /gene="5.8S rRNA"'
|
||||
echo 'FT /product="5.8S ribosomal RNA"'
|
||||
echo 'FT /locus_tag=""'
|
||||
fi
|
||||
|
||||
if [[ ${#ITS2[@]}=="2" ]] ; then
|
||||
if [[ ${#ITS2[@]} == "2" ]] ; then
|
||||
echo "FT misc_RNA ${ITS2[0]}..${ITS2[1]}"
|
||||
echo 'FT /gene="ITS2"'
|
||||
echo 'FT /note="internal transcribed spacer 2, ITS2"'
|
||||
echo 'FT /locus_tag=""'
|
||||
fi
|
||||
|
||||
|
||||
@ -80,6 +83,7 @@ pushTmpDir ORG.its
|
||||
print "FT rRNA " loc
|
||||
print "FT /gene=\""rrna" rRNA\""
|
||||
print "FT /product=\""rrna" ribosomal RNA\""
|
||||
print "FT /locus_tag=\"\""
|
||||
full=0
|
||||
}'
|
||||
|
||||
|
Reference in New Issue
Block a user