dependabot[bot] on npm_and_yarn
Bump lodash from 4.17.20 to 4.1… (compare)
dependabot[bot] on npm_and_yarn
Bump lodash from 4.17.20 to 4.1… (compare)
bmpvieira on master
Refactor to add CLI 3.0.0 (compare)
bmpvieira on master
Refactor to add CLI 3.0.0 (compare)
dependabot[bot] on npm_and_yarn
Bump bl from 1.2.2 to 4.0.3 Bu… (compare)
dependabot[bot] on npm_and_yarn
Bump bl from 1.2.2 to 4.0.3 Bu… (compare)
bionode-ncbi download sra PRJNA183192 repeats the first SRA file, SRR629557.sra until infinity
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.