Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
31 lines (28 sloc)
805 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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 |