FastQC (https://www.bioinformatics.babraham.ac.uk/projects/fastqc/) docker image.
10K+
This image facilitates the usage of FastQC, a quality control tool for high throughput sequence data.
You should adapt and run the following command: docker run --rm -v /your/data/dir:/data pegi3s/fastqc /data/input.fq
In this command, you should replace:
/your/data/dir to point to the directory that contains the FASTQ file you want to analyze.input.fq to the actual name of your input file.To see the FastQC help, just run docker run --rm pegi3s/fastqc --help.
This docker image can be also used to run the FastQC GUI. To do so, just run: docker run --rm -ti -e USERID=$UID -e USER=$USER -e DISPLAY=$DISPLAY -v /var/db:/var/db:Z -v /tmp/.X11-unix:/tmp/.X11-unix -v $HOME/.Xauthority:/home/developer/.Xauthority -v "/your/data/dir:/data" pegi3s/fastqc
If the above command fails, try running xhost + first.
Note that FastQC can deal with both compressed and uncompressed FASTQ files. You can also speed up the execution by adding -t 4 to tell FastQC to use 4 cores (it uses 1 core by default).
Content type
Image
Digest
sha256:13b95cc24…
Size
221.2 MB
Last updated
over 3 years ago
docker pull pegi3s/fastqc