You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,7 @@
2
2
3
3
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.
4
4
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.
10
6
11
7
The `make-on-hpc.sh` script contains information on how to run this on our own high performance computing infrastructure.
0 commit comments