The reference based assembly and consensus sequence generation pipeline.
660
Docker container with installation of reference-based_assembly that is ready to use.
The pipeline is installed into the /opt/reference-based_assembly folder and ensure the reference-based_assembly command in the path.
You can download and run this image using the following commands:
docker pull bioedge/reference-based_assembly
docker run --rm -v /host/data:/data bioedge/reference-based_assembly consensus_fasta.py -h
$ docker run --rm -v /host/data/test:/data bioedge/reference-based_assembly consensus_fasta.py -r reference.fasta \
-1 R1.fastq -2 R2.fastq -o TestOutput --temp docker_testing \
--procs 4
Content type
Image
Digest
sha256:c97a6c957…
Size
504.4 MB
Last updated
almost 4 years ago
docker pull bioedge/reference-based_assembly