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

Dead end nodes of 0 length #116

Open
casper-schutte opened this issue Sep 27, 2023 · 1 comment
Open

Dead end nodes of 0 length #116

casper-schutte opened this issue Sep 27, 2023 · 1 comment

Comments

@casper-schutte
Copy link

I ran seqwish while constructing a graph for validation of the FantasticLamp pipeline and I noticed that around the homology arms I inserted for the edits, there are these weird dead end nodes that have 0 length.
In the figure below I am using Bandage to view the graph. There are 3 overlapping edits in the picture, the dead-end nodes are all 0bp in length. All other aspects of the graph are created correctly. I will add the files and output of what I ran in a .zip file.
I am using version v0.7.9-0-gd9e7ab5

The seqwish commands are in the create_edit_graph.sh bash script.

![Screenshot from 2023-09-27 15-55-34](https://github.com/ekg/seqwish/assets/4

input_files.zip
7626336/0a0423f3-e0a1-4a2f-96d6-1ae9a055751c)

@casper-schutte
Copy link
Author

I managed to find the cause of the problem. In the CSV file where I was extracting the homology arms, the last character on each line was a "Return" character, which showed up as a node with 0 length. I fixed this by changing the way the data is extracted.

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

1 participant