Skip to content

Commit a54561f

Browse files
author
Judith Neukamm
authored
Update README.md
1 parent fd95756 commit a54561f

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
# mitoBenchDataValidator
1+
# DataValidator
2+
3+
This tool validates the data before uploading to the mitoBench database.
4+
It checks, if
5+
- all mandatory fields are set
6+
- all values are in correct format
7+
- number of sequences and meta information are equal
8+
9+
The glossary contains a definition for each attribute:
10+
https://docs.google.com/spreadsheets/d/18BsU3wdWvpE5emqy7TUBUO5Si-m-X368D1b-E4s_n5g/edit?usp=sharing
11+
12+
13+
**How to run:**
14+
15+
*java -jar mitoBenchDataValidator.jar -i metaInfo.csv -f sequences.fasta*
16+
17+
**Output:**
18+
19+
Report as text file. This report tells you if data can be uploaded ot not.

0 commit comments

Comments
 (0)