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

module tool CellOracle #23

Open
dlopez-bioinfo opened this issue Oct 30, 2024 · 1 comment
Open

module tool CellOracle #23

dlopez-bioinfo opened this issue Oct 30, 2024 · 1 comment
Labels

Comments

@dlopez-bioinfo
Copy link
Collaborator

Implement tool #1 using docker #11

@dlopez-bioinfo dlopez-bioinfo changed the title module Cell_oracle module tool CellOracle Nov 1, 2024
@marinaEM
Copy link
Collaborator

marinaEM commented Nov 3, 2024

Contribution Guidelines

  1. Initial Setup

    • Clone the repository: git clone <repository_url>
  2. Update Local Content

    • Ensure you’re up to date with the development branch:
      git checkout devel
      git pull origin devel
  3. Create a New Branch

    • Create a descriptive branch for your work:
      git checkout -b <branch_name>
  4. Commit & Push Changes

    • Stage and commit your changes with clear messages:
      git add <file_name>
      git commit -m "Brief description of changes"
    • Push to GitHub:
      git push origin <branch_name>
  5. Create a Pull Request

    • Target the devel branch for merging.
    • Follow the PR template, review, and submit.
  6. Final Merge & Update

    • Once approved, merge your PR and delete your branch if desired.
    • Update your local repository:
      git checkout devel
      git pull origin devel

By following these steps, you contribute effectively and collaboratively.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants