Skip to content

Index / load sequences from FASTG files #13

@fedarko

Description

@fedarko

Various ideas:

  • Very lazy option: convert FASTG to FASTA, which can then be loaded / indexed with various tools
  • The FASTG file can probably be indexed "as is" using various FASTA indexing tools -- will just need to split sequence IDs from a:b,c or something to get just a
  • Do the parsing ourselves entirely. While we go through the file, just store the start / end coordinates of each sequence within the file -- then we can programmatically access these sequences on demand later

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions