Skip to content
Snippets Groups Projects
Commit c67e48c5 authored by Langella Olivier's avatar Langella Olivier
Browse files

WIP : copy protein dbxref list

parent bcf22670
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,7 @@ ProteinXtp::ProteinXtp(const ProteinXtp& other):pappso::Protein(other)
_is_contaminant=other._is_contaminant;
_p_sequence_database = other._p_sequence_database;
_p_fasta = other._p_fasta;
_dbxref_list = other._dbxref_list;
}
ProteinXtp::~ProteinXtp()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment