dependabot[bot] on npm_and_yarn
Bump async from 2.6.3 to 2.6.4 … (compare)
dependabot[bot] on npm_and_yarn
Bump async from 2.6.3 to 2.6.4 … (compare)
dependabot[bot] on npm_and_yarn
Bump minimist from 1.2.5 to 1.2… (compare)
dependabot[bot] on npm_and_yarn
Bump minimist from 1.2.5 to 1.2… (compare)
bionode-ncbi download
is very verbose by default (to pipe into other tools)
bionode-ncbi download sra --pretty PRJNA183192
to display a progress bar instead
jq
installed: bionode-ncbi urls sra PRJNA183192 | sed 's|.*url":"\(.*\)","uid.*|\1|' | xargs wget
heres mine from 2016 Bionode workflow engine for streamed data analysis
note the timeline ended up very different from what proposed. but its good to get an idea if student can organize a plan
Hi sorry to pile on, the try.bionode.io
docker terminal plugin windows don't work on chrome.
'ws://docker.bionode.io/mouvzqhodrh' failed:
I guess this might be because it is running on http and the web socker (ws) is not secure (wss). Came into that issue once. If the front end makes the connection to a ws: chrome will kill it. Will only work for localhost.