-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from kbase/example-scripts
Added some example scripts.
- Loading branch information
Showing
5 changed files
with
382 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Example scripts | ||
|
||
* [filter_on_taxon_id.py](https://github.com/kbase/dtspy/blob/main/docs/examples/filter_on_taxon_oid.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](https://github.com/kbase/dtspy/blob/main/docs/examples/match_files_to_ids_in_spreadsheet.py) | ||
|
||
This script extracts identifiers from a [spreadsheet](https://github.com/kbase/dtspy/blob/main/docs/examples/IMG.csv), | ||
searches for related files, and writes another spreadsheet with relavent | ||
filenames and identifier information. |
Oops, something went wrong.