From a8b0d1c82c2c87e442bf55daa7026e7acef41bac Mon Sep 17 00:00:00 2001 From: "Jeffrey N. Johnson" Date: Mon, 28 Oct 2024 12:58:49 -0700 Subject: [PATCH] Adding omitted file. --- docs/examples.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/examples.md diff --git a/docs/examples.md b/docs/examples.md new file mode 100644 index 0000000..8e959c9 --- /dev/null +++ b/docs/examples.md @@ -0,0 +1,12 @@ +# Example scripts + +* [filter_on_taxon_id.py](examples/filter_on_taxon_id.py) + +This script searches for files in the JGI Data Portal related to a given IMG +taxon OID, printing metadata for any results. + +* [match_files_to_ids_in_spreadsheet.py](examples/match_files_to_ids_in_spreadsheet.py) + +This script extracts identifiers from a [spreadsheet](examples/IMG.csv), searches +for related files, and writes another spreadsheet with relavent filenames and +identifier information.