@putmantime I was playing with the CLI today, but I noticed some of the files I need are missing. I wrote this up, but then I just realized that something about this was in the README.md.
Details
1. Arg: part_primary_file
Commands used in: parts
Path: local_data/LoincPartLink_Primary.csv
2. Arg: part_supplementary_file
Commands used in: parts
Path: local_data/LoincPartLink_Supplementary.csv
Causes
It looks like local_data is in the .gitignore. Would you be able to supply these to me?
There's a note in the README.md that says that local_data/CHEM_HIERARCHY_LPL_DATA.xlsx should be ignored. Is this the only one of these that should indeed be ignored here, or all of them?
If you'd like, I can remove these (or just that 1 file) from the current commit or the entire history if you like (at least I think I can, using a tool called BFG that I've used before).
2. Programmatic download
If you provide me w/ the missing files I can handle the programmatic download part, maybe via GoogleDrive or AWS S3 or git-lfs.
Summary
@putmantime I was playing with the CLI today, but I noticed some of the files I need are missing. I wrote this up, but then I just realized that something about this was in the
README.md
.Details
1. Arg:
part_primary_file
Commands used in:
parts
Path:local_data/LoincPartLink_Primary.csv
2. Arg:
part_supplementary_file
Commands used in:
parts
Path:local_data/LoincPartLink_Supplementary.csv
Causes
It looks like
local_data
is in the.gitignore
. Would you be able to supply these to me?Additional concerns
1. Some files from
local_data
are committed:There's a note in the
README.md
that says thatlocal_data/CHEM_HIERARCHY_LPL_DATA.xlsx
should be ignored. Is this the only one of these that should indeed be ignored here, or all of them?If you'd like, I can remove these (or just that 1 file) from the current commit or the entire history if you like (at least I think I can, using a tool called BFG that I've used before).
2. Programmatic download
If you provide me w/ the missing files I can handle the programmatic download part, maybe via GoogleDrive or AWS S3 or git-lfs.