Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
RADS
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
domainWorld
RADS
Commits
522d157d
Commit
522d157d
authored
Jan 29, 2018
by
Carsten Kemena
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improved format problem reporting
parent
4c18b4b0
Pipeline
#634
passed with stage
in 3 minutes and 36 seconds
Changes
5
Pipelines
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
204 additions
and
193 deletions
+204
-193
CHANGELOG
CHANGELOG
+3
-0
CMakeLists.txt
CMakeLists.txt
+1
-1
README.md
README.md
+3
-7
libs/BioSeqDataLib
libs/BioSeqDataLib
+1
-1
src/makeRadsDB.cpp
src/makeRadsDB.cpp
+196
-184
No files found.
CHANGELOG
View file @
522d157d
...
...
@@ -8,3 +8,6 @@ v. 2.1.0
v. 2.1.1
- fixed sorting in makeDB on InterPro data
v. 2.1.2
- improved error reporting in case of input format problems
CMakeLists.txt
View file @
522d157d
...
...
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 2.6)
project
(
RADS C CXX
)
SET
(
MAJOR_VERSION 2
)
SET
(
MINOR_VERSION 1
)
SET
(
PATCH_VERSION
1
)
SET
(
PATCH_VERSION
2
)
SET
(
CMAKE_CXX_FLAGS_COVERAGE
...
...
README.md
View file @
522d157d
RADS 2 (beta)
RADS 2
.1.2
(beta)
====
This program can perform a domain arrangement similarity search on databases.
...
...
@@ -17,7 +17,7 @@ We try to keep the dependencies as little as possible. Current dependencies are:
Installation
------------
Change into the RADS directory and run the follwing commands:
Change into the RADS directory and run the foll
o
wing commands:
```
bash
mkdir
build
...
...
@@ -37,12 +37,8 @@ Problems, Bugs & Suggestions
We try our best not to have any bugs in the code, unfortunately some will
probably avoid us and will not be detected. If you encounter one, please be so kind and let us know. The
easiest way would be to use write an email to
Carsten Kemena (c.kemena
[
at
]
uni-muenster.de)
.
easiest way would be to use write an email to
domainworld
[
at
]
uni-muenster.de
.
Credits
-------
This program uses code from AlgorithmPack (https://git.ckemena.de/ckemena/AlgorithmPack)
Citation
--------
...
...
BioSeqDataLib
@
b6c16e20
Subproject commit
5ef51990748613d3da50c048967f9a4a50677e83
Subproject commit
b6c16e20c167a8c5c9e2ad7876feea959e1b66b1
src/makeRadsDB.cpp
View file @
522d157d
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment