Skip to content

Commit 13427c2

Browse files
committed
docs: fix typos
1 parent e2c482a commit 13427c2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

htsget-config/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,7 @@ This allows htsget-rs to serve data only when the request also contains the pref
6969

7070
When specifying locations like this, the location is additive. That is, the request id is appended to the
7171
location. This means that when the user requests data at `/reads/<id>`, the server fetches data and returns tickets
72-
from `<location>/<id>`. Trailing
73-
74-
As an alternative to additive locations, a location can be specified as an exact match for a file by setting the id
72+
from `<location>/<id>`. As an alternative to additive locations, a location can be specified as an exact match for a file by setting the id
7573
field:
7674

7775
```toml
@@ -484,7 +482,7 @@ For example, to specify a dynamic location for VCF files separately to BAM files
484482
"htsgetAuth": [
485483
{
486484
"id": "dataset/001/id-bam",
487-
"location": "s3://bucket-a",
485+
"location": "s3://bucket-a/bam_file",
488486
"rules": [
489487
{
490488
"format": "BAM"
@@ -493,7 +491,7 @@ For example, to specify a dynamic location for VCF files separately to BAM files
493491
},
494492
{
495493
"id": "dataset/001/id-vcf",
496-
"location": "s3://bucket-b",
494+
"location": "s3://bucket-b/vcf_file",
497495
"rules": [
498496
{
499497
"format": "VCF"

0 commit comments

Comments
 (0)