Skip to content

Commit

Permalink
Add link and page
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanx749 committed Sep 9, 2023
1 parent 84c7f0b commit bc5b13c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/page.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on:
workflow_dispatch:
push:

jobs:
build-deploy:
permissions:
pages: write
id-token: write
uses: yuanx749/auto-sphinx-page-action/.github/workflows/main.yml@main
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ play*.py
main.*
!main.tex
*.zip
*.pptx
*.mp4

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A deep learning framework for linear **B**-cell **e**pitope prediction and antibody type-specific **e**pitope classification using **T**ransformer and **L**STM **e**ncoders.

[arXiv](https://arxiv.org/abs/2309.02071)

## Installation

Linux is preferred. GPU is not required.
Expand Down

0 comments on commit bc5b13c

Please sign in to comment.