From e73485b0ed8132bd4b0a4ca888cba49c7a6918d0 Mon Sep 17 00:00:00 2001 From: acanakoglu Date: Mon, 30 Jul 2018 18:51:05 +0200 Subject: [PATCH] updated the readme files --- README.md | 6 +++--- src/main/scala/it/polimi/genomics/metadata/README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0d04613f..462fb60a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Metadata Manager [![Build Status](https://travis-ci.org/DEIB-GECO/Metadata-Manager.svg?branch=master)](https://travis-ci.org/DEIB-GECO/GMQL-Importer) +# Metadata Manager [![Build Status](https://travis-ci.org/DEIB-GECO/Metadata-Manager.svg?branch=master)](https://travis-ci.org/DEIB-GECO/Metadata-Manager) @@ -6,12 +6,12 @@ Metadata-Manager is a tool that integrates and enriches the heterogenous biologi ## Usage -The configuration and usage manuals are available in the [wiki](https://github.com/DEIB-GECO/Metadata-Manager/wiki) pages of the project. +The configuration and usage manuals are available in the [wiki](./wiki) pages of the project. ## Repository Structure There are two main folders for the project. -- `src`: contains the source code of the project; the structure definition is available at this [link](https://github.com/DEIB-GECO/Metadata-Manager/tree/master/src/main/scala/it/polimi/genomics/metadata). +- `src`: contains the source code of the project; the structure definition is available at this [link](./src/main/scala/it/polimi/genomics/metadata). - `Example`: contains test configuration files needed to run the framework in multiple testing scenarios. diff --git a/src/main/scala/it/polimi/genomics/metadata/README.md b/src/main/scala/it/polimi/genomics/metadata/README.md index 19708ab7..145066e8 100644 --- a/src/main/scala/it/polimi/genomics/metadata/README.md +++ b/src/main/scala/it/polimi/genomics/metadata/README.md @@ -1,4 +1,4 @@ -# Source code package +# Source Code Structure * [database](./database) contains a module that records and manages the status of the files for each level, tracks the history of the previous execution of the system.