Skip to content

Commit

Permalink
update name to coSMicQC
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs committed May 17, 2024
1 parent 9e1a136 commit 720108d
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ body:
label: Is this a duplicate of an existing idea for this project?
description: >
Please make sure to search in the
[issues](https://github.com/WayScience/SCupltQC/issues) first
[issues](https://github.com/WayScience/coSMicQC/issues) first
to see whether the same issue was reported already.
If you find an existing issue, please don't hesitate to comment
on it or add a reaction to existing content!
options:
- label: >
I found no existing
[issues](https://github.com/WayScience/SCupltQC/issues)
[issues](https://github.com/WayScience/coSMicQC/issues)
covering this topic.
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _referenced with modifications from [pycytominer](https://github.com/cytomining/
# Description

<!--
Thank you so much for your contribution to SCulptQC!
Thank you so much for your contribution to coSMicQC!
Please _succinctly_ summarize your proposed change.
Namely, consider addressing the following questions:
Expand Down
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Visit https://bit.ly/cffinit to generate yours today!
---
cff-version: 1.2.0
title: CytoTable
title: coSMicQC
message: >-
If you use this software, please cite it using the
metadata from this file.
Expand All @@ -17,9 +17,9 @@ authors:
- given-names: Gregory
family-names: Way
orcid: 'https://orcid.org/0000-0002-0503-9348'
repository-code: 'https://github.com/WayScience/SCupltQC'
repository-code: 'https://github.com/WayScience/coSMicQC'
abstract: >-
SCulptQC is a software tool for single-cell quality control of morphology datasets.
coSMicQC is a software tool for single-cell quality control of morphology datasets.
keywords:
- python
- single-cell-analysis
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to community leaders responsible for enforcement.
Please open a [new security advisory notice](https://github.com/WayScience/SCupltQC/security/advisories/new) (using defaults or "n/a" where unable to fill in the form) to privately notify us of any incidents of this nature.
Please open a [new security advisory notice](https://github.com/WayScience/coSMicQC/security/advisories/new) (using defaults or "n/a" where unable to fill in the form) to privately notify us of any incidents of this nature.
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If you are stuck, please feel free to ask any questions or ask for help.
This project is governed by our [code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code.
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to community leaders responsible for enforcement.
Please open a [new security advisory notice](https://github.com/WayScience/SCupltQC/security/advisories/new) (using defaults or "n/a" where unable to fill in the form) to privately notify us of any incidents of this nature.
Please open a [new security advisory notice](https://github.com/WayScience/coSMicQC/security/advisories/new) (using defaults or "n/a" where unable to fill in the form) to privately notify us of any incidents of this nature.

## Development

Expand Down Expand Up @@ -59,7 +59,7 @@ We welcome anyone to use [GitHub issues](https://docs.github.com/en/issues/track

Specifically, there are several ways to suggest or make changes to this repository:

1. Open a GitHub issue: https://github.com/WayScience/SCupltQC/issues
1. Open a GitHub issue: https://github.com/WayScience/coSMicQC/issues
1. Create a pull request from a forked branch of the repository

### Creating a pull request
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# SCupltQC
# coSMicQC

SCulptQC is a software tool for single-cell quality control of morphology datasets.
coSMicQC is a software tool for single-cell quality control of morphology datasets.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tool.poetry]
name = "SCulptQC"
name = "coSMicQC"
version = "0.0.1"
description = "SCulptQC is a software tool for single-cell quality control of morphology datasets."
description = "coSMicQC is a software tool for single-cell quality control of morphology datasets."
authors = ["Way Science Community"]
license = "BSD-3-Clause"
readme = "README.md"
packages = [{include = "sculptqc", from = "src"}]
packages = [{include = "cosmicqc", from = "src"}]

[tool.poetry.dependencies]
python = ">=3.9,<3.13"
Expand Down Expand Up @@ -61,11 +61,11 @@ vcs = "git"

# specify where version replacement is performed
[tool.poetry-dynamic-versioning.substitution]
files = ["src/sculptqc/__init__.py"]
files = ["src/cosmicqc/__init__.py"]

# set persistent versions within the __init__.py file in cases
# where we may not have or want access to full git history
[tool.poetry-dynamic-versioning.files."src/sculptqc/__init__.py"]
[tool.poetry-dynamic-versioning.files."src/cosmicqc/__init__.py"]
persistent-substitution = true

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion src/sculptqc/__init__.py → src/cosmicqc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Initialization for scupltqc package
Initialization for cosmicqc package
"""

from .analyze import find_outliers
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions tests/test_analyze.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""
Tests sculptqc analyze module
Tests cosmicqc analyze module
"""

import pandas as pd
from sculptqc import analyze
from cosmicqc import analyze


def test_find_outliers_cfret(cytotable_CFReT_data_df: pd.DataFrame):
Expand Down

0 comments on commit 720108d

Please sign in to comment.