added test for chlorodb
Former-commit-id: 639cbbdc91a6c7f11544dbbe1fa0c47e1e28eaad Former-commit-id: 59f6ff3f727d01f3ed4d553a554b322b24119b06
This commit is contained in:
BIN
detectors/cds/tools/chlorodb/test/test.db/download/NC_000925.gbk.gz
Executable file
BIN
detectors/cds/tools/chlorodb/test/test.db/download/NC_000925.gbk.gz
Executable file
Binary file not shown.
BIN
detectors/cds/tools/chlorodb/test/test.db/download/NC_000926.gbk.gz
Executable file
BIN
detectors/cds/tools/chlorodb/test/test.db/download/NC_000926.gbk.gz
Executable file
Binary file not shown.
BIN
detectors/cds/tools/chlorodb/test/test.db/download/NC_000927.gbk.gz
Executable file
BIN
detectors/cds/tools/chlorodb/test/test.db/download/NC_000927.gbk.gz
Executable file
Binary file not shown.
BIN
detectors/cds/tools/chlorodb/test/test.db/download/NC_000932.gbk.gz
Executable file
BIN
detectors/cds/tools/chlorodb/test/test.db/download/NC_000932.gbk.gz
Executable file
Binary file not shown.
BIN
detectors/cds/tools/chlorodb/test/test.db/download/NC_001319.gbk.gz
Executable file
BIN
detectors/cds/tools/chlorodb/test/test.db/download/NC_001319.gbk.gz
Executable file
Binary file not shown.
BIN
detectors/cds/tools/chlorodb/test/test.db/download/NC_001320.gbk.gz
Executable file
BIN
detectors/cds/tools/chlorodb/test/test.db/download/NC_001320.gbk.gz
Executable file
Binary file not shown.
BIN
detectors/cds/tools/chlorodb/test/test.db/download/NC_001568.gbk.gz
Executable file
BIN
detectors/cds/tools/chlorodb/test/test.db/download/NC_001568.gbk.gz
Executable file
Binary file not shown.
BIN
detectors/cds/tools/chlorodb/test/test.db/download/NC_001603.gbk.gz
Executable file
BIN
detectors/cds/tools/chlorodb/test/test.db/download/NC_001603.gbk.gz
Executable file
Binary file not shown.
BIN
detectors/cds/tools/chlorodb/test/test.db/download/NC_001631.gbk.gz
Executable file
BIN
detectors/cds/tools/chlorodb/test/test.db/download/NC_001631.gbk.gz
Executable file
Binary file not shown.
BIN
detectors/cds/tools/chlorodb/test/test.db/download/NC_001666.gbk.gz
Executable file
BIN
detectors/cds/tools/chlorodb/test/test.db/download/NC_001666.gbk.gz
Executable file
Binary file not shown.
33
detectors/cds/tools/chlorodb/test/test.db/parameters.sh
Normal file
33
detectors/cds/tools/chlorodb/test/test.db/parameters.sh
Normal file
@@ -0,0 +1,33 @@
|
||||
# sourced file
|
||||
#
|
||||
# warning : these parameters are just for speeding up test
|
||||
# (SIZMIN is way too high)
|
||||
#
|
||||
|
||||
set CORE_NCDS_CUTOFF = 10
|
||||
set CORE_START_ATG_CUTOFF = 5
|
||||
set CORE_START_DFT_CUTOFF = 5
|
||||
set CORE_START_OTH_CUTOFF = 5
|
||||
set CORE_STOP_CUTOFF = 5
|
||||
set CORE_SPLICE_CUTOFF = 5
|
||||
|
||||
set SHEL_NCDS_CUTOFF = 9
|
||||
|
||||
set CORE_DELTA = Inf
|
||||
set CORE_COVMIN = 30
|
||||
set CORE_PMAX = 1e-6
|
||||
set CORE_IDMIN = 30
|
||||
set CORE_SIZMIN = 11
|
||||
|
||||
set SHEL_DELTA = 0.5
|
||||
set SHEL_COVMIN = 30
|
||||
set SHEL_PMAX = 1e-6
|
||||
set SHEL_IDMIN = 30
|
||||
set SHEL_SIZMIN = 10
|
||||
|
||||
set DUST_DELTA = 0.5
|
||||
set DUST_COVMIN = 30
|
||||
set DUST_PMAX = 1e-6
|
||||
set DUST_IDMIN = 30
|
||||
set DUST_SIZMIN = 9
|
||||
|
Reference in New Issue
Block a user