Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -21,7 +21,7 @@ The main method follows the next pipeline: | ... | @@ -21,7 +21,7 @@ The main method follows the next pipeline: |
21 | For filtering unknown anstracts run | 21 | For filtering unknown anstracts run |
22 | 22 | ||
23 | ```bash | 23 | ```bash |
24 | -$ python filter_abstracts.py --input data/ecoli_abstracts/useful_abstracts.txt | 24 | +$ python filter_abstracts.py --input data/test_abstracts.txt |
25 | ``` | 25 | ``` |
26 | The predictions will be stored by default at `filter_output/`, unless a different directory is specified by means of the `--out` option. The default names containing the predicitons are | 26 | The predictions will be stored by default at `filter_output/`, unless a different directory is specified by means of the `--out` option. The default names containing the predicitons are |
27 | 27 | ... | ... |
-
Please register or login to post a comment