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 5780365 commit 7cf4537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/conf.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func (c *Conf) Init(rootDir, versionTag string, optionalDatasetActive bool, outD

ensemblDir := rootDir + "ensembl"

exist, err = fileExists(confdir)
exist, err = fileExists(ensemblDir)

if err != nil {
panic("Error while checking file")
Expand Down

0 comments on commit 7cf4537

Please sign in to comment.