Quay.io/wshands/fastqc

build_status
A Docker container for the fastqc command.
See the fastqc (http://www.bioinformatics.babraham.ac.uk/projects/fastqc/)
website for more information.

Usage:
# fetch CWL
$> dockstore tool cwl --entry quay.io/wshands/fastqc > fastqc.cwl
# make a runtime JSON template and edit it
$> dockstore tool convert cwl2json --cwl fastqc.cwl > fastqc.json
# run it locally with the Dockstore CLI
$> dockstore tool launch --entry quay.io/wshands/fastqc  
<hr>
<small>This is a companion discussion topic for the original entry at <a href='https://dockstore.org/tools/quay.io/wshands/fastqc'>quay.io/wshands/fastqc</a></small>