KasperSkytte / ampvis2

Tools for visualising microbial community amplicon data
https://kasperskytte.github.io/ampvis2/
GNU General Public License v3.0
67 stars 23 forks source link

mergereplicates: do not require SampleID column #134

Closed bernt-matthias closed 2 years ago

bernt-matthias commented 2 years ago

according to the docs the first column of the metadata needs to contain the sample ID, but it is not required that it has a specific name. See for instance the docs of amp_load.

mergereplicates did require the sample ID column to be named SampleID which is changed in this PR.

Seems that there are a few more tools assuming SampleID.. but at least they did not fail in my experiments.