Skip to content

Commit

Permalink
Fix install.sh: download unzipped ref index files (#485)
Browse files Browse the repository at this point in the history
* Fix install.sh: download unzipped ref index files

* bump version v6.1.0 to v6.1.1
  • Loading branch information
dennishendriksen authored Oct 7, 2023
1 parent 4c0197b commit b6dbb25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/nxf.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
env {
VIP_VERSION = "6.1.0"
VIP_VERSION = "6.1.1"

TMPDIR = "\${TMPDIR:-\${NXF_TEMP:-\$(mktemp -d)}}"
APPTAINER_BIND = "${APPTAINER_BIND}"
Expand Down
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ download_resources_molgenis() {
files+=("GRCh37/hg19.100way.phyloP100way.bed.gz")
files+=("GRCh37/hg19.100way.phyloP100way.bed.gz.tbi")
files+=("GRCh37/human_g1k_v37.dict")
files+=("GRCh37/human_g1k_v37.fasta.fai")
files+=("GRCh37/human_g1k_v37.fasta.gz")
files+=("GRCh37/human_g1k_v37.fasta.gz.fai")
files+=("GRCh37/human_g1k_v37.fasta.gz.gzi")
Expand All @@ -87,6 +88,7 @@ download_resources_molgenis() {
files+=("GRCh38/expansionhunter_variant_catalog.json")
files+=("GRCh38/variant_catalog_grch38_fixed.json")
files+=("GRCh38/GCA_000001405.15_GRCh38_no_alt_analysis_set.dict")
files+=("GRCh38/GCA_000001405.15_GRCh38_no_alt_analysis_set.fna.fai")
files+=("GRCh38/GCA_000001405.15_GRCh38_no_alt_analysis_set.fna.gz")
files+=("GRCh38/GCA_000001405.15_GRCh38_no_alt_analysis_set.fna.gz.fai")
files+=("GRCh38/GCA_000001405.15_GRCh38_no_alt_analysis_set.fna.gz.gzi")
Expand Down

0 comments on commit b6dbb25

Please sign in to comment.