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

Karyotype "Error: some genes in blocks can't be found, please rerun after making sure that bed file agree with simple file." #621

Open
jmpolinski opened this issue Jan 20, 2024 · 2 comments

Comments

@jmpolinski
Copy link

I can trying to create a macrosynteny figure with 3 genomes, but keep getting the error that the genes in the second simple file cannot be found in the bed files. It is every line of the simple file.

I know the bed and simple files are ok because karyotype works fine when only run on sets of 2 with the same bed and simple files. I've checked the layout and seqids files multiple times (work fine when one or the 3 is commented out -- attached).

layout.txt
seqids.txt
output.txt

@sunshichao0916
Copy link

sunshichao0916 commented Oct 14, 2024

Hi jmpolinski, I met the same problem. How did you solve it? Can you give me some suggestions?

@crz-ops
Copy link

crz-ops commented Oct 22, 2024

Hi jmpolinski, I met the same problem. How did you solve it? Can you give me some suggestions?

The problem lies in the layout file. We need to draw edges between the tracks, and same edges should not appear multiple times.
for example, "e,0,1" asks to draw edges between track 0 and 1, so the next part should be e,1,2 instead of e,0,1.

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

3 participants