From 45389ef219647579ddf62bfd1de1c7322ead43e2 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Mon, 15 May 2023 23:51:20 +0300 Subject: update docstring --- wqflask/scripts/textfiles_generator.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'wqflask/scripts') diff --git a/wqflask/scripts/textfiles_generator.py b/wqflask/scripts/textfiles_generator.py index b7c94eb0..aa8f1647 100644 --- a/wqflask/scripts/textfiles_generator.py +++ b/wqflask/scripts/textfiles_generator.py @@ -11,6 +11,7 @@ import lmdb import os + """ *script generate both metadata and probeset textfiles *manually commonly used datasets @@ -28,12 +29,14 @@ flags: -- textfile to generate the probeset strain data +# set the TMPDIR for example +export TMPDIR = "/tmp/gn2" # example python3 - python3 meta_data_script.py "mysql://kabui:1234@localhost/db_webqtl" /tmp --textfile - python3 meta_data_script.py "mysql://kabui:1234@localhost/db_webqtl" /tmp --metadata + python3 meta_data_script.py "mysql://kabui:1234@localhost/db_webqtl" $TMPDIR --textfile + python3 meta_data_script.py "mysql://kabui:1234@localhost/db_webqtl" $TMPDIR --metadata -python3 meta_data_script.py "mysql://kabui:1234@localhost/db_webqtl" /tmp --metadata --textfile +python3 meta_data_script.py "mysql://kabui:1234@localhost/db_webqtl" $TMPDIR --metadata --textfile """ -- cgit v1.2.3