Merge branch '20765-moving-gvcf-regions'
[lightning.git] / docker / cgivar2vcfbed / Dockerfile
index 986bdba21314aa32a5bf3d3c4ce2e1ed81cab1be..8fe60a22929b0b322f845553bfb6214570f2e9e2 100644 (file)
@@ -2,6 +2,9 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
+# build instruction:
+# docker build -t dockername --file=/path/to/lightning/docker/lightning/Dockerfile /path/to/lightning
+
 FROM python:3.11-buster
 
 USER root
@@ -10,6 +13,9 @@ RUN apt-get update -q
 
 RUN apt-get install -qy build-essential wget cmake zlib1g-dev git
 
+# Seting up gvcf_regions
+COPY ./gvcf_regions /gvcf_regions
+
 # Installing cgatools 1.8.0
 
 RUN wget https://sourceforge.net/projects/cgatools/files/1.8.0/cgatools-1.8.0.1-linux_binary-x86_64.tar.gz && \
@@ -34,6 +40,8 @@ RUN wget https://github.com/arq5x/bedtools2/releases/download/v2.25.0/bedtools-2
 
 WORKDIR /
 
-# Installing gvcf_regions
 
+<<<<<<< HEAD
 RUN git clone https://github.com/acoleman2000/gvcf_regions
+=======
+>>>>>>> 20765-moving-gvcf-regions