pjotrp / biogems.info

Tools for keeping track of biogems. Moved to https://git.thebird.nl/free/biogems.info
http://biogems.info/
13 stars 13 forks source link

Refactor/rakefile #43

Closed michaelbarton closed 11 years ago

michaelbarton commented 11 years ago

I've tried to refactor the build process a little bit. The list-bio method is very large. I think this will need to be refactored down into smaller methods otherwise it could become quite difficult to maintain.

pjotrp commented 11 years ago

OK. Merged.

Need to add tasks for the individual file generation. Also the --test switch does no longer work.

pjotrp commented 11 years ago

A Rakefile is OK - but I want to keep the scripts independent too - and write output to STDOUT(!) The latter does not play well with Rake - at least when combining tasks. Basically I'll allow Rake for documenting the steps.

michaelbarton commented 11 years ago

If this idea is not very useful just discarded it. It was just an idea of how a rakefile might be used.

pjotrp commented 11 years ago

I'll take it on and adapt it ;)