I run the cactus-pangenome, but the gfa file format in our final results is different, so I can not to stat some nodes and bp et. from the gfa file, the W line in the final gfa file as follows:
commad grep -e '^W' Chr26-pg.gfa | cut -f2-6 | awk '{ print $1 "#" $2 "#" $3 ":" $4 "-" $5 }' |head
Hi Glenn,
I run the
cactus-pangenome
, but thegfa
file format in our final results is different, so I can not to stat some nodes and bp et. from thegfa
file, theW
line in the finalgfa
file as follows: commadgrep -e '^W' Chr26-pg.gfa | cut -f2-6 | awk '{ print $1 "#" $2 "#" $3 ":" $4 "-" $5 }' |head
For the human pangenome gfa format is like:
so for my
gfa
file is there some wrong or how can I change this?Best wishes!