Skip to content
Permalink
a056a1c421
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
31 lines (28 sloc) 805 Bytes
## CoMIK CONFIG FILE
## Values set for simulated dataset 1
## Required Input parameters
POSITIVE_FASTA_FILE=./sample_data/simulated_dataset1/pos.fasta
NEGATIVE_FASTA_FILE=./sample_data/simulated_dataset1/neg.fasta
NUMBER_OF_POSITIVES=500
NUMBER_OF_NEGATIVES=500
TEST_INDICES=[401:500 901:1000]
OUTPUT_FOLDER=comik_run_simulated_dataset1
## ODH requirements
OLIGO_LEN=[2]
#OLIGO_LEN=[2 3]
MAX_DIST=50
## For CoMIK
SEGMENT_SIZE_IN_BPS=50
NUMBER_OF_CLUSTERS=[2 5 7]
SIGMA_VALUES=10.^[1:1:2]
COST_VALUES=10.^[-3:1:3]
## Above are params which are required
## Further, params with otherwise default values
MKL_NORM=2.0
NUMBER_OF_INNER_FOLDS=5
NUMBER_OF_OUTER_FOLDS=5
WHETHER_TO_PLOT_HEATMAP=No
WHETHER_TO_VISUALIZE_WEIGHT_VECTOR=Yes
DEBUG_LEVEL=2
DEBUG_MSG_LOCATION=runLog.txt
COMPUTATION_VERSION=Looping