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

Script for trVAE #59

Open
marinaEM opened this issue Nov 3, 2024 · 0 comments
Open

Script for trVAE #59

marinaEM opened this issue Nov 3, 2024 · 0 comments

Comments

@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.

Task: Implement script for trVAE

  • Description: Develop a script or set of scripts to run trVAE. Identify required inputs and expected outputs. These scripts should ensure compatibility with Nextflow modules.
  • Input: Dataset data, metadata, and specified perturbation task
  • Output: Prediction results from trVAE

Tags: #python, #GenerativeAI

@dlopez-bioinfo dlopez-bioinfo changed the title Implement Tool Script for trVAE Script for trVAE Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant