diff options
| author | Pjotr Prins | 2021-01-05 09:34:26 +0000 |
|---|---|---|
| committer | Pjotr Prins | 2021-01-05 09:34:26 +0000 |
| commit | 9d75ce088e6388bf23ae077fd06b2a3f51be1bda (patch) | |
| tree | 81a4491ca0dd37b458025cc7aa3e553a77b0fb30 /workflows/tools/pubseq-fetch-ids | |
| parent | 3c09a92423408d01b64e1b842c6b96778939d098 (diff) | |
| download | bh20-seq-resource-9d75ce088e6388bf23ae077fd06b2a3f51be1bda.tar.gz bh20-seq-resource-9d75ce088e6388bf23ae077fd06b2a3f51be1bda.tar.lz bh20-seq-resource-9d75ce088e6388bf23ae077fd06b2a3f51be1bda.zip | |
API: fix returned record to include original metadata
Diffstat (limited to 'workflows/tools/pubseq-fetch-ids')
| -rwxr-xr-x | workflows/tools/pubseq-fetch-ids | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/workflows/tools/pubseq-fetch-ids b/workflows/tools/pubseq-fetch-ids index 19b2d82..f5920ec 100755 --- a/workflows/tools/pubseq-fetch-ids +++ b/workflows/tools/pubseq-fetch-ids @@ -2,7 +2,7 @@ # # Use a SPARQL query to fetch all IDs in the PubSeq database # -# sparql-fetch-ids > pubseq_ids.txt +# pubseq-fetch-ids > pubseq_ids.txt # # Note: requires Ruby 3.x. Older Ruby gives a syntax error |
