Skip to content

Commit 62a2d3c

Browse files
Update README.md
1 parent 284efb8 commit 62a2d3c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,15 @@ Packages required (other than built-in) for the execution of code...
3131

3232
## Installation
3333
For windows
34-
```
34+
Windows users have to specify the path to fasta files and output folder in linux style of referencing directory using ```/``` slash rather than ```\```
35+
eg ```C:/folder_name/file_name.fasta```
36+
This issue will be fixed in future updates
37+
38+
```python
3539
pip install discere
3640
```
3741
For linux
38-
```
42+
```python
3943
pip3 install discere
4044
```
4145

@@ -48,6 +52,7 @@ pip3 install discere
4852
'./Documents/negative_training.fasta',
4953
'./Documents')
5054
```
55+
di.extract_feature(input_file1, input_file2, output_directory)
5156

5257
## output
5358

0 commit comments

Comments
 (0)