You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on generating pangenome using 19 genome assemblies with minigraph.
After that, I generated a bed file for each used sample using the following command, and I got 19 bed files. minigraph -cxasm --call pangenome.gfa [sample*.fa] > sample*.bed
And I noticed that there is a path (+s447539 -> +s489808) in several bed files that doesn't exist in the gfa file.
Here is the path information from two output bed files
# from sample1.bed
NC_010460.4 49562573 49562960 >s447539 >s447541 >s489808:847:+:LUXR01077659.1:1025219:1026573
# from sample2.bed
NC_010460.4 49562573 49562960 >s447539 >s447541 >s489808:847:-:AORO02009665.1:479046:480559
In this example, sample 1 and 2 had +s447539 -> +s489808 (== -s489808 -> -s447539) path, but there is no link for that path in the input gfa file
Here is the line for the corresponding path in the input gfa file that I got with 'grep' command.
And conversely, I also found that there are paths in the gfa file but not in bed files.
For example, I could find +s590861 -> -s349685 path in gfa file
Hi,
I'm working on generating pangenome using 19 genome assemblies with minigraph.
After that, I generated a bed file for each used sample using the following command, and I got 19 bed files.
minigraph -cxasm --call pangenome.gfa [sample*.fa] > sample*.bed
And I noticed that there is a path (+s447539 -> +s489808) in several bed files that doesn't exist in the gfa file.
Here is the path information from two output bed files
In this example, sample 1 and 2 had +s447539 -> +s489808 (== -s489808 -> -s447539) path, but there is no link for that path in the input gfa file
Here is the line for the corresponding path in the input gfa file that I got with 'grep' command.
And conversely, I also found that there are paths in the gfa file but not in bed files.
For example, I could find +s590861 -> -s349685 path in gfa file
but, I cannot find the corresponding path in all 19 bed files that I generated.
(I used 'grep' command for find the path, but I got nothing)
I'm not sure how to interpret these results..!
Thanks,
Suyeon Wy
The text was updated successfully, but these errors were encountered: