if(obi_view_add_column(view,NUC_SEQUENCE_COLUMN,-1,NULL,OBI_SEQ,0,1,NULL,false,false,false,NULL,NULL,-1,"Nucleotide sequences",true)<0)// discuss using same indexer "NUC_SEQ_INDEXER"
if(obi_view_add_column(view,NUC_SEQUENCE_COLUMN,-1,NULL,OBI_SEQ,0,1,NULL,false,false,false,NULL,NULL,-1,"{}",true)<0)// discuss using same indexer "NUC_SEQ_INDEXER"
{
obidebug(1,"Error adding an obligatory column in a nucleotide sequences view");
if(obi_view_add_column(view,QUALITY_COLUMN,-1,NULL,OBI_QUAL,0,1,NULL,false,false,false,NULL,(associated_nuc_column->header)->name,(associated_nuc_column->header)->version,"Sequence qualities",true)<0)// TODO discuss automatic association
if(obi_view_add_column(view,QUALITY_COLUMN,-1,NULL,OBI_QUAL,0,1,NULL,false,false,false,NULL,(associated_nuc_column->header)->name,(associated_nuc_column->header)->version,"{}",true)<0)// TODO discuss automatic association
{
obidebug(1,"Error adding an obligatory column in a nucleotide sequences view");
returnNULL;
...
...
@@ -2929,7 +2929,7 @@ int obi_create_auto_count_column(Obiview_p view)