clamsproject / wfe-pipeline-runner

3 stars 1 forks source link

Retire the ability to change the order #24

Open marcverhagen opened 2 years ago

marcverhagen commented 2 years ago

We can now do

$ python start_pipeline.py config/tokenizer-spacy.yml
$ python run_pipeline.py -i examples/mmif/tokenizer-spacy-1.json out.json spacy tokenizer

The second command swaps the order of the pipeline. It is not clear what the use case is here. Why would you define a pipeline and then change the order? So to simplify I will remove it.