Makes modification on the sequence header and feature source

Former-commit-id: 10e921644ed414771a4d5c5017425c53b83e31c7
Former-commit-id: 5b05b011222f74c784f36f99d111e74b5402ccdd
This commit is contained in:
2021-11-05 09:30:55 +01:00
parent 616d5d084b
commit 9648bbb874

View File

@ -435,10 +435,11 @@ pushTmpDir ORG.organnot
echo "XX"
echo "PR Project:${project};"
echo "XX"
echo "DE XXX"
else
split80 "${organism} ${defline}." "DE "
fi
split80 "${organism} ${defline}." "DE "
echo "DE "
echo "XX"
loginfo "Done."
@ -482,9 +483,9 @@ pushTmpDir ORG.organnot
loginfo "Done."
loginfo "Ordering annotations..."
$AwkCmd '(entry && /^.....(misc|repeat|rRNA|tRNA|gene|source)/) { \
$AwkCmd '(entry && /^.....(misc|repeat|rRNA|tRNA|CDS|source)/) { \
print pos,entry } \
/^.....(misc|repeat|rRNA|tRNA|gene|source)/ { \
/^.....(misc|repeat|rRNA|tRNA|CDS|source)/ { \
match($3,"[0-9][0-9]*"); \
pos=substr($3,RSTART,RLENGTH)*1000 + 1; \
entry=$0; \