This image implements:
and Dockerfiles can be accessed at github.
# Download test data
wget -nv --no-check-certificate \
https://github.com/nf-core/test-datasets/raw/mag/test_data/test_minigut_R1.fastq.gz
# Run Seqtk
seqtk fqchk \
test_minigut_R1.fastq.gz \
1> stdout.log \
2> stderr.log
# Extract total bp count
grep "^ALL" stdout.log | awk '{print $2}' > total_bp.txt
Content type
Image
Digest
sha256:756bff722…
Size
148.5 MB
Last updated
about 3 years ago
docker pull gregorysprenger/seqtk:v1.4