-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
A major shortcoming of the current approach is forking profiling-recipe means that you are limited to one fork (for a given GitHub account). Consider this scenario:
- I am
user-Aand I create a repouser-A/dataset-1usingcytomining/profiling-template - I then fork
cytomining/profiling-recipeintouser-A/profiling-recipeand weld it touser-A/dataset-1, following the instructions in README - I later want to create a new repo
user-A/dataset-2usingcytomining/profiling-template - I have to now used the same fork
user-A/profiling-recipeand weld it touser-A/dataset-2
So user-A/dataset-1 and user-A/dataset-2 have to use the same fork user-A/profiling-recipe; there is no way around this.
One could create a branch per dataset, i.e.,
user-A/profiling-recipehas a branchdataset-1which is welded touser-A/dataset-1user-A/profiling-recipehas a branchdataset-2which is welded touser-A/dataset-2
and so on. But this is getting messy!
Did you already ponder this @gwaygenomics ?
Metadata
Metadata
Assignees
Labels
No labels