brinkmanlab / IslandCompare

Pipeline for detecting and annotating genomic islands and relationships between the respective genomes
Other
4 stars 2 forks source link

Filter subworkflows from job list on uuid #201

Open innovate-invent opened 3 years ago

innovate-invent commented 3 years ago

Currently subworkflow invocatons inherit their tags from the parent causing them to be listed in the jobs. A filter on workflow_id was added but this causes all jobs to dissapear when the workflow id changes. Filtering on workflow uuid might fix this or another way to distinguish between subworkflow invocations and parents.

innovate-invent commented 1 year ago

An attempt at an alternative approach was implemented, but still not ideal:

https://github.com/brinkmanlab/IslandCompare/blob/122cd398d7dfe9088c9e857e3aa57ef0dfa086f9/ui/src/app.js#L40-L47