Skip to content

The fasta parsing rule in XiSearch #142

Description

@WeiqiangChen

XiSearch parses fasta header differently than other software, such as FragPipe, pLink, and Spectronaut.

When I create a custom fasta sequence, I set the header to the following:

xx|UniqueIdentifier|UniqueIdentifier_SYNTH ProteinName OS=Synthetic OX=0000 GN=GeneName PE=1 SV=1

XiSearch will parse the ID to "xx" and Accession to "xx". And the resulting CSM table is a mess if there are multiple custom fasta sequences. Also, https://xiview.org/ goes crazy when trying to expand the target protein.

Only when I change the header to

sp|UniqueIdentifier|UniqueIdentifier_SYNTH ProteinName OS=Synthetic OX=0000 GN=GeneName PE=1 SV=1

Xisearch works normally.

Is it possible to change the parsing rule so that I do not have to change the fasta header for XiSearch?

Thank you!
WeiQiang

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