minigraph icon indicating copy to clipboard operation
minigraph copied to clipboard

empty gfa file

Open rthapa1 opened this issue 5 years ago • 8 comments

Hi,I am trying to create a graph file using multiple files. I used the following command but got an empty gfa output. Could you provide any suggestions? Thanks

minigraph -xggs -t16 reference.fa sample1.fa sample2.fa sample3.fa sample4.fa sample5.fa sample6.fa> out.gfa

rthapa1 avatar Jan 26 '21 20:01 rthapa1

If I use only two query samples at a time, it works and I got gfa output. But the bed file with structural variants looks weird. Screen Shot 2021-01-26 at 4 37 14 PM

rthapa1 avatar Jan 26 '21 21:01 rthapa1

The BED file looks ok.

What is the log message when you run for multiple input fasta files? Thanks.

lh3 avatar Jan 26 '21 21:01 lh3

Thank you, how could we know if there is deletion and translocation? Is the position in bed file corresponding to position in genome assembly?

When I run multiple fast files, it Screen Shot 2021-01-26 at 5 08 32 PM says segmentation fault.

rthapa1 avatar Jan 26 '21 22:01 rthapa1

BED shows the reference coordinate. Minigraph doesn't generate translocations. I may need your input files to understand the segfault.

lh3 avatar Jan 26 '21 22:01 lh3

Thank you. I have sent you the files at [email protected].

rthapa1 avatar Jan 26 '21 22:01 rthapa1

Thanks for the email. Which minigraph version are you using? I tried the minigraph but didn't see an error in the asan debugging mode.

lh3 avatar Jan 26 '21 22:01 lh3

It is minigraph 0.14-r415. There is no error but the output gfa file is empty.

rthapa1 avatar Jan 27 '21 00:01 rthapa1