Open charlesreid1 opened 6 years ago
This is a broader issue than #13 (eliminate redundancy) but that's an important first step
To infer structure,
$ taco workflow1 my-workflow-files
could just glob.glob("my-workflow-files/*conf*")
and glob.glob("my-workflow-files/*params*")
and assert both have only 1 element.
Suggestions from Titus:
Have 2 equivalent ways to run things:
A short and sweet command that infers file structure:
A longer and more explicit command:
A third, optimal, but more difficult way is to let the user provide a list of input files: