spymot 2.1.1.dev0__tar.gz → 2.1.2.dev0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {spymot-2.1.1.dev0 → spymot-2.1.2.dev0}/.github/workflows/publish.yml +0 -2
- {spymot-2.1.1.dev0 → spymot-2.1.2.dev0}/PKG-INFO +1 -1
- {spymot-2.1.1.dev0 → spymot-2.1.2.dev0}/src/spymot/_version.py +3 -3
- {spymot-2.1.1.dev0 → spymot-2.1.2.dev0}/src/spymot.egg-info/PKG-INFO +1 -1
- {spymot-2.1.1.dev0 → spymot-2.1.2.dev0}/.github/workflows/github-packages.yml +0 -0
- {spymot-2.1.1.dev0 → spymot-2.1.2.dev0}/.gitignore +0 -0
- {spymot-2.1.1.dev0 → spymot-2.1.2.dev0}/CHANGELOG.md +0 -0
- {spymot-2.1.1.dev0 → spymot-2.1.2.dev0}/LICENSE +0 -0
- {spymot-2.1.1.dev0 → spymot-2.1.2.dev0}/MANIFEST.in +0 -0
- {spymot-2.1.1.dev0 → spymot-2.1.2.dev0}/README.md +0 -0
- {spymot-2.1.1.dev0 → spymot-2.1.2.dev0}/__pycache__/context_aware_detector.cpython-312.pyc +0 -0
- {spymot-2.1.1.dev0 → spymot-2.1.2.dev0}/__pycache__/enhanced_analyzer.cpython-312.pyc +0 -0
- {spymot-2.1.1.dev0 → spymot-2.1.2.dev0}/__pycache__/enhanced_demo.cpython-312.pyc +0 -0
- {spymot-2.1.1.dev0 → spymot-2.1.2.dev0}/__pycache__/enhanced_motifs_db.cpython-312.pyc +0 -0
- {spymot-2.1.1.dev0 → spymot-2.1.2.dev0}/__pycache__/external_tools.cpython-312.pyc +0 -0
- {spymot-2.1.1.dev0 → spymot-2.1.2.dev0}/pyproject.toml +0 -0
- {spymot-2.1.1.dev0 → spymot-2.1.2.dev0}/setup.cfg +0 -0
- {spymot-2.1.1.dev0 → spymot-2.1.2.dev0}/src/spymot/__init__.py +0 -0
- {spymot-2.1.1.dev0 → spymot-2.1.2.dev0}/src/spymot/cli.py +0 -0
- {spymot-2.1.1.dev0 → spymot-2.1.2.dev0}/src/spymot/v1/__init__.py +0 -0
- {spymot-2.1.1.dev0 → spymot-2.1.2.dev0}/src/spymot/v1/cli.py +0 -0
- {spymot-2.1.1.dev0 → spymot-2.1.2.dev0}/src/spymot/v2/__init__.py +0 -0
- {spymot-2.1.1.dev0 → spymot-2.1.2.dev0}/src/spymot/v2/scripts/__init__.py +0 -0
- {spymot-2.1.1.dev0 → spymot-2.1.2.dev0}/src/spymot/v2/scripts/enhanced_cli.py +0 -0
- {spymot-2.1.1.dev0 → spymot-2.1.2.dev0}/src/spymot/v2/scripts/enhanced_demo.py +0 -0
- {spymot-2.1.1.dev0 → spymot-2.1.2.dev0}/src/spymot/v2/scripts/interactive_cli.py +0 -0
- {spymot-2.1.1.dev0 → spymot-2.1.2.dev0}/src/spymot.egg-info/SOURCES.txt +0 -0
- {spymot-2.1.1.dev0 → spymot-2.1.2.dev0}/src/spymot.egg-info/dependency_links.txt +0 -0
- {spymot-2.1.1.dev0 → spymot-2.1.2.dev0}/src/spymot.egg-info/entry_points.txt +0 -0
- {spymot-2.1.1.dev0 → spymot-2.1.2.dev0}/src/spymot.egg-info/requires.txt +0 -0
- {spymot-2.1.1.dev0 → spymot-2.1.2.dev0}/src/spymot.egg-info/top_level.txt +0 -0
@@ -133,7 +133,6 @@ jobs:
|
|
133
133
|
publish-testpypi:
|
134
134
|
needs: build
|
135
135
|
runs-on: ubuntu-latest
|
136
|
-
environment: release # Add environment for trusted publishing
|
137
136
|
if: |
|
138
137
|
(github.event_name == 'workflow_dispatch' &&
|
139
138
|
github.event.inputs.publish_to_testpypi == 'true') ||
|
@@ -161,7 +160,6 @@ jobs:
|
|
161
160
|
publish-pypi:
|
162
161
|
needs: build
|
163
162
|
runs-on: ubuntu-latest
|
164
|
-
environment: release # Add environment for trusted publishing
|
165
163
|
if: |
|
166
164
|
github.event_name == 'release' ||
|
167
165
|
(github.event_name == 'workflow_dispatch' &&
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: spymot
|
3
|
-
Version: 2.1.
|
3
|
+
Version: 2.1.2.dev0
|
4
4
|
Summary: Advanced Protein Motif Detection with AlphaFold Structural Validation
|
5
5
|
Author-email: Erfan Zohrabi <erfanzohrabi.ez@gmail.com>
|
6
6
|
Maintainer-email: Erfan Zohrabi <erfanzohrabi.ez@gmail.com>
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
28
28
|
commit_id: COMMIT_ID
|
29
29
|
__commit_id__: COMMIT_ID
|
30
30
|
|
31
|
-
__version__ = version = '2.1.
|
32
|
-
__version_tuple__ = version_tuple = (2, 1,
|
31
|
+
__version__ = version = '2.1.2.dev0'
|
32
|
+
__version_tuple__ = version_tuple = (2, 1, 2, 'dev0')
|
33
33
|
|
34
|
-
__commit_id__ = commit_id = '
|
34
|
+
__commit_id__ = commit_id = 'g373af95ac'
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: spymot
|
3
|
-
Version: 2.1.
|
3
|
+
Version: 2.1.2.dev0
|
4
4
|
Summary: Advanced Protein Motif Detection with AlphaFold Structural Validation
|
5
5
|
Author-email: Erfan Zohrabi <erfanzohrabi.ez@gmail.com>
|
6
6
|
Maintainer-email: Erfan Zohrabi <erfanzohrabi.ez@gmail.com>
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|