# NOT RUN {
file_json <- tempfile(fileext = ".json")
generate_example("HCV1a") %>%
convert_json() %>%
export_json(file_json)
try(
export_sevenbridges(
file_json,
project = "rosalind_franklin/project_name",
token = "your_api_auth_token",
base_url = "https://cgc-api.sbgenomics.com/v2/"
)
)
# }
Run the code above in your browser using DataLab