Skip to content
This repository was archived by the owner on Mar 22, 2024. It is now read-only.

Commit 69fb710

Browse files
authored
Merge pull request #64 from DeepRank/cff
Cff
2 parents 79525d5 + 4093982 commit 69fb710

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

CITATION.CFF

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# This CITATION.cff file was generated with cffinit.
2+
# Visit https://bit.ly/cffinit to generate yours today!
3+
4+
cff-version: 1.2.0
5+
title: DeepRank-GNN
6+
message: >-
7+
If you use this software, please cite it using the
8+
metadata from this file.
9+
type: software
10+
authors:
11+
- given-names: Manon
12+
family-names: Réau
13+
email: manon.reau@gmail.com
14+
affiliation: Utrecht University
15+
orcid: 'https://orcid.org/0000-0002-3862-8990'
16+
- given-names: Nicolas
17+
family-names: Renaud
18+
email: nicolas.gm.renaud@gmail.com
19+
affiliation: Netherlands eScience Center
20+
orcid: 'https://orcid.org/0000-0001-9589-2694'
21+
identifiers:
22+
- type: url
23+
value: ''
24+
description: 'https://github.com/DeepRank/Deeprank-GNN'
25+
repository-code: 'https://github.com/DeepRank/Deeprank-GNN'
26+
url: 'https://deeprank-gnn.readthedocs.io/'
27+
abstract: >-
28+
DeepRank-GNN allows ranking of Protein-protein
29+
Interface using a graph representation of the
30+
contact residues. Graphs of such interfaces are
31+
used to train graph neural network for the
32+
prediction of the experimental validity of the
33+
interface.
34+
keywords:
35+
- graph neural network
36+
- protein-protein interface
37+
license: Apache-2.0

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![Build Status](https://github.com/DeepRank/DeepRank-GNN/workflows/build/badge.svg)](https://github.com/DeepRank/DeepRank-GNN/actions)
55
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f3f98b2d1883493ead50e3acaa23f2cc)](https://app.codacy.com/gh/DeepRank/DeepRank-GNN?utm_source=github.com&utm_medium=referral&utm_content=DeepRank/DeepRank-GNN&utm_campaign=Badge_Grade)
66
[![Coverage Status](https://coveralls.io/repos/github/DeepRank/Deeprank-GNN/badge.svg?branch=master)](https://coveralls.io/github/DeepRank/Deeprank-GNN?branch=master)
7+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5705399.svg)](https://doi.org/10.5281/zenodo.5705399)
78

89
![alt-text](./deeprank_gnn.png)
910

deeprank_gnn/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.3'
1+
__version__ = '0.1.4'

0 commit comments

Comments
 (0)