File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -69,9 +69,7 @@ This allows htsget-rs to serve data only when the request also contains the pref
6969
7070When specifying locations like this, the location is additive. That is, the request id is appended to the
7171location. 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
7573field:
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"
You can’t perform that action at this time.
0 commit comments