databio / bedboss

Python pipeline for processing BED files for BEDbase
https://docs.bedbase.org
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

New line character at the end of https://api.bedbase.org/openapi.json #70

Open jwokaty opened 3 weeks ago

jwokaty commented 3 weeks ago

Is it possible for you to add a newline character at the end of https://api.bedbase.org/openapi.json? When I try to read it in R, I get a warning that it's incomplete:

lines <- readLines("https://api.bedbase.org/openapi.json")
Warning message:
In readLines("https://api.bedbase.org/openapi.json") :
  incomplete final line found on 'https://api.bedbase.org/openapi.json'