Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
FriederikeHanssen authored Mar 12, 2024
1 parent 591f1a9 commit e3dea66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY environment.yml /
RUN conda install -c conda-forge mamba
RUN mamba env create --file /environment.yml -p /opt/conda/envs/qbic-pipelines-vcftomaf-dev && \
mamba clean --all --yes
RUN apt-get update -qq
RUN apt-get update -qq
# Add conda installation dir to PATH
ENV PATH /opt/conda/envs/qbic-pipelines-vcftomaf-dev/bin:$PATH
# Dump the details of the installed packates to a file for posterity
Expand Down
2 changes: 1 addition & 1 deletion conf/test_vep.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ params {
input = "${projectDir}/tests/samplesheets/samplesheet.csv"
fasta = 'https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/genomics/homo_sapiens/genome/genome.fasta'
intervals = 'https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/genomics/homo_sapiens/genome/genome.bed'
vep_cache = 'https://github.com/nf-core/test-datasets/raw/modules/data/genomics/homo_sapiens/genome/vep.tar.gz'
vep_cache = 'https://github.com/nf-core/test-datasets/raw/modules/data/genomics/homo_sapiens/genome/vep.tar.gz'
genome = 'GATK.GRCh38'
run_vep = true

Expand Down

0 comments on commit e3dea66

Please sign in to comment.