Views: Added argument to not automatically create default columns in

typed views, a function to delete a view and fixed view history bug
This commit is contained in:
Celine Mercier
2018-10-31 14:38:05 +01:00
parent 92c0fbc9bf
commit 320561a582
6 changed files with 171 additions and 15 deletions

View File

@ -765,7 +765,7 @@ int obi_ecopcr(const char* i_dms_name,
}
// Create output view
o_view = obi_new_view_nuc_seqs(o_dms, o_view_name, NULL, NULL, o_view_comments, false);
o_view = obi_new_view_nuc_seqs(o_dms, o_view_name, NULL, NULL, o_view_comments, false, true);
if (o_view == NULL)
{
obidebug(1, "\nError creating the output view");