gfa_stats (and other utilities) rely on the file being in GFA format. A FASTA file of contigs could be converted to valid GFA containing just a header and sequence lines, allowing use of such utilities.
I wrote a small python script to do this but it should get brought into the cpp code, probably somewhere in the gfa_spec_convert CLI.
gfa_stats
(and other utilities) rely on the file being in GFA format. A FASTA file of contigs could be converted to valid GFA containing just a header and sequence lines, allowing use of such utilities.I wrote a small python script to do this but it should get brought into the cpp code, probably somewhere in the
gfa_spec_convert
CLI.