Skip to content

Commit 63f621d

Browse files
Felix Van der JeugtFelix Van der Jeugt
authored andcommitted
adjust README
1 parent b638941 commit 63f621d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
The Unipept [metaproteomics] and [metagenomics] pipelines operate on data found in the [Uniprot] database. This collection of scripts is provided to download and process that database (or others) into a useable format.
44

5-
To configure these scripts to run on your computer, run the interactive `configure` script.
6-
7-
Afterwards, run `make database` to build the database tables for the metaproteomics webserver or `make index` to build the index files for the metagenomics pipeline. Running just `make` will create both.
8-
9-
To safe some space, run `make clean_intermediates` afterwards to remove intermediate files.
5+
Run `./run.sh database` to build the database tables for the metaproteomics webserver or `./run.sh index` to build the index files for the metagenomics pipeline. The top of the `run.sh` script lists some parameters you might want to change, such as the target location of the files.
106

117
The `make-on-hpc.sh` script contains information on how to run this on our own high performance computing infrastructure.
128

0 commit comments

Comments
 (0)