You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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",
...
The text was updated successfully, but these errors were encountered:
Error introduced in 8f0da81
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:The text was updated successfully, but these errors were encountered: