Illumina toolkit for SARS-CoV2
https://sapac.illumina.com/informatics/biological-interpretation/coronavirus-software.html#about
Intersting piece of information
https://www.cdc.gov/coronavirus/2019-ncov/variants/variant-info.html
Attached the running docker
Instead of using -i
or -t
options, use the attach
command to connect to a running container:
docker attach container_id
Start the docker container
docker start [options] container_id
Stop the docker container
docker stop --time=20 container_id
Kill a docker container
docker kill [option] container_id