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

Initiate seurat-conversion #946

Merged
merged 2 commits into from
Dec 16, 2024

Conversation

jashapiro
Copy link
Member

@jashapiro jashapiro commented Dec 16, 2024

Purpose/implementation Section

This PR sets up the seurat-conversion module

Please link to the GitHub issue that this pull request addresses.

#945

What is the goal of this pull request?

Just the first step in #945

Briefly describe the general approach you took to achieve this goal.

I ran the create-analysis-module.py script with --use-renv enabled. I then made small edits to the Dockerfile and README in anticipation of future changes. The README is still quite incomplete, but will be expanded as code is added.

If known, do you anticipate filing additional pull requests to complete this analysis module?

Yup!

Provide directions for reviewers

Does everything look correct?

What are the software and computational requirements needed to be able to run the code in this PR?

Nothing but R, I think!

Are there particularly areas you'd like reviewers to have a close look at?

Not really

Is there anything that you want to discuss further?

Author checklists

Analysis module and review

Reproducibility checklist

  • Code in this pull request has been added to the GitHub Action workflow that runs this module.
  • The dependencies required to run the code in this pull request have been added to the analysis module Dockerfile.
  • If applicable, the dependencies required to run the code in this pull request have been added to the analysis module conda environment.yml file.
  • If applicable, R package dependencies required to run the code in this pull request have been added to the analysis module renv.lock file.

Copy link
Member

@sjspielman sjspielman left a comment

Choose a reason for hiding this comment

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

👍

Comment on lines +55 to +57
# Update this step as needed to download the desired data
- name: Download test data
run: ./download-data.py --test-data --format SCE
Copy link
Member

Choose a reason for hiding this comment

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

Will we want any filtered data to show with sce_to_seurat()? Certainly don't have to decide or change anything now, just a thought as this gets developed.

Comment on lines +3 to +4
RestoreWorkspace: No
SaveWorkspace: No
Copy link
Member

Choose a reason for hiding this comment

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

we love to see it

Copy link
Member

Choose a reason for hiding this comment

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

..or perhaps not to see it, as it were!

@jashapiro jashapiro merged commit 017db46 into AlexsLemonade:main Dec 16, 2024
2 checks passed
@jashapiro jashapiro deleted the jashapiro/seurat-convert branch December 16, 2024 15:30
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