First version including the rRNA detector
Former-commit-id: 865e2626c7cd92ea596aedefe2b760b3eaaa9c77 Former-commit-id: 94a2e642328eb679660c6ac5a6cb6803c2083632
This commit is contained in:
@ -49,6 +49,10 @@ pushTmpDir ORG.organnot
|
||||
${PROG_DIR}/detectors/trna/bin/go_trna.sh ${QUERY} >> "${RESULTS}.annot"
|
||||
loginfo "Done."
|
||||
|
||||
loginfo "Annotating the rRNA genes..."
|
||||
${PROG_DIR}/detectors/rrna/bin/go_rrna.sh ${QUERY} >> "${RESULTS}.annot"
|
||||
loginfo "Done."
|
||||
|
||||
|
||||
loginfo "Printing annotations header..."
|
||||
echo "XX"
|
||||
|
Reference in New Issue
Block a user