Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Annotate update coordinates #483

Open
Glfrey opened this issue May 17, 2024 · 2 comments
Open

Annotate update coordinates #483

Glfrey opened this issue May 17, 2024 · 2 comments

Comments

@Glfrey
Copy link

Glfrey commented May 17, 2024

Hello again!

I just noticed when I do some annotation updates like so:

metagraph annotate -i Chr1.dbg -o seperate -v --anno-filename --coordinates -a seperate.column.annodbg SpA_Chr1.fa

The *annodbg data structure gets updated but the *.annodbg.coords gets overwritten so only one sequences coordinates is being stored. Is there any way to iteratively update the coordinate file? Or do I have to re-do all coordinate annotations every time I want to add a new sequence to the graph?

@hmusta
Copy link
Collaborator

hmusta commented May 28, 2024

Sorry for responding late. Every time you add a sequence to the graph, it changes the coordinate system, so you need to reannotate the graph.

@Glfrey
Copy link
Author

Glfrey commented May 29, 2024

Hi @hmusta, thanks for getting back to me, that makes sense. I was trying to update the graph iteratively as I have a load of very large sequences to annotate with coordinates, what would you suggest is the most memory efficient way of doing this? So far I have --mem-cap-gb 0.001 and --disk-swap. Is there anything else?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants