Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Merge d180696 into a4d203f
Browse files Browse the repository at this point in the history
  • Loading branch information
LilySnow committed Apr 7, 2020
2 parents a4d203f + d180696 commit 26ed6b5
Show file tree
Hide file tree
Showing 20 changed files with 6,215 additions and 6,132 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
Byte-compiled / optimized
*__pycache__*



# distribution
deeprank.egg-info
database*
dist
build

# specific architure files
deeprank/learn/arch_*
Expand Down
246 changes: 0 additions & 246 deletions deeprank/features/NaivePSSM.py

This file was deleted.

1 change: 0 additions & 1 deletion deeprank/features/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
from .BSA import BSA
from .AtomicFeature import AtomicFeature
from .FullPSSM import FullPSSM
from .NaivePSSM import NaivePSSM
from .PSSM_IC import PSSM_IC
from .ResidueDensity import ResidueDensity
Loading

0 comments on commit 26ed6b5

Please sign in to comment.