Other Directives
register_namespace
A user can define their own custom types and processes.
data_loop
This has always been a hard coded as
for samples @samples
But it should be configurable
create_attr
Add attributes to $self-> namespace
create_blank_attr
placeholder for some types
search_registered_types
A user can register custom types through the plugin system of in the workflow with 'register_namespace'.
Namespaces must be Moose Roles.
See BioX::Workflow::Command::run::Rules::Types::CSV for more information