Closed sterrettJD closed 2 months ago
error=T
was set as a chunk param in the chunk responsible for loading the data correctly. This meant that when that chunk errored, the rest kept going.
It seems that the bugs list is getting ready incorrectly. Specifically, the colnames are incorrect. They're labeled as
"V1" "V2" "V3" "V4" "V5" "V6" "V7" "V8"
when they should be
#clade_name NCBI_tax_id additional_species <sample IDs here >
The issue is numeric sample IDs. Data.table looks the header row, which shouldn't contain numeric column names. Now, it's specified that the first row will be the header, as of https://github.com/sterrettJD/HoMi/commit/080d237a19781ae95099bf69b311e6c97b96533b
Not sure why pseq can't be found. It definitely has already been defined