8000 Double process and workflow outputs in snapshot when using named outputs · Issue #289 · askimed/nf-test · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Double process and workflow outputs in snapshot when using named outputs #289
Open
@nvnieuwk

Description

@nvnieuwk

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0