How to check your build Run Windows Update, and that should bring your OS to the most recent build version. It is possible to use an earlier build of Win10, but I've not tried this before. Storage space - at least 2 GB for basic installation, + space for your data and additional...
docker run --rm --name fastqc_albot -u="$(id -u):$(id -g)" -w="/data/" -v ~/workshop-janssen/data/:/data quay.io/biocontainers/fastqc:0.11.9--0 /bin/bash -c "fastqc WT*.fq.gz" the shell expansion part is not always necessary but depends on where you are in your fol...