bihealth / seasnap-pipeline

SeA-SnaP: (Se)q (A)nalysis (Sna)kemake (P)ipeline
1 stars 2 forks source link

Clean up branches #5

Open eudesbarbosa opened 3 years ago

eudesbarbosa commented 3 years ago

As part of the effort to organize the repository the branches were divided into three categories:

  1. Reasonable to merge: Branches that didn't diverge much from master_rc and can be merged with low or moderate effort.
  2. Already merged to different branch: Branches that can possibly be deleted as their content is covered by a different branch.
  3. Reimplement: Branches I don't dare to save, whatever is in there it would be easier to simply reimplement.

More info: https://github.com/bihealth/seasnap-pipeline/network

Reasonable to merge For each branch: conclude development, catalogue changes and create a new pull request.

Already merged to different branch For each branch verify that the target branch will be merged into master_rc. If no, work on merging strategies.

Reimplement For each branch verify if changes are still required. If yes, proceed to find working examples and plan to reimplement the features.