AlexsLemonade / scpca-downstream-analyses

This repository is intended to store our pipeline for marker genes analysis.
0 stars 0 forks source link

Create an eval branch #314

Closed cbethell closed 1 year ago

cbethell commented 1 year ago

Please provide some background on the proposed additions or changes.

Once we have completed conda updates, we will want to create a branch specifically for evals of the core analysis workflow.

What are the changes that you are proposing?

An eval branch should be branched off the main branch once conda updates are merged into the main branch. This will allow us to continue development in the repo without affecting what is being tested for evals.

allyhawkins commented 1 year ago

@cbethell, after some discussion in DSTM today, we noted that it might be a better idea to just tag a release of the main branch and use that release rather than create another branch.

cbethell commented 1 year ago

@cbethell, after some discussion in DSTM today, we noted that it might be a better idea to just tag a release of the main branch and use that release rather than create another branch.

Okay I've tagged a release as eval (https://github.com/AlexsLemonade/scpca-downstream-analyses/releases/tag/eval). Then used git fetch origin tag eval --no-tags to update the RStudio server test account and ran the core workflow successfully there 👍