You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, each Walker class defines its own input arguments, and contains its own code to initialize the appropriate data sources for the inputs present. This code should ideally be shared across traversal types (eg., in GATKTool), with the ability to override attributes such as required and optional on a per-traversal and/or per-tool basis.
Currently, each Walker class defines its own input arguments, and contains its own code to initialize the appropriate data sources for the inputs present. This code should ideally be shared across traversal types (eg., in
GATKTool
), with the ability to override attributes such asrequired
andoptional
on a per-traversal and/or per-tool basis.Potentially requires #149
Related to: #120, #133, #141
The text was updated successfully, but these errors were encountered: