Skip to content

Commit

Permalink
docker file for deepvariant added
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish615 committed Sep 4, 2024
1 parent c8a81d6 commit 74c754d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export LD_PRELOAD=/Open-Omics-Acceleration-Framework/pipelines/deepvariant-based-germline-variant-calling-fq2vcf/libmimalloc.so.2.0:$LD_PRELOAD
export INPUT_DIR=/reads/
export OUTPUT_DIR=/output/
export REF_DIR=/ref/
REF=GCA_000001405.15_GRCh38_no_alt_analysis_set.fna
R1=HG001_R1.fastq.gz
R2=HG001_R2.fastq.gz
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export INPUT_DIR=/output_dir/
export OUTPUT_DIR=/output_dir/
export REF_DIR=/data/
REF=GCA_000001405.15_GRCh38_no_alt_analysis_set.fna
export INPUT_DIR=/output/
export OUTPUT_DIR=/output/
export REF_DIR=/ref/
export REF=GCA_000001405.15_GRCh38_no_alt_analysis_set.fna

0 comments on commit 74c754d

Please sign in to comment.