Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Former-commit-id: cf694c4
  • Loading branch information
hjwilli authored Dec 5, 2018
1 parent 03ec3eb commit ef9394f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ To start PennAI, from the PennAI directory run the command `docker-compose up --
- Note: If `docker-compose up` was previously run but `docker-compose down` was not, when running `docker-compose up` again without flag `--force-recreate` the webserver will start but no experiments will be able to be run. Try stopping the containers, then run `docker-compose down` followed by `docker-compose up`, or use the `--force-recreate` flag when running `docker-compose up`. See issue [#52](https://github.com/EpistasisLab/pennai/issues/52).

### Adding Datasets ###
Labeled datasets for analyzing should be added to the `data/datasets/user` directory. Data can be placed in subfolders in this directory. PennAI must be restarted if new datasets are added while it is running. Datasets have the following restrictions:
Labeled datasets for analyzing should be added to the `data/datasets/user` directory. Data can be placed in subfolders in this directory. PennAI must be restarted if new datasets are added while it is running. If errors are encountered when validating a dataset, they will appear in a log file in `target/logs/loadInitialDatasets.log` and that dataset will not be uploaded. Datasets have the following restrictions:

* Datasets must have the extension .csv or .tsv
* Datasets can contain only numeric values and cannot have any null values
Expand Down

0 comments on commit ef9394f

Please sign in to comment.