msa-toolbox


Namemsa-toolbox JSON
Version 2.0.0 PyPI version JSON
download
home_pageNone
SummaryMSA Toolbox
upload_time2024-05-08 10:03:42
maintainerNone
docs_urlNone
authorAkshit, Khushdev, Sumit
requires_pythonNone
licenseNone
keywords msa
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
#MSA Toolbox

- For running, choose an one of one the config from 'cfgs' folder.
- Each config has format 'config_activelearningname.yaml' where 'activelearningname' is the name of the active learning strategy.
- IMPORTANT: Set the appropriate parameters in the config file.
- To run the code, use the following command:
```
from msa_toolbox import main
path = #path-to-the-config-file
main.app(path)
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "msa-toolbox",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "msa",
    "author": "Akshit, Khushdev, Sumit",
    "author_email": "sumit20249@iiitd.ac.in",
    "download_url": "https://files.pythonhosted.org/packages/d7/3c/df748c9d893b315a26b4432cbb8953347b5d5bd599f93353e12f16f130bb/msa_toolbox-2.0.0.tar.gz",
    "platform": null,
    "description": "\n#MSA Toolbox\n\n- For running, choose an one of one the config from 'cfgs' folder.\n- Each config has format 'config_activelearningname.yaml' where 'activelearningname' is the name of the active learning strategy.\n- IMPORTANT: Set the appropriate parameters in the config file.\n- To run the code, use the following command:\n```\nfrom msa_toolbox import main\npath = #path-to-the-config-file\nmain.app(path)\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "MSA Toolbox",
    "version": "2.0.0",
    "project_urls": null,
    "split_keywords": [
        "msa"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2bd524b21586e7f2f2a523d5490cafd1dbdd31c879d2492dfacd9f4d1430e4a4",
                "md5": "e8c7fd487bb01c68a84c7edcf2b2df96",
                "sha256": "1fe0e2b0b6c54c8fbd154212e1e6bd91ff33c56f51a93eaa3ea0f459370f2bb8"
            },
            "downloads": -1,
            "filename": "msa_toolbox-2.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e8c7fd487bb01c68a84c7edcf2b2df96",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 76606,
            "upload_time": "2024-05-08T10:03:40",
            "upload_time_iso_8601": "2024-05-08T10:03:40.379754Z",
            "url": "https://files.pythonhosted.org/packages/2b/d5/24b21586e7f2f2a523d5490cafd1dbdd31c879d2492dfacd9f4d1430e4a4/msa_toolbox-2.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d73cdf748c9d893b315a26b4432cbb8953347b5d5bd599f93353e12f16f130bb",
                "md5": "013dc259207a5130e4c71cc57a0b43f7",
                "sha256": "ad366d0a3616fcc2a2bd593892784bdce0df664246050a61cb786ac7550eb29d"
            },
            "downloads": -1,
            "filename": "msa_toolbox-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "013dc259207a5130e4c71cc57a0b43f7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 43550,
            "upload_time": "2024-05-08T10:03:42",
            "upload_time_iso_8601": "2024-05-08T10:03:42.900902Z",
            "url": "https://files.pythonhosted.org/packages/d7/3c/df748c9d893b315a26b4432cbb8953347b5d5bd599f93353e12f16f130bb/msa_toolbox-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-08 10:03:42",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "msa-toolbox"
}
        
Elapsed time: 0.27758s