Bug #5345
closed'Reprocess' does not work
100%
Description
When reprocessing a pipeline, the pipeline gets submitted properly but the resultant dataset does not get copied back. From Tapestry, hitting 'Reprocess' from the 'Datasets' page will eventually trigger a call to 'status()' in 'genome_display.php' which checks to see if the local data locator is the same as the current pipeline's (if it's finished). If it it is, it should copy over the resultant new dataset but fails.
From investigation, 'arv-copy' fails if there are files already present that it would overwrite (specifically the 'log' file). Adding the '-f' option will fix this.
Also, when updating the symlinks, the old symnlinks need to be deleted.
Updated by Abram Connelly about 10 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset b749165d5fe3a2cdd8af6eac6e37049f780ec31f.
Updated by Ward Vandewege about 10 years ago
- Status changed from Resolved to In Progress
Updated by Ward Vandewege about 10 years ago
5345-fix-reprocess looks good to merge
Updated by Abram Connelly about 10 years ago
- Status changed from In Progress to Closed