Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The species-properties.json file generated by atlas_species.sh is not right #16

Open
alfonsomunozpomer opened this issue Nov 27, 2018 · 1 comment

Comments

@alfonsomunozpomer
Copy link
Member

alfonsomunozpomer commented Nov 27, 2018

Error introduced in 8f0da81

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",
...
@pcm32
Copy link
Member

pcm32 commented Nov 28, 2018

Thanks for flagging up, probably safest thing would be to set:

case Right(res) => System.out.print(res)

to write to a file instead of stdout.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants