tllab-common


Nametllab-common JSON
Version 2024.4.3 PyPI version JSON
download
home_pagehttps://github.com/Lenstralab/tllab_common
SummaryCommon code for the Lenstra lab.
upload_time2024-04-24 15:36:09
maintainerNone
docs_urlNone
authorLenstra lab NKI
requires_python<4.0,>=3.10
licenseGPLv3
keywords burst transcription
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Common Code
Code that both LiveCellAnalysis and smFISH (or others) use and doesn't get major changes goes here. This code should be a submodule in smFISH and LiveCellAnalysis.

# Command line tools:
## wimread
    wimread imagefile
Displays information (pixel size, interval time etc.) about the image file.

# Installation (Ubuntu)
python-javabridge is required, which requires java, for ubuntu:

    sudo apt install openjdk-8-jdk-headless

Set java 8 as default java: 

    sudo update-alternatives --config java

Then this code can be installed as a package:

    pip install tllab_common

or editable:

    git clone git@github.com:Lenstralab/tllab_common.git
    pip install -e tllab_common/ --user

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Lenstralab/tllab_common",
    "name": "tllab-common",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "burst, transcription",
    "author": "Lenstra lab NKI",
    "author_email": "t.lenstra@nki.nl",
    "download_url": "https://files.pythonhosted.org/packages/a8/a5/dfe5ce80ed1371f42d3d0058796aec6b81388742a551932639b01c9373eb/tllab_common-2024.4.3.tar.gz",
    "platform": null,
    "description": "# Common Code\nCode that both LiveCellAnalysis and smFISH (or others) use and doesn't get major changes goes here. This code should be a submodule in smFISH and LiveCellAnalysis.\n\n# Command line tools:\n## wimread\n    wimread imagefile\nDisplays information (pixel size, interval time etc.) about the image file.\n\n# Installation (Ubuntu)\npython-javabridge is required, which requires java, for ubuntu:\n\n    sudo apt install openjdk-8-jdk-headless\n\nSet java 8 as default java: \n\n    sudo update-alternatives --config java\n\nThen this code can be installed as a package:\n\n    pip install tllab_common\n\nor editable:\n\n    git clone git@github.com:Lenstralab/tllab_common.git\n    pip install -e tllab_common/ --user\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Common code for the Lenstra lab.",
    "version": "2024.4.3",
    "project_urls": {
        "Homepage": "https://github.com/Lenstralab/tllab_common",
        "Repository": "https://github.com/Lenstralab/tllab_common"
    },
    "split_keywords": [
        "burst",
        " transcription"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff49d02651153d9f7b49d337164524fa93d0069fc5f4433c1aab52f54a1ae959",
                "md5": "1a105f4de57b134f8d239abf7a416a44",
                "sha256": "5a49d6abbe0eec3dfd771ca7e1ae2ef3556677553fa5985526617215011ad469"
            },
            "downloads": -1,
            "filename": "tllab_common-2024.4.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1a105f4de57b134f8d239abf7a416a44",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 29933,
            "upload_time": "2024-04-24T15:36:07",
            "upload_time_iso_8601": "2024-04-24T15:36:07.426638Z",
            "url": "https://files.pythonhosted.org/packages/ff/49/d02651153d9f7b49d337164524fa93d0069fc5f4433c1aab52f54a1ae959/tllab_common-2024.4.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a8a5dfe5ce80ed1371f42d3d0058796aec6b81388742a551932639b01c9373eb",
                "md5": "03b1e0c893f49ea4f97d4a82416b38ba",
                "sha256": "08a95ee3da9032873a7fb414c8c925fd9425aac7f994ec9f5309f790c5ddaa2e"
            },
            "downloads": -1,
            "filename": "tllab_common-2024.4.3.tar.gz",
            "has_sig": false,
            "md5_digest": "03b1e0c893f49ea4f97d4a82416b38ba",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 28624,
            "upload_time": "2024-04-24T15:36:09",
            "upload_time_iso_8601": "2024-04-24T15:36:09.357878Z",
            "url": "https://files.pythonhosted.org/packages/a8/a5/dfe5ce80ed1371f42d3d0058796aec6b81388742a551932639b01c9373eb/tllab_common-2024.4.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-24 15:36:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Lenstralab",
    "github_project": "tllab_common",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "tllab-common"
}
        
Elapsed time: 0.24541s