Closed Henry-Ding closed 1 year ago
Can you provide the log file logs/5.1.mrege.log
?
Also, Does the GFA file you used has 'P' line? This line must exists because it contains the chromosome information.
hi,
Sorry for the late reply.
this is my 5.1.mrege.log.
And, My GFA is generated with vg construct -r $ref -v $vars
, how do I check if GFA has 'P' line?
best wishes,
henry
The GFA file should be a text file, which could be read easily. You can check P
line by using grep '^P' XX.gfa | less
. This log means no P line exists.
vg construct
will generated a vg format output by default, so I think this might be the problem. You can convert vg format to gfa format by vg view --gfa --vg-in xx.vg
hi, I create a new example, use my own data, name it the same as the example, and execute the command, and an error message appears: Why does this error occur? What am I supposed to do? Looking forward to your reply. best wishes, henry