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

Fix buffering of stdout on ribosome.js #60

Merged
merged 3 commits into from
Sep 4, 2018
Merged

Commits on Sep 3, 2018

  1. remove a bug and the subsequent bugfix

    'node' is concatenated to the name of the rna file without spaces, and exec'ed.
    This can't work and requires a subsequent retry, with the space this time. The
    solution is simple to remove the first exec call.
    norswap committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    90dbe55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    605659f View commit details
    Browse the repository at this point in the history
  3. ribosome.js: pipe the stdout/stderr of the spawned process to that of…

    … the ribosome process
    
    adresses sustrik#59
    norswap committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    8215a86 View commit details
    Browse the repository at this point in the history