Open
Description
When creating a snapshot from a workflow or process that has named outputs, the following snapshot gets created:
"content": [
{
"0": [
[
{
"id": "test"
},
"test.vcf.gz:md5,68b329da9893e34099c7d8ad5cb9c940"
]
],
"1": [
"versions.yml:md5,27e259763ddc44796207f766afb94887"
],
"vcf": [
[
{
"id": "test"
},
"test.vcf.gz:md5,68b329da9893e34099c7d8ad5cb9c940"
]
],
"versions": [
"versions.yml:md5,27e259763ddc44796207f766afb94887"
]
}
],
This makes reading the snapshot harder because everything is shown twice.
Would it be possible to add some kind of check that prevents the snapshotting of the numbered outputs when the outputs are named?
Metadata
Metadata
Assignees
Labels
No labels