Skip to content

line.split() in silva_blast, tab separated input #11

@Shellfishgene

Description

@Shellfishgene

Hi!
I'm just trying this pipline, and always got errors from eukref_gbretrieve.py. On closer inspection they are caused by various instances of line.split() in the silva_blast routine. I'm not a Python guy, but it seems without arguments this splits on any whitespace, however the input file from usearch with the blast6out option is tab separated. If I change line.split() to line.split("\t") throughout silva_blast it works as expected.
I'm puzzled as to why this is, obviously it should never have worked without this change, but I guess it does for others?

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