From 7cfe4bd4ecd3411bba1a0f9da9c0ae0fb7ced9a9 Mon Sep 17 00:00:00 2001 From: Kai Hakala Date: Wed, 29 May 2019 16:45:04 +0300 Subject: [PATCH] Fixed documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3df4eb3..4533f86 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Making predictions with the neural model ---------------------------------------- cd neural + python3 predict_new.py ./features_only/ ./data/devel_sequences.fasta.gz ./data/examples.json.gz ./devel_predictions.tsv.gz This will use the trained model from ./features_only/ directory and make predictions for the target sequences. The input fasta file should not contain linebreaks within the sequences. examples.json.gz contains the pre-generated features. The last parameter is the output path.