-
Notifications
You must be signed in to change notification settings - Fork 18
Project Roadmap
Evan Bolyen edited this page Feb 5, 2019
·
4 revisions
-
Build a testing plugin inside of q2galaxy
-
Register examples which can be tested via Galaxy
- Make .qz[av] files testable in Galaxy
- Extend plugin API to admit usage examples
-
Handle tabular data <-> qiime2.Metadata conversion
-
Write actions which use various combinations of plugin-registrable input
- Pay particular attention to odd combinations such as optional booleans, etc
-
Handle import/export tools
- How does this work with dataset collections?
-
Handle "Semantic Properties" and
TypeMap
constructs -
Set conda requirements correctly
- Constrain versions sufficiently to handle dependency updates without breaking new installations (e.g. new Pandas version is released after tool release, this invariably breaks something unexpectedly)
- Get QIIME 2 recipes on bioconda
-
Handle tool publication/distribution
-
Can Galaxy workflow composition be constrained by
<filter>
?