We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd95756 commit a54561fCopy full SHA for a54561f
1 file changed
README.md
@@ -1 +1,19 @@
1
-# mitoBenchDataValidator
+# 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