Skip to content

Assemblies download error - Date parsing error on condiga script #3

@DAJP1993

Description

@DAJP1993

Hi,

Just a quick note about a simple fix I found to get the app working. In genome_utils.py on line 45, the code splits date strings assuming they use slashes ("/") as separators. However, I noticed the actual data from assembly_summary.txt uses dashes ("-").

Changing this line from:

Edit
rel_date = row[14].split("/")
to
rel_date = row[14].split("-")

seems to keep the program running smoothly.

Hope this helps anyone running into similar issues!

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