-
Notifications
You must be signed in to change notification settings - Fork 19
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
Change name to nf-core/spatialvi
#77
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
As per discussions in the nf-core community, this commit changes the name of the pipeline from `nf-core/spatialtranscriptomics` to `nf-core/spatialvi`. The old name is descriptive in regards to what it does, but not specific enough, as it analyses 10X Visium data exclusively. It was determined that spatial nf-core pipelines should be named according to the `spatialXX` pattern; another pipeline named `nf-core/spatialxe` for Xenium data already exists.
|
Okay, everything that can succeed has succeeded! The linting fails and can be ignored per Slack discussions, and the one CI that fails fails for a known reason that can be ignored for now (the solution is ready and waiting for the next MultiQC release). |
maxulysse
approved these changes
Apr 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As per discussions in the nf-core community, this commit changes the name of the pipeline from
nf-core/spatialtranscriptomics
tonf-core/spatialvi
.Related PR for test data is at nf-core/test-datasets#1185. (Now merged.)
PR checklist
nf-core lint
). (logo linting partially fails, but as per Slack discussions we should ignore this for now and update the logos once the name change is complete)nf-test test main.nf.test -profile test,docker
).