Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renaming CytoPipe to CytoSnake #19

Merged
merged 2 commits into from
Sep 2, 2022
Merged

Conversation

axiomcura
Copy link
Member

This PR address the renaming of CytoPipe to CytoSnake.

Effects from rename

Program will be now executed by typing cytosnake instead of cytopipe. For example:

Before change

cytopipe init -d *sqlite -m metadata -b barcodes.txt

After renaming:

cytosnake init -d *sqlite -m metadata -b barcodes.txt

cytosnake specific modules paths have also been changed:

before renaming

from cytopipe.cli.cli_docs import run_doc

After renaming

from cytosnake.cli.cli_docs import run_doc

The documentation has also been updated with the replacement with cytopipe to cytosnake.

Copy link
Member

@gwaybio gwaybio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐍

@axiomcura axiomcura merged commit dc11fd8 into WayScience:main Sep 2, 2022
@axiomcura axiomcura deleted the renaming branch September 2, 2022 21:28
@axiomcura axiomcura mentioned this pull request Apr 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants