-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbwtsw_minimal.ini
38 lines (28 loc) · 1.04 KB
/
bwtsw_minimal.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#
# This is an ini file for BWT-SW
#
# Minimal memory profile
[PerformanceStatistics]
PrintProgress=N; # Prompt completion of each query in a file
PrintProgressDepth=0; # 1 to 4 for progress within query
# Prompt 4^PrintProgressDepth times per strand
PrintHistogram=N; # Display result summary by E-value
HistogramMinEvalue=1e-24; # Minimum E-value of the histogram
# Most should not be interested in the statistics below
PrintPerformanceStatistics=N; # Display time spent on each stage of algorithm
PrintDPStatistics=N; # Display dynamic programming statistics
[Database]
Location=./; # Location of Pre-processed database
# File extension for pre-processed database
# Usually no need to change them
AnnotationFileName=*.ann;
PackedDNAFileName=*.pac;
BWTCodeFileName=*.bwt;
FMIOccValueFileName=*.fmv;
SaValueFileName=*.sa64;
[Memory]
WorkingMemorySize=67108864; # Minimal memory profile
AlignmentMemorySize=4194304; # Minimal memory profile
#
# end of file
#