Skip to content

[Augur] Unreachable date functionality #1112

Description

@awh082834

🐛

📝 Describe the Issue

In task_augur_utilities the conditional that determines if a date field is present in the merged TSV will always report as false. This is due to the conditional on L54 checking for merged.tsv while the actual name of the merged TSV is metadata-merged.tsv. This throws a head: merged.tsv: No such file or directory error and sets HAS_TIME to false.

if (head -n1 merged.tsv | grep -q "date"); then

🔁 How to Reproduce

Observable with normal run parameters of Augur WF.

💻 Version Information

PHB v4.2.0, Augur v33.2.0

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