aaOpenSource / aaExport

This is an application meant to be run from the command line to perform numerous types of Galaxy Object backups or exports.
MIT License
1 stars 3 forks source link

Refactor to separate Selection from Export #3

Closed arobinsongit closed 10 years ago

arobinsongit commented 10 years ago

Currently the object selection and export logic are combined in one set of logic. The code should be redesigned so that it goes through an object select process first, creating a collection of objects and then the second step is to export those objects considering the settings. This would be a much cleaner codeset than the current one that has to consider all unique combinations of selection criteria and backup method.

arobinsongit commented 10 years ago

This has been addressed in commits

875cbb81d6ad2041bd6d75429db19705cde1c84b d1dd44c9722bade214d50118c32b724187e2b6b1