How I have done this is:
1. Put all the steps in functions.
2. Have a main function that calls all the other functions in order.
3. If given an argument, the main function skips all the functions up to that one.
Make is one of the most versatile pipeline tools out there.
TIMTOWTDI.
How I have done this is:
1. Put all the steps in functions.
2. Have a main function that calls all the other functions in order.
3. If given an argument, the main function skips all the functions up to that one.