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
{{ message }}
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
Then I could see the web GUI correctly at localhost:3000. I gave the input and saw the following message on the terminal:
(base) sysgen@supermicro02:~/git/streamformatics$ npm start
> uwa_pipeline@1.0.0 start /home/sysgen/git/streamformatics
> node app.js
Listening on port 3000
Server is live at: http://::1:3000
File watcher called at Thu Oct 24 2019 10:36:57 GMT+0200 (Central European Summer Time)
minimap2 called at Thu Oct 24 2019 10:36:57 GMT+0200 (Central European Summer Time)
Species typing called at Thu Oct 24 2019 10:36:57 GMT+0200 (Central European Summer Time)
minimap2 exited 1 null at Thu Oct 24 2019 10:36:57 GMT+0200 (Central European Summer Time)
minimap2 closed 1 null at Thu Oct 24 2019 10:36:57 GMT+0200 (Central European Summer Time)
And the web page was empty with the message "Thu Oct 24 2019 10:36:22 GMT+0200 (Central European Summer Time) 0 reads have been analysed."
At first I thought it would be the minimap2 issue, but actually minimap2 worked fine:
There are 4 output log files, I paste them below: minimap.1571905005813.stderr is empty. species.1571905005813.dat is empty. species.1571905005813.stderr has the following message.
(base) sysgen@supermicro02:~/git/streamformatics/logs$ cat species.1571905005813.stderr
[main] INFO japsa.bio.np.RealtimeSpeciesTyping - 277444 5276
[main] INFO japsa.bio.np.RealtimeSpeciesTyping - Species typing ready at Thu Oct 24 10:16:46 CEST 2019
watcher.1571905005813.stderr has the following message.
(base) sysgen@supermicro02:~/git/streamformatics/logs$ cat watcher.1571905005813.stderr
File "/home/sysgen/git/streamformatics/public/scripts/strom", line 33
print 'Error'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Error')?
Can you help me? Thanks a lot!
The text was updated successfully, but these errors were encountered:
Apologies that you are experiencing difficulties with this repository.
Unfortunately, I have not worked on this project for several years now and am very out of touch with it. As such, it has not been maintained by myself and is likely not to be again in the future as my current work is in a somewhat different area.
Knowing the way web technologies change very rapidly, I imagine this issue is likely related to some out-dated npm/node version.
Sadly, I am unable to devote time to look into this issue. I will leave this issue open though, in case you do discover a solution, which others will no doubt find helpful.
Again, my apologies for not being able to help you.
Hi @mbhall88 , thanks for your reply. Could you provide me some information (nodejs version, npm version etc.) about this program when it still runs stable? Thanks!
I don't know what the exact versions were. I guess you would just need to see what versions were release when the last commit from the repository was made.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I have an issue with streamformatics which works on Ubuntu 18.04.
First I set the
conf.json
in the sreamformatics directory:Then I could see the web GUI correctly at
localhost:3000
. I gave the input and saw the following message on the terminal:And the web page was empty with the message "Thu Oct 24 2019 10:36:22 GMT+0200 (Central European Summer Time) 0 reads have been analysed."
At first I thought it would be the minimap2 issue, but actually minimap2 worked fine:
There are 4 output log files, I paste them below:
minimap.1571905005813.stderr
is empty.species.1571905005813.dat
is empty.species.1571905005813.stderr
has the following message.watcher.1571905005813.stderr
has the following message.Can you help me? Thanks a lot!
The text was updated successfully, but these errors were encountered: