From b8771541976f61d3acf5094f121a31e8be822bfb Mon Sep 17 00:00:00 2001 From: Uri Laserson Date: Tue, 18 Jan 2011 12:04:51 -0500 Subject: Added formula for unafold unafold is an extremely popular tool for computing secondary structures of nucleic acids, and it's a standard part of the bioinformatics repertoire. Signed-off-by: Adam Vandenberg --- Library/Formula/unafold.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Library/Formula/unafold.rb (limited to 'Library') diff --git a/Library/Formula/unafold.rb b/Library/Formula/unafold.rb new file mode 100644 index 000000000..75dea4098 --- /dev/null +++ b/Library/Formula/unafold.rb @@ -0,0 +1,17 @@ +require 'formula' + +class Unafold