topaz-em


Nametopaz-em JSON
Version 0.3.1 PyPI version JSON
download
home_pagehttps://github.com/tbepler/topaz
SummaryParticle picking with positive-unlabeled CNNs
upload_time2024-11-15 19:24:31
maintainerNone
docs_urlNone
authorTristan Bepler
requires_pythonNone
licenseGPLv3
keywords cryoem particle-picking cnn positive-unlabeled denoise topaz
VCS
bugtrack_url
requirements torch torchvision tqdm h5py numpy pandas scikit-learn scipy pillow future
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Particle picking software for single particle cryo-electron microscopy using convolutional neural networks and positive-unlabeled learning. Includes methods for micrograph denoising.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tbepler/topaz",
    "name": "topaz-em",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "cryoEM particle-picking CNN positive-unlabeled denoise topaz",
    "author": "Tristan Bepler",
    "author_email": "tbepler@mit.edu",
    "download_url": "https://files.pythonhosted.org/packages/af/7d/91a4ccab5c08f7e261c81aa88d2c382d1718da80531a819dfe1a7aeaa05c/topaz_em-0.3.1.tar.gz",
    "platform": null,
    "description": "Particle picking software for single particle cryo-electron microscopy using convolutional neural networks and positive-unlabeled learning. Includes methods for micrograph denoising.\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Particle picking with positive-unlabeled CNNs",
    "version": "0.3.1",
    "project_urls": {
        "Homepage": "https://github.com/tbepler/topaz"
    },
    "split_keywords": [
        "cryoem",
        "particle-picking",
        "cnn",
        "positive-unlabeled",
        "denoise",
        "topaz"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9c8d7720e829913c8b02aa880a0cf34bec0b5c9e7d1af2812a6d237c7539b6d6",
                "md5": "85f0bfeafa59b3d0baa40b643c09597d",
                "sha256": "774b7efa6edd61bfe182cf80d1580d7bca7713de0a438ab4103c1f8663a23438"
            },
            "downloads": -1,
            "filename": "topaz_em-0.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "85f0bfeafa59b3d0baa40b643c09597d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 48203273,
            "upload_time": "2024-11-15T19:24:26",
            "upload_time_iso_8601": "2024-11-15T19:24:26.842299Z",
            "url": "https://files.pythonhosted.org/packages/9c/8d/7720e829913c8b02aa880a0cf34bec0b5c9e7d1af2812a6d237c7539b6d6/topaz_em-0.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af7d91a4ccab5c08f7e261c81aa88d2c382d1718da80531a819dfe1a7aeaa05c",
                "md5": "e152cad13fd86879e5492ea2cb81d9b3",
                "sha256": "f58087391ea109b12c0aefbd820ecd315d0664072f2d69e0a5ee848ee94ff16d"
            },
            "downloads": -1,
            "filename": "topaz_em-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e152cad13fd86879e5492ea2cb81d9b3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 48187461,
            "upload_time": "2024-11-15T19:24:31",
            "upload_time_iso_8601": "2024-11-15T19:24:31.763182Z",
            "url": "https://files.pythonhosted.org/packages/af/7d/91a4ccab5c08f7e261c81aa88d2c382d1718da80531a819dfe1a7aeaa05c/topaz_em-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-15 19:24:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tbepler",
    "github_project": "topaz",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "torch",
            "specs": [
                [
                    ">=",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "torchvision",
            "specs": []
        },
        {
            "name": "tqdm",
            "specs": [
                [
                    ">=",
                    "4.65.0"
                ]
            ]
        },
        {
            "name": "h5py",
            "specs": [
                [
                    ">=",
                    "3.7.0"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.11"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    ">=",
                    "0.20.3"
                ]
            ]
        },
        {
            "name": "scikit-learn",
            "specs": [
                [
                    ">=",
                    "0.19.0"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": [
                [
                    ">=",
                    "0.17.0"
                ]
            ]
        },
        {
            "name": "pillow",
            "specs": [
                [
                    ">=",
                    "6.2.0"
                ]
            ]
        },
        {
            "name": "future",
            "specs": []
        }
    ],
    "lcname": "topaz-em"
}
        
Elapsed time: 1.56306s