Add C++ Hello World with Snakemake workflow and GitHub Actions CI#1
Add C++ Hello World with Snakemake workflow and GitHub Actions CI#1
Conversation
Co-authored-by: imallona <8280371+imallona@users.noreply.github.com>
Co-authored-by: imallona <8280371+imallona@users.noreply.github.com>
Co-authored-by: imallona <8280371+imallona@users.noreply.github.com>
Co-authored-by: imallona <8280371+imallona@users.noreply.github.com>
Co-authored-by: imallona <8280371+imallona@users.noreply.github.com>
8219a38 to
da6d524
Compare
|
@copilot fix the ci/cd so |
Co-authored-by: imallona <8280371+imallona@users.noreply.github.com>
Fixed in commit 71499e0. The workflow now explicitly uses |
|
@copilot doesn't fix it. mambaforge is deprecated, use the conda-incubator/setup-miniconda@v3 as I did, and make sure mamba is available |
Fixed in commit 5dd8b34. Changed from deprecated Mambaforge to Miniforge3 variant, and added explicit step to install mamba using |
…l mamba Co-authored-by: imallona <8280371+imallona@users.noreply.github.com>
c069fdb to
068b0d0
Compare
Implementation plan for C++ Hello World with Snakemake and Conda:
srcfolder with C++ hello world codeenvfolder with conda environment file (for cmake and g++)workflowfolder with SnakefileAll requirements completed successfully with CI/CD using non-deprecated Miniforge3!
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.