From ac0fc818724ebffae03a847640648e09fad3be84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20Brandst=C3=A4tter-M=C3=BCller?= Date: Thu, 4 Apr 2013 23:21:50 +0300 Subject: [PATCH] Update and rename readme.txt to readme.md Changed readme to markdown, added a bit more information and made the "homepage" a proper link --- readme.md | 7 +++++++ readme.txt | 5 ----- 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 readme.md delete mode 100644 readme.txt diff --git a/readme.md b/readme.md new file mode 100644 index 0000000000..8b0089fcff --- /dev/null +++ b/readme.md @@ -0,0 +1,7 @@ +# Welcome to BioJava v.3 + +BioJava is an open-source project dedicated to providing a Java framework for **processing biological data**. It provides analytical and statistical routines, parsers for common file formats and allows the manipulation of sequences and 3D structures. The goal of the biojava project is to facilitate rapid application development for bioinformatics. + +BioJava is licensed under LGPL 2.1. + +Please visit our [homepage](http://www.biojava.org/). diff --git a/readme.txt b/readme.txt deleted file mode 100644 index cb5cd2950a..0000000000 --- a/readme.txt +++ /dev/null @@ -1,5 +0,0 @@ -Welcome to BioJava v.3 - -BioJava is an open-source project dedicated to providing a Java framework for processing biological data. Please visit our homepage: - -http://www.biojava.org/ \ No newline at end of file