Skip to content

Commit

Permalink
download ensembl paths
Browse files Browse the repository at this point in the history
  • Loading branch information
tamerh committed Oct 14, 2019
1 parent 7cf4537 commit 459900c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/conf.go
Expand Up @@ -92,9 +92,9 @@ func (c *Conf) Init(rootDir, versionTag string, optionalDatasetActive bool, outD

if !exist {
log.Println("Downloading ensembl path files.")
err := os.Mkdir("conf", 0700)
err := os.Mkdir("ensembl", 0700)
if err != nil {
panic("Error while creating conf directory")
panic("Error while creating ensembl directory")
}

downloadFile(c.githubRawPath+"/ensembl/ensembl.paths.json", filepath.FromSlash(ensemblDir+"/ensembl.paths.json"))
Expand Down

0 comments on commit 459900c

Please sign in to comment.