X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bin%2Ffunction2gene;fp=bin%2Ffunction2gene;h=a89207267a9d19473d37fa243f9feacc211e5905;hb=029f32c46252899b050634e52c46a0e15505bc47;hp=b6810e2be8c8ed4eab05cedd73ca50b99e3d6719;hpb=b09fb9f692a51f9f0e6451a32cf4b869566dbec8;p=function2gene.git diff --git a/bin/function2gene b/bin/function2gene index b6810e2..a892072 100755 --- a/bin/function2gene +++ b/bin/function2gene @@ -130,7 +130,7 @@ $ERRORS.="restart-at must be one of get, parse or combine\n" if $ERRORS.="unknown database(s)" if @{$options{databases}} and - grep {$_ !~ /^(?:ncbi|genecard|harvester)$/i} @{$options{databases}}; + grep {$_ !~ /^(?:ncbi|genecard|harvester|ensembl)$/i} @{$options{databases}}; if (not length $options{results}) { $ERRORS.="results directory not specified"; @@ -142,7 +142,7 @@ elsif (not -d $options{results} or not -w $options{results}) { pod2usage($ERRORS) if length $ERRORS; if (not @{$options{databases}}) { - $options{databases} = [qw(ncbi genecard harvester)] + $options{databases} = [qw(ncbi genecard harvester ensembl)] } $DEBUG = $options{debug};