biosails / BioX-Workflow-Command

Other
0 stars 0 forks source link

Feature to create a new workflow from existing workflows #20

Open jerowe opened 7 years ago

jerowe commented 7 years ago

Combine the whole thing.

biox concat -w qc_workflow.yml,reseq_workflow.yml -o my_combined_workflow.yml

Also have the ability to select/omit rules

biox concat -w qc_workflow.yml,reseq_workflow.yml --select_rules rule1,rule2,rule3 -o my_combined_workflow.yml

jerowe commented 7 years ago

Ping @nizardrou , what do you think?