Skip to content

Commit cbdde8c

Browse files
committed
Small corrections on README file
1 parent 115d5e8 commit cbdde8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cport-like/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ The available methods are (according to the comments on cport github page on the
2424

2525
Then you should adapt and run the following command:
2626

27-
You should adapt and run the following command: `docker run -v /your/data/dir:/data pegi3s/cport-like bash -c "./batch"`
27+
You should adapt and run the following command: `docker run -v /your/data/dir:/data pegi3s/cport-like bash -c "./cport_batch retries"`
2828

2929
In this command, you should replace:
3030
- `/your/data/dir` to point to the directory that contains the config file and the folder with the input files you want to analyze.
31+
- `retries` to the maximum number of times a response will try to be obtained from a server.
3132

3233
# Test data
3334
To test the cport batch mode you can download files from [alphafold](https://alphafold.ebi.ac.uk/), for instance.

0 commit comments

Comments
 (0)