[x] Bug in JenkeEtAl2024Table1.R, JenkeEtAl2024Table3.R, JenkeEtAl2024Table4.R, and JenkeEtAl2024Figure_2.pdf
Since the Assembly Method cannot be parsed from all genome records, this column is sometimes missing from the NC_000000_SRA_meta.csv file. This currently throws the following error, because line 36 in the script cannot be executed (subtable_assembly <- get_table_1_subtable(cov_data, "Assembly Method"))
Assembly Method
cannot be parsed from all genome records, this column is sometimes missing from theNC_000000_SRA_meta.csv
file. This currently throws the following error, because line 36 in the script cannot be executed (subtable_assembly <- get_table_1_subtable(cov_data, "Assembly Method")
)