pepkit / caravel

A web GUI for pipeline job submission and management
http://caravel.databio.org
BSD 2-Clause "Simplified" License
5 stars 1 forks source link

update all the displayed project object attrs in the process page #113

Closed nsheff closed 5 years ago

nsheff commented 5 years ago

if you specify a subproject that alters the metadata.output_dir, activating subproject still uses the primary output_dir and does not respect the modification expected by the subproject.

stolarczyk commented 5 years ago

All the project attributes are updated correctly, since activate_subproject method is used to do so. The updated information is just not displayed in caravel.

Will need to work on updating what's displayed as well..