Skip to content

Commit

Permalink
Fix salmon vcf name
Browse files Browse the repository at this point in the history
  • Loading branch information
dglemos committed Sep 2, 2022
1 parent 1cca310 commit ab78711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Bio/EnsEMBL/Variation/DBSQL/vcf_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@
"assembly": "Ssal_v3.1",
"type": "remote",
"use_as_source" : 1,
"filename_template" : "https://ftp.ensembl.org/pub/data_files/salmo_salar/Ssal_v3.1/variation_genotype/Salmon_SNP_80_samples_freebayes_EBI_noINFO.vcf.gz",
"filename_template" : "https://ftp.ensembl.org/pub/data_files/salmo_salar/Ssal_v3.1/variation_genotype/Salmon_SNP_80_samples_freebayes_EBI_noINFO_remap.vcf.gz",
"chromosomes": [
"1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29"
]
Expand Down

0 comments on commit ab78711

Please sign in to comment.