waldronlab / curatedMetagenomicDataCuration

Sample Metadata Curation for curatedMetagenomicData
https://waldronlab.io/curatedMetagenomicDataCuration/
28 stars 23 forks source link

trailing decimal zero in a few variables #56

Closed schifferl closed 3 years ago

schifferl commented 3 years ago

There are values like 2.0 instead of just 2 in a number to the curated files for variables that are specified as integers by col.class which turn into parsing errors when I read them in with R in the cMD package. Here's a short list of the variables I've identified:

The trailing zero should be removed in the curated files, if it is not too difficult to do.

paolinomanghi commented 3 years ago

Closing this issue.

schifferl commented 3 years ago

I think maybe some changes weren't pushed (or something like that), but I fixed this with 274e795.