Skip to content
Snippets Groups Projects
Commit e8510f8f authored by Carsten Kemena-Rinke's avatar Carsten Kemena-Rinke
Browse files

updating readme

parent 0d32ffb8
No related branches found
Tags 1.1.3
No related merge requests found
Checking pipeline status
RApid DomaIn ANnoTation 1.1.0
RApid DomaIn ANnoTation 1.1.3
=============================
This program allows to generate a fast domain annotation of protein fasta sequences.
......@@ -15,14 +15,19 @@ We try to keep the dependencies as little as possible. Current dependencies are:
Download
--------
You can download the latest release from here:
```
https://zivgitlab.uni-muenster.de/domain-world/RADIANT/-/releases/permalink/latest
```
Alternatively you can use the git repository
```bash
git clone https://zivgitlab.uni-muenster.de/domain-world/RADIANT.git
cd RADIANT
git submodule init
git submodule update
```
Installation
------------
......@@ -30,12 +35,10 @@ Installation
Change into the RADIANT directory and run the following commands:
```bash
mkdir build && cd build
cmake ..
make
cmake -S . -B build
cmake --build build
```
Usage
-----
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment