DannyArends / CTLmapping

Correlated Trait Locus (CTL) mapping
http://www.mapctl.org
GNU General Public License v3.0
5 stars 4 forks source link

Use command line switch rather than ENV set QTLHD=c:/github/qtlHD/src/D #11

Closed pjotrp closed 11 years ago

pjotrp commented 12 years ago

Environment variables don't scale in build systems. Use a command line parameter, example in qtlHD Rakefile.

DannyArends commented 12 years ago

Can we have both ?

pjotrp commented 12 years ago

Using sane defaults is the trick. Avoid setting context, where possible. I don't see why we can't have defaults here.

DannyArends commented 11 years ago

You can now build using a commandline switch to set the QTLHD directory:

make test_qtab QTLHD=<path/to/qtlHD/src/D>