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:
@ -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");
|
||||
|
Reference in New Issue
Block a user