CDS detector added
Former-commit-id: 93fac7a70052d06c2a12bf8af59820c653edd31b Former-commit-id: 0869fdad0f550941a0f78f1e4c57f4fcdb3f6076
This commit is contained in:
18
detectors/rrna/test/go_test.sh
Executable file
18
detectors/rrna/test/go_test.sh
Executable file
@ -0,0 +1,18 @@
|
||||
#!/bin/csh -f
|
||||
|
||||
echo "+ [testing rRNA]"
|
||||
|
||||
../bin/go_rrna.sh test.fst > test.bak
|
||||
|
||||
diff -q test.bak test.ref >& /dev/null
|
||||
|
||||
set stat = $status
|
||||
|
||||
if ($stat == 0) then
|
||||
echo '+[0;32m rRNA test Ok[m'
|
||||
\rm -r test.bak
|
||||
else
|
||||
echo '+[0;31m rRNA test Failure[m'
|
||||
endif
|
||||
|
||||
exit $stat
|
1111
detectors/rrna/test/test.fst
Normal file
1111
detectors/rrna/test/test.fst
Normal file
File diff suppressed because it is too large
Load Diff
24
detectors/rrna/test/test.ref
Normal file
24
detectors/rrna/test/test.ref
Normal file
@ -0,0 +1,24 @@
|
||||
FT rRNA 1969..3468
|
||||
FT /gene="rrn16S"
|
||||
FT /product="16S ribosomal RNA"
|
||||
FT rRNA complement(37878..39377)
|
||||
FT /gene="rrn16S"
|
||||
FT /product="16S ribosomal RNA"
|
||||
FT rRNA 5664..8473
|
||||
FT /gene="rrn23S"
|
||||
FT /product="23S ribosomal RNA"
|
||||
FT rRNA complement(32873..35682)
|
||||
FT /gene="rrn23S"
|
||||
FT /product="23S ribosomal RNA"
|
||||
FT rRNA 8575..8677
|
||||
FT /gene="rrn4.5S"
|
||||
FT /product="4.5S ribosomal RNA"
|
||||
FT rRNA complement(32669..32771)
|
||||
FT /gene="rrn4.5S"
|
||||
FT /product="4.5S ribosomal RNA"
|
||||
FT rRNA 8934..9054
|
||||
FT /gene="rrn5S"
|
||||
FT /product="5S ribosomal RNA"
|
||||
FT rRNA complement(32292..32412)
|
||||
FT /gene="rrn5S"
|
||||
FT /product="5S ribosomal RNA"
|
Reference in New Issue
Block a user