spacemake


Namespacemake JSON
Version 0.7.6 PyPI version JSON
download
home_pagehttps://github.com/rajewsky-lab/spacemake
SummaryA bioinformatic pipeline for the analysis of spatial transcriptomic data
upload_time2024-04-18 06:30:20
maintainerNone
docs_urlNone
authorTamas Ryszard Sztanka-Toth, Marvin Jens, Nikos Karaiskos, Nikolaus Rajewsky
requires_python>=3.6
licenseGPL
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![docs](https://readthedocs.org/projects/spacemake/badge/?version=latest)](https://spacemake.readthedocs.io/)
[![Downloads](https://pepy.tech/badge/spacemake)](https://pepy.tech/project/spacemake)
[![PyPI Version](https://img.shields.io/pypi/v/spacemake.svg)](https://pypi.org/project/spacemake)
[![PyPI License](https://img.shields.io/pypi/l/spacemake.svg)](https://pypi.org/project/spacemake)


# Spacemake: processing and analysis of large-scale spatial transcriptomics data

<img src="https://raw.githubusercontent.com/rajewsky-lab/spacemake/master/docs/graphical_abstract_twitter.png" width="400" />

Spacemake is a modular, robust, and scalable spatial transcriptomics pipeline built in `Snakemake` and `Python`. Spacemake is designed to handle all major spatial transcriptomics datasets and can be readily configured for other technologies. It can process and analyze several samples in parallel, even if they stem from different experimental methods. Spacemake's unified framework enables reproducible data processing from raw sequencing data to automatically generated downstream analysis reports. Spacemake is built with a modular design and offers additional functionality such as sample merging, saturation analysis, and analysis of long reads as separate modules.

If you find Spacemake useful in your work, consider citing it: 

```
Spacemake: processing and analysis of large-scale spatial transcriptomics data
Tamas Ryszard Sztanka-Toth, Marvin Jens, Nikos Karaiskos, Nikolaus Rajewsky
GigaScience, Volume 11, 2022, giac064
```

Documentation can be found [here](https://spacemake.readthedocs.io/en/latest/).

## Unit testing

We are committed to achieving a high code coverage with unit tests. The master branch utilizes the `unittest` module to run spacemake with small test data sets. On the current development branches, we have switched to `pytest` and cover a much broader range of the code. This work is ongoing.

To run the currently implemented tests on master, run `python spacemake/unittests.py`. This will create a directory `spacemake/_tests/` inside which a minimal spacemake directory structure will be created using `spacemake init` and subsequently some of the core functionality (adding genomes/species, samples, changing configuration, etc.) will be executed. All output will be logged to `spacemake/_tests/run_spacemake.out.log`. If you encounter any weird behavior, please make sure to include the content of this file in your ticket on the issue tracker. Thank you!
...

## Contributing
`Spacemake` is an open-source project mostly maintained by the [Rajewsky lab @ MDC Berlin](https://www.mdc-berlin.de/n-rajewsky) - so, your involvement is warmly welcome! 
If you're excited to join us, we recommend the following steps:

- Found a bug? Contact an admin in the form of an [issue](https://github.com/rajewsky-lab/openst/issues/new?assignees=&labels=&template=bug-report.md&title=).
- Implement your idea following guidelines set by the [official contributing guide](CONTRIBUTING.md)
- Wait for admin approval; approval is iterative, but if accepted will belong to the main repository.

In general, you can always refer to the [contribution guidelines](CONTRIBUTING.md) for more details!
Currently, only [admins](https://github.com/orgs/rajewsky-lab/people) will be merging all accepted changes.

## Code of Conduct
Everyone interacting in `spacemake`'s codebases, issue trackers, and discussion forums is expected to follow the [PSF Code of Conduct](https://www.python.org/psf/conduct/).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/rajewsky-lab/spacemake",
    "name": "spacemake",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Tamas Ryszard Sztanka-Toth, Marvin Jens, Nikos Karaiskos, Nikolaus Rajewsky",
    "author_email": "TamasRyszard.Sztanka-Toth@mdc-berlin.de",
    "download_url": "https://files.pythonhosted.org/packages/59/37/918cbca9f7596132d14f68c323c99c83d0d4895f02828519b9fbf1975d19/spacemake-0.7.6.tar.gz",
    "platform": null,
    "description": "[![docs](https://readthedocs.org/projects/spacemake/badge/?version=latest)](https://spacemake.readthedocs.io/)\n[![Downloads](https://pepy.tech/badge/spacemake)](https://pepy.tech/project/spacemake)\n[![PyPI Version](https://img.shields.io/pypi/v/spacemake.svg)](https://pypi.org/project/spacemake)\n[![PyPI License](https://img.shields.io/pypi/l/spacemake.svg)](https://pypi.org/project/spacemake)\n\n\n# Spacemake: processing and analysis of large-scale spatial transcriptomics data\n\n<img src=\"https://raw.githubusercontent.com/rajewsky-lab/spacemake/master/docs/graphical_abstract_twitter.png\" width=\"400\" />\n\nSpacemake is a modular, robust, and scalable spatial transcriptomics pipeline built in `Snakemake` and `Python`. Spacemake is designed to handle all major spatial transcriptomics datasets and can be readily configured for other technologies. It can process and analyze several samples in parallel, even if they stem from different experimental methods. Spacemake's unified framework enables reproducible data processing from raw sequencing data to automatically generated downstream analysis reports. Spacemake is built with a modular design and offers additional functionality such as sample merging, saturation analysis, and analysis of long reads as separate modules.\n\nIf you find Spacemake useful in your work, consider citing it: \n\n```\nSpacemake: processing and analysis of large-scale spatial transcriptomics data\nTamas Ryszard Sztanka-Toth, Marvin Jens, Nikos Karaiskos, Nikolaus Rajewsky\nGigaScience, Volume 11, 2022, giac064\n```\n\nDocumentation can be found [here](https://spacemake.readthedocs.io/en/latest/).\n\n## Unit testing\n\nWe are committed to achieving a high code coverage with unit tests. The master branch utilizes the `unittest` module to run spacemake with small test data sets. On the current development branches, we have switched to `pytest` and cover a much broader range of the code. This work is ongoing.\n\nTo run the currently implemented tests on master, run `python spacemake/unittests.py`. This will create a directory `spacemake/_tests/` inside which a minimal spacemake directory structure will be created using `spacemake init` and subsequently some of the core functionality (adding genomes/species, samples, changing configuration, etc.) will be executed. All output will be logged to `spacemake/_tests/run_spacemake.out.log`. If you encounter any weird behavior, please make sure to include the content of this file in your ticket on the issue tracker. Thank you!\n...\n\n## Contributing\n`Spacemake` is an open-source project mostly maintained by the [Rajewsky lab @ MDC Berlin](https://www.mdc-berlin.de/n-rajewsky) - so, your involvement is warmly welcome! \nIf you're excited to join us, we recommend the following steps:\n\n- Found a bug? Contact an admin in the form of an [issue](https://github.com/rajewsky-lab/openst/issues/new?assignees=&labels=&template=bug-report.md&title=).\n- Implement your idea following guidelines set by the [official contributing guide](CONTRIBUTING.md)\n- Wait for admin approval; approval is iterative, but if accepted will belong to the main repository.\n\nIn general, you can always refer to the [contribution guidelines](CONTRIBUTING.md) for more details!\nCurrently, only [admins](https://github.com/orgs/rajewsky-lab/people) will be merging all accepted changes.\n\n## Code of Conduct\nEveryone interacting in `spacemake`'s codebases, issue trackers, and discussion forums is expected to follow the [PSF Code of Conduct](https://www.python.org/psf/conduct/).\n",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "A bioinformatic pipeline for the analysis of spatial transcriptomic data",
    "version": "0.7.6",
    "project_urls": {
        "Bug Tracker": "https://github.com/rajewsky-lab/spacemake/issues",
        "Homepage": "https://github.com/rajewsky-lab/spacemake"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eef8d80caf07f06037fdd2a8f4eb340e5bf754ba47bb755a074c401499c7279b",
                "md5": "105f422a3c6bb03404be5a323e2004dd",
                "sha256": "829a9526628400a27d5338c9b3f9a22d1ad2bab084b58fa4b62f554f98c3d763"
            },
            "downloads": -1,
            "filename": "spacemake-0.7.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "105f422a3c6bb03404be5a323e2004dd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 69521695,
            "upload_time": "2024-04-18T06:30:11",
            "upload_time_iso_8601": "2024-04-18T06:30:11.920091Z",
            "url": "https://files.pythonhosted.org/packages/ee/f8/d80caf07f06037fdd2a8f4eb340e5bf754ba47bb755a074c401499c7279b/spacemake-0.7.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5937918cbca9f7596132d14f68c323c99c83d0d4895f02828519b9fbf1975d19",
                "md5": "e8e272be49c93855613c0903597c86c1",
                "sha256": "87ef8ccdff0d76d7151af2169c8208bee67691d020d8c2707345a8e68114ff88"
            },
            "downloads": -1,
            "filename": "spacemake-0.7.6.tar.gz",
            "has_sig": false,
            "md5_digest": "e8e272be49c93855613c0903597c86c1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 96001488,
            "upload_time": "2024-04-18T06:30:20",
            "upload_time_iso_8601": "2024-04-18T06:30:20.932775Z",
            "url": "https://files.pythonhosted.org/packages/59/37/918cbca9f7596132d14f68c323c99c83d0d4895f02828519b9fbf1975d19/spacemake-0.7.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-18 06:30:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rajewsky-lab",
    "github_project": "spacemake",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "spacemake"
}
        
Elapsed time: 0.24614s