topdownproteomics / sdk

Software solution for common top-down proteomics tasks
http://www.topdownproteomics.org/
MIT License
9 stars 4 forks source link

Writing prefix tags #38

Open acesnik opened 6 years ago

acesnik commented 6 years ago

Currently, the writer doesn't write prefix tags. Should we extend the writer to do this?

rfellers commented 6 years ago

Commented on the PR before I saw this ... yes, I'm in favor, but wasn't sure what that should look like. Maybe something like writer.WriteString(bool usePrefixTagIfValid)?

acesnik commented 6 years ago

I think we will have to add a string PrefixTag property to ProFormaTerm to know when to write this back out.