-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompilation_and_run.txt
25 lines (18 loc) · 1020 Bytes
/
compilation_and_run.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
### compilation ###
cd YOUR_PATH/simba_sal_inf/
g++ *.cpp -std=c++11 -o simba_sal_inf
### run ###
run the executable without any arguments to learn on run options:
The program takes parameter values using '=' pairs. The order does not matter.
The parameter names are:
input_fasta_file (full path to the input sequences can be aligned or unaligned)
file_with_paths_to_chop_tables (full path to a file listing files with chop tables)
type_seq: DNA/AA (defaults to AA)
path_to_chebi_JTT_coef_file (full path, only if AA)
type_file: aligned/unaligned (defaults to unaligned)
number_to_sample (number of alignemnts to sample, a non-negative int, defaults to 0)
band_width (an int for corner cutting, defaults to -1 --> no corner cutting)
opt_method: gotoh/full (defaults to gotoh)
out_files_prefix
Example usage:
PATH/simba_sal_inf input_fasta_file=INPUT.fas file_with_paths_to_chop_tables=LIST_OF_TABLE_FILES.txt type_seq=AA path_to_chebi_JTT_coef_file=PATH/chebi_coef.txt type_file=aligned out_files_prefix=OUT_INF_