Project

General

Profile

Idea #8884

Updated by Sarah Guthrie about 8 years ago

Write a new wiki page describing how to write a pipeline template (wrapping a git repository and docker image together): describing: 

 * How to wrap a git repository containing a crunch script and a docker image into a component 
 ** Link to "Git Strategy for Pipeline Development" wiki page 
 * How to write script_parameters 
 ** dataclasses and their actual meanings ("Collection" passes in the pdh string, etc) 
 * How to choose runtime_constraints 
 ** The actual meaning of min_nodes 
 ** Setting max_tasks_per_node != 1 

Back