obi clean: fixed a memory bug, fixed the behaviour when no sample info,

and added checks warnings and error handling when sample info not
dereplicated
This commit is contained in:
Celine Mercier
2020-07-01 18:17:47 +02:00
parent ade1107b42
commit aab59f2214
4 changed files with 25 additions and 8 deletions

View File

@ -52,7 +52,8 @@
*
* @param dms A pointer on an OBIDMS.
* @param i_view_name The name of the input view.
* @param sample_column_name The name of the OBI_STR column in the input view where the sample information is kept.
* @param sample_column_name The name of the column in the input view where the sample information is kept.
* Must be merged informations as built by the obi uniq tool (checked by the function).
* NULL or "" (empty string) if there is no sample information.
* @param o_view_name The name of the output view where the results should be written (should not already exist).
* @param o_view_comments The comments that should be associated with the output view.