CDS detector added
Former-commit-id: 93fac7a70052d06c2a12bf8af59820c653edd31b Former-commit-id: 0869fdad0f550941a0f78f1e4c57f4fcdb3f6076
This commit is contained in:
18
detectors/ir/test/go_test.sh
Executable file
18
detectors/ir/test/go_test.sh
Executable file
@ -0,0 +1,18 @@
|
||||
#!/bin/csh -f
|
||||
|
||||
echo "+ [testing IR]"
|
||||
|
||||
../bin/go_ir.sh test.fst > test.bak
|
||||
|
||||
diff -q test.bak test.ref >& /dev/null
|
||||
|
||||
set stat = $status
|
||||
|
||||
if ($stat == 0) then
|
||||
echo '+[0;32m IR test Ok[m'
|
||||
\rm -r test.bak
|
||||
else
|
||||
echo '+[0;31m IR test Failure[m'
|
||||
endif
|
||||
|
||||
exit $stat
|
2593
detectors/ir/test/test.fst
Normal file
2593
detectors/ir/test/test.fst
Normal file
File diff suppressed because it is too large
Load Diff
10
detectors/ir/test/test.ref
Normal file
10
detectors/ir/test/test.ref
Normal file
@ -0,0 +1,10 @@
|
||||
FT misc_feature 1..85882
|
||||
FT /note="large single copy region (LSC)"
|
||||
FT repeat_region 85883..111490
|
||||
FT /rpt_type=INVERTED
|
||||
FT /note="left inverted repeat B; IRB"
|
||||
FT misc_feature 111491..129853
|
||||
FT /note="small single copy region (SSC)"
|
||||
FT repeat_region 129854..155461
|
||||
FT /rpt_type=INVERTED
|
||||
FT /note="left inverted repeat A; IRA"
|
Reference in New Issue
Block a user