The following println statement in src/Directories.sc:
println("Using the following paths for sources of experiments:")
Makes that running the script to generate the species file, ./sh/atlas_species.sh, produces the following (badly-formatted) JSON file:
Using the following paths for sources of experiments:
[{
"name":"Aegilops_tauschii",
"defaultQueryFactorType":"ORGANISM_PART",
"kingdom":"plants",
"resources":[{
"type":"genome_browser",
...
Error introduced in https://github.com/ebi-gene-expression-group/atlas-annotations/commit/8f0da818153dfb04139e896638b934c87a08767c
The following
println
statement insrc/Directories.sc
:Makes that running the script to generate the species file,
./sh/atlas_species.sh
, produces the following (badly-formatted) JSON file: