Implement UI for subanalysis mode
[mussa.git] / qui / motif_editor / MotifEditor.cpp
index 12a1e9e2e291cf58bbd46d1f1196c20fbf4203c8..0fd80f09e628f3337dc18c534e3d2f574c144cb8 100644 (file)
@@ -56,7 +56,7 @@ void MotifEditor::updateMotifs()
   {
     if ((*md_i)->motif().size() > 0 && (*md_i)->enabled()) {
       Sequence new_motif((*md_i)->motif());
-      new_motif.set_header((*md_i)->name());
+      new_motif.set_fasta_header((*md_i)->name());
       motifs.push_back((*md_i)->motif());
       colors.push_back((*md_i)->color());
     }