Skip to content
Snippets Groups Projects
Select Git revision
  • 9af182a12ca4156d63f9b46c07dc2f3c7816c8b1
  • master default protected
  • tp_experimental_biologists
3 results

mapping_single.nf

Blame
  • Forked from LBMC / nextflow
    Source project has a limited visibility.
    docker_init.sh 404 B
    #!/bin/sh
    
    # SPDX-FileCopyrightText: 2022 Laurent Modolo <laurent.modolo@ens-lyon.fr>
    #
    # SPDX-License-Identifier: AGPL-3.0-or-later
    
    docker pull lbmc/freebayes:1.3.2
    # docker build src/.docker_modules/freebayes/1.3.2/ -t 'lbmc/freebayes:1.3.2'
    # docker push lbmc/freebayes:1.3.2
    docker buildx build --platform linux/amd64,linux/arm64 -t "lbmc/freebayes:1.3.2" --push src/.docker_modules/freebayes/1.3.2