From 5032f1af9703c25887da62d57c13cd06c5ac371a Mon Sep 17 00:00:00 2001
From: Daniel Guderian <dguderian@km3net.de>
Date: Thu, 21 Jan 2021 18:44:58 +0100
Subject: [PATCH] Update tools.rst

---
 docs/tools.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/tools.rst b/docs/tools.rst
index 3a50dc0..e49e170 100644
--- a/docs/tools.rst
+++ b/docs/tools.rst
@@ -10,6 +10,8 @@ Make_data_split
 
 Create datasets for different tasks (like classification or regression) from the files resulting from OrcaSong, based on the run_id. This is particularly helpful for a run-by-run data analysis or to generate equally large datasets per class. A toml config is used, in which the directories and ranges of runs to be considered can be specified, as well as the subdivision into training and validation sets. Detailed descriptions for the options available can be found in the example config in the subfolder make_data_split_configs. As output, a list in txt format with the filepaths belonging to one set is created that can be passed to the concatenate for creating one single file out of the many. 
 
+In fact, with the option make_qsub_bash_files, scripts for the concatenation and shuffle, to be directly submitted on computing clusters, are created.
+
 Can be used via the commandline::
 
     orcasong/tools/make_data_split.py config.toml
-- 
GitLab