Skip to content

Commit

Permalink
updated the readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
acanakoglu committed Jul 30, 2018
1 parent 5cfd999 commit e73485b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# 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)



Metadata-Manager is a tool that integrates and enriches the heterogenous biological and clinical data sources and it is used within [GeCo](http://www.bioinformatics.deib.polimi.it/geco/?home) (Data Driven Genomic Computing) projects to manage metadata in several configurable modes.


## 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.
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/it/polimi/genomics/metadata/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit e73485b

Please sign in to comment.