From 9354c0b19f9f14c538bb91b4251cf673a3564286 Mon Sep 17 00:00:00 2001 From: Brian Osborne Date: Sat, 20 Jun 2015 18:37:45 -0400 Subject: [PATCH] Correct 'directory' section --- README.md | 6 ++++-- deobfuscator/README | 2 -- 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 deobfuscator/README diff --git a/README.md b/README.md index bbdec19df..676a4ba7d 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,11 @@ The BioPerl directory structure is organized as follows: * **`Bio/`** - BioPerl modules -* **`doc/`** - Documentation utilities +* **`deobfuscator/`** - Code for tracing OOP relationships * **`examples/`** - Scripts demonstrating the many uses of BioPerl -* **`ide/`** - files for developing BioPerl using an IDE +* **`ide/`** - Files for developing BioPerl using an IDE * **`maintenance/`** - BioPerl housekeeping scripts @@ -56,6 +56,8 @@ The BioPerl directory structure is organized as follows: * **`t/data/`** - Data files used for the tests, provides good example data +* **`travis_scripts/`** - script to customize Travis + # Documentation For documentation on BioPerl see the **HOWTO** documents online at http://www.bioperl.org/wiki/HOWTOs. diff --git a/deobfuscator/README b/deobfuscator/README deleted file mode 100644 index c5103d8f3..000000000 --- a/deobfuscator/README +++ /dev/null @@ -1,2 +0,0 @@ -For HOWTOs, tutorials, and module documentation please see the -BioPerl Wiki at http://bioperl.org. -- 2.11.4.GIT