Skip to content

Commit

Permalink
minor edits to README
Browse files Browse the repository at this point in the history
  • Loading branch information
snikumbh committed Jul 31, 2017
1 parent 573c086 commit 8825de5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,23 @@ sh install.sh
```

## Usage:
If you have MATLAB:
- If you have MATLAB
See the example config file `config-comik.txt`, for an example function call from inside Matlab:
For simulated dataset 1 provided in the folder `sample_data/simulated_dataset1`
```Matlab
comik_wrapper('config-comik.txt');
```

For those who do not have MATLAB, we provide an executable which can be run as follows:
- For those who do not have MATLAB,
We provide an executable which can be run as follows:
```
./run_CoMIK.sh <MATLAB_Runtime_location> <config_file>
./run_CoMIK.sh /usr/lib/matlab-9.0 config-comik.txt
```
where `/usr/lib/matlab-9.0` is the typical location of the MATLAB runtime on a Linux machine.


_CoMIK_ requires two FASTA files as input -- the first FASTA file containing sequences in the positive class; the second FASTA file containing the sequences in the negative class. Other params are explained below.
_CoMIK_ requires two FASTA files as input -- the first FASTA file containing sequences in the positive class; the second FASTA file containing negative class sequences. Other params are explained below.

Values for the following parameters are required to be set:

Expand Down

0 comments on commit 8825de5

Please sign in to comment.