Skip to content

Commit

Permalink
Add POST command in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed Oct 31, 2024
1 parent a699848 commit 930867d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ against the same scheme you can do:
file_contents=$(base64 -w 0 contigs.fasta)
json_body=$(echo -n '{"base64":true,"details":false,"sequence": "'; echo -n "$file_contents"; echo '"}')
echo "$json_body" > temp.json
./bigsdb_downloader.py --key_name PubMLST --site PubMLST --url "https://rest.pubmlst.org/db/pubmlst_neisseria_seqdef/schemes/1/sequence" --method POST --json_body_file temp.json
```
# Options

Expand Down

0 comments on commit 930867d

Please sign in to comment.