LANL-Bioinformatics / EDGE

EDGE is a highly adaptable bioinformatics platform that allows laboratories to quickly analyze and interpret genomic sequence data.
https://lanl-bioinformatics.github.io/EDGE/
GNU General Public License v3.0
73 stars 31 forks source link

Variable typos in index/edge_config.tmpl (dev) #24

Closed donutbrew closed 6 years ago

donutbrew commented 6 years ago

Some variables are inconsistent between index.html and edge_config.tmpl. Please see the following on line 104 of edge_config.tmpl --difference of a hyphen vs underscore:

r2g_consensus_min_cov=<TMPL_VAR NAME=edge-r2g-con-min_cov DEFAULT=5> to r2g_consensus_min_cov=<TMPL_VAR NAME=edge-r2g-con-min-cov DEFAULT=5>

There may be others like this. I'll keep a look out.

chienchi commented 6 years ago

Thanks! @donutbrew. The fixed has been pushed to commit ed9bad25566f3667b86684293b2c26ab37c8d8f8