Sign inSign up

gregorysprenger/seqtk

By gregorysprenger

Updated about 3 years ago

Image
0

1.3K

gregorysprenger/seqtk repository overview

Seqtk

This image implements:

and Dockerfiles can be accessed at github.

Example analysis:

# 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

Tag summary

Content type

Image

Digest

sha256:756bff722

Size

148.5 MB

Last updated

about 3 years ago

docker pull gregorysprenger/seqtk:v1.4