Skip to content

Commit

Permalink
chore: Update README.md and setup.py for logo display and long descri…
Browse files Browse the repository at this point in the history
…ption
  • Loading branch information
cch1999 committed Aug 21, 2024
1 parent 3d66d9d commit 67e71c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 26 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

<p align="center">
<a href="">
<img src="data/posecheck_logo.png" width="800"/>
</a>
</p>
![PoseCheck Logo](data/posecheck_logo.png)

[Paper](https://arxiv.org/abs/2308.07413) | [Documentation](https://posecheck.readthedocs.io/en/latest/)

Expand Down
23 changes: 2 additions & 21 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,8 @@
with open('requirements.txt') as f:
required = f.read().splitlines()

long_description = """# PoseCheck: Benchmarking Generated Poses
<p align="center">
<a href="">
<img src="data/posecheck_logo.png" width="800"/>
</a>
</p>
[Paper](https://arxiv.org/abs/2308.07413) | [Documentation](https://posecheck.readthedocs.io/en/latest/)
## What is PoseCheck?
PoseCheck is a package for analysing the quality of generated protein-ligand complexes from 3D target-conditioned generative models.
```bash
git clone https://github.com/cch1999/posecheck.git
cd posecheck
pip install -e .
pip install -r requirements.txt
```"""
with open('README.md', 'r') as f:
long_description = f.read()

setup(
name="posecheck",
Expand Down

0 comments on commit 67e71c8

Please sign in to comment.