Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
agbeltran committed Mar 14, 2017
2 parents f8b5691 + 07a297f commit 5a1540a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
This repository contains the output of [bioCADDIE WG3 Descriptive Metadata for Datasets](https://biocaddie.org/group/working-group/working-group-3-descriptive-metadata-datasets)., defining the DatA Tag Suite (DATs) model.
The presentations and notes from the WG3 activities can be found at [this website](https://biocaddie.org/workgroup-3-group-links). This repository contains the different versions of the DATS specification.

The (work in progress) documentation about DATS can be found at [readthedocs](http://wg3-metadataspecifications.readthedocs.io).

The material in this repository is distributed under [CC BY-SA 3.0](http://creativecommons.org/licenses/by-sa/3.0/) license.

## Version 2.1 - [![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.62024.svg)](http://dx.doi.org/10.5281/zenodo.62024)
Expand Down Expand Up @@ -40,7 +42,7 @@ To execute the code, it is recommended to use a virtual environment, following t

1. If not already installed in your system, first install the virtual environment via `pip`:
`pip install virtualenv`
2. Create a virtual environament:
2. Create a virtual environment:
`virtualenv venv`
3. Then, activate the virtual environment:
`source venv/bin/activate`
Expand Down

0 comments on commit 5a1540a

Please sign in to comment.