tags on the entities are used to annotate files (so that we don't have to hard code file names). For example, here is the entity object for the clone report from igblast. By searching through the entities and looking at "vdjserver:tags", can extract the relevant files. The actual file name is given by "vdjserver:project_job_file"
"vdjserver:project_job_file:clone_report.csv": {
"vdjserver:type": "app:outputs",
"vdjserver:project_job_file": "clone_report.csv",
"vdjserver:tags": "clone_report",
"vdjserver:description": "Clonal Assignment Summary Report",
"vdjserver:format": "csv"
},
It's possible that we aren't creating provenance entries for all of these, in which case that is a bug and needs to be fixed.
tags on the entities are used to annotate files (so that we don't have to hard code file names). For example, here is the entity object for the clone report from igblast. By searching through the entities and looking at "vdjserver:tags", can extract the relevant files. The actual file name is given by "vdjserver:project_job_file"
It's possible that we aren't creating provenance entries for all of these, in which case that is a bug and needs to be fixed.