rrwick / Bandage

a Bioinformatics Application for Navigating De novo Assembly Graphs Easily
http://rrwick.github.io/Bandage/
GNU General Public License v3.0
579 stars 96 forks source link

Node Custom Properties #99

Open semarpetrus opened 3 years ago

semarpetrus commented 3 years ago

Hi,

Fastg format allows for user defined properties in its headers: ">Edge:Neighbors:Propertie;" Bandage doesn't seem to recognize the properties field. I am assuming this is because it parses a simplified version of fastg (SPAdes). Is there a way to manipulate the header lines in fastg or some column in GFA to include metadata that would be displayed in Bandage?

Thank you, Semar Petrus