Skip to content

Comments

Restore differential expression#1568

Closed
asizemore wants to merge 1 commit intomainfrom
restore-genomics-apps
Closed

Restore differential expression#1568
asizemore wants to merge 1 commit intomainfrom
restore-genomics-apps

Conversation

@asizemore
Copy link
Member

Turns on differential expression for the frontend. PCA (dimensionalityReduction) was already on :)

@bobular bobular force-pushed the restore-genomics-apps branch from c2b31cc to 8e07946 Compare January 28, 2026 13:34
@bobular
Copy link
Member

bobular commented Jan 28, 2026

Rebased this to main - it had originally been branched from a "yarn 3 state" before the security fixes were rolled out.

  # 1. Save your current position (safety bookmark)                                                                                                                                  
  git branch backup-restore-genomics-apps
                                                                                                                                            
  # 2. Do the rebase                                                                                                                                                                 
  git rebase main                                                                                                                                                                    

  # If conflicts occur:                                                                                                                                                              
  #   - Fix them                                                                                                                                                                     
  #   - git add <fixed-files>                                                                                                                                                        
  #   - git rebase --continue                                                                                                                                                        
                                                                                                                                                                                     
  # If things go wrong:                                                                                                                                                              
  git rebase --abort  # Cancels the rebase completely                                                                                                                                
                                                                                                                                                                                     
  # 3. After successful rebase, review changes                                                                                                                                       
  git diff backup-restore-genomics-apps  # See what changed                                                                                                                          
                                                                                                                                                                                     
  # 4. If happy, push (requires force-push since history changed)                                                                                                                    
  git push --force-with-lease origin restore-genomics-apps                                                                                                                           

--force-with-lease is a safer way to force-push that doesn't lose other developers' commits if pushed in the meantime.

@bobular
Copy link
Member

bobular commented Feb 18, 2026

No need for this any more

@bobular bobular closed this Feb 18, 2026
@bobular bobular deleted the restore-genomics-apps branch February 18, 2026 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants