Skip to content
Snippets Groups Projects
Commit 8b59a785 authored by B13nch3n's avatar B13nch3n
Browse files

Have run_singlarity.py as command run_af2 after installation.

parent 2d6d6cfe
No related branches found
No related tags found
No related merge requests found
......@@ -25,3 +25,7 @@ scripts =
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
run_af2 = run_af2.run_singularity:main
\ No newline at end of file
......@@ -316,7 +316,7 @@ def run_af2_singularity_image( # pylint: disable=too-many-arguments
)
def _main():
def main():
"""Execute as script"""
opts = _parse_cmdline()
......@@ -340,7 +340,7 @@ def _main():
if __name__ == "__main__":
_main()
main()
# LocalWords: AlphaFold Slurm sciCORE param FASTA Basenames RuntimeException
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment