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 dataset preprocessing #44

Open
3 tasks
dlopez-bioinfo opened this issue Nov 1, 2024 · 2 comments
Open
3 tasks

script for dataset preprocessing #44

dlopez-bioinfo opened this issue Nov 1, 2024 · 2 comments
Labels

Comments

@dlopez-bioinfo
Copy link
Collaborator

dlopez-bioinfo commented Nov 1, 2024

Create a preprocessing script to format datasets with necessary metadata for GRN analysis and generative AI models with downstream metrics.

  • input:
    • id or URL to download the datasets
  • output:
    • preprocessed dataset (common format)
    • Common formatted dataset with metadata.
@dlopez-bioinfo
Copy link
Collaborator Author

metadata format is under definition

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

@dlopez-bioinfo dlopez-bioinfo changed the title script preprocessing dataset script dataset preprocessing datase Nov 4, 2024
@dlopez-bioinfo dlopez-bioinfo changed the title script dataset preprocessing datase script for dataset preprocessing Nov 4, 2024
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