Hello,
I'm new to the DRAM community and metagenomics analysis and I'm seeking some help.
I've just received an output directory from DRAM with the gtdb trees, krona chart, and the index html files. Everything works nicely, except for the index.html file which gives the "No matches" message in every tab.
I' ve checked the .json data related to the index.html file and they are all present in the directory:
var dataFile = "";
if ( t === 'BacteriaTab') {
dataFile = "gtdbtk.bac120.summary.tsv.json"
} else if ( t === 'ArchaeaTab') {
dataFile = "gtdbtk.ar53.summary.tsv.json"
} else if ( t === 'BacteriaMarkerSummaryTab') {
dataFile = "gtdbtk.bac120.markers_summary.tsv.json"
} else if ( t === 'ArchaeaMarkerSummaryTab') {
dataFile = "gtdbtk.ar53.markers_summary.tsv.json"
}
Could you explain what the "No matches" messages mean? Please, if you have any suggestion let me know,
Lorenzo
Hello,
I'm new to the DRAM community and metagenomics analysis and I'm seeking some help.
I've just received an output directory from DRAM with the gtdb trees, krona chart, and the index html files. Everything works nicely, except for the index.html file which gives the "No matches" message in every tab.
I' ve checked the .json data related to the index.html file and they are all present in the directory:
Could you explain what the "No matches" messages mean? Please, if you have any suggestion let me know,
Lorenzo