-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
refactor pose_cluster_filter
Brandon Duane Walker
authored and
Brandon Duane Walker
committed
Jun 10, 2024
1 parent
23fb84d
commit 0cd5c47
Showing
25 changed files
with
25 additions
and
197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
*.pdb filter=lfs diff=lfs merge=lfs -text | ||
*.pdbqt filter=lfs diff=lfs merge=lfs -text | ||
*.mol2 filter=lfs diff=lfs merge=lfs -text | ||
*.xlsx filter=lfs diff=lfs merge=lfs -text | ||
*.sdf filter=lfs diff=lfs merge=lfs -text |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
utils/pose-cluster-filter-plugin/Dockerfile → ...fdock/pose-cluster-filter-tool/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions
4
utils/docking/diffdock/pose-cluster-filter-tool/build-docker.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/bash | ||
|
||
version=$(<VERSION) | ||
docker build . -t polusai/pose-cluster-filter-tool:${version} |
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
utils/pose-cluster-filter-plugin/ict.yml → ...diffdock/pose-cluster-filter-tool/ict.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
specVersion: "0.1.0" | ||
name: pose_cluster_filter | ||
version: 0.1.0 | ||
container: pose-cluster-filter-plugin | ||
container: pose-cluster-filter-tool | ||
entrypoint: | ||
title: pose_cluster_filter | ||
description: Cluster poses in protein and take max confident pose for each cluster | ||
author: Data Scientist | ||
contact: [email protected] | ||
author: Brandon Walker, Nazanin Donyapour | ||
contact: [email protected], [email protected] | ||
repository: | ||
documentation: | ||
citation: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions
3
utils/docking/diffdock/pose-cluster-filter-tool/tests/rank1_confidence0.36.sdf
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
utils/docking/diffdock/pose-cluster-filter-tool/tests/rank2_confidence0.35.sdf
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
utils/docking/diffdock/pose-cluster-filter-tool/tests/rank3_confidence0.34.sdf
Git LFS file not shown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
62 changes: 0 additions & 62 deletions
62
utils/pose-cluster-filter-plugin/tests/rank1_confidence0.36.sdf
This file was deleted.
Oops, something went wrong.
62 changes: 0 additions & 62 deletions
62
utils/pose-cluster-filter-plugin/tests/rank2_confidence0.35.sdf
This file was deleted.
Oops, something went wrong.
62 changes: 0 additions & 62 deletions
62
utils/pose-cluster-filter-plugin/tests/rank3_confidence0.34.sdf
This file was deleted.
Oops, something went wrong.