Skip to content

Commit 407558d

Browse files
committed
Fix description
1 parent 51185db commit 407558d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pip install maginator
2525

2626
Furthermore, MAGinator also needs the GTDB-tk database version R207_v2 downloaded. If you don't already have it, you can run the following:
2727
```sh
28-
wget https://data.gtdb.ecogenomic.org/releases/latest/auxillary_files/gtdbtk_v2_data.tar.gz
28+
wget https://data.gtdb.ecogenomic.org/releases/release207/207.0/auxillary_files/gtdbtk_r207_v2_data.tar.gz
2929
tar xvzf gtdbtk_v2_data.tar.gz
3030
```
3131

@@ -49,7 +49,7 @@ A testset can be found in the test_data directory.
4949
4. Run MAGinator
5050

5151
### Run on a compute cluster
52-
MAGinator can run on compute clusters using qsub (torque), sbatch (slurm), or drmaa structures. The --cluster argument toggles the type of compute cluster infrastructure. The --cluster_info argument toggles the information given to the submission command, and it has to contain the following keywords {cores}, {memory$
52+
MAGinator can run on compute clusters using qsub (torque), sbatch (slurm), or drmaa structures. The --cluster argument toggles the type of compute cluster infrastructure. The --cluster_info argument toggles the information given to the submission command, and it has to contain the following keywords {cores}, {memory}, {runtime}, which are used to forward resource information to the cluster.
5353

5454
A qsub MAGinator can for example be run with the following command (... indicates required arguments, see above):
5555
```sh

0 commit comments

Comments
 (0)