Skip to content
Snippets Groups Projects
Select Git revision
  • 3fede7c6484b01a35245b50437d2fbd268b1731a
  • master default protected
  • dev
  • v0.2.9
  • v0.2.8
  • v0.2.7
  • v0.2.6
  • v0.1.0
  • v0.2.5
  • v0.2.4
  • v0.2.3
  • v0.2.2
  • v0.2.1
  • v0.2.0
  • v0.1.2
15 results

compute_matrix.config

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