From 3be55f8cffd8c428d8c1e6718dc07a2c5921e36f Mon Sep 17 00:00:00 2001 From: Alex Kanitz <alexander.kanitz@unibas.ch> Date: Fri, 24 Jan 2020 15:22:41 +0100 Subject: [PATCH] Update README.md --- scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index 0548833..c5cf047 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -37,4 +37,4 @@ python labkey_api.py TEST_ABOERSCH RNA_Seq_data_template ``` Right now the script prints a representation of a `pandas` data frame containing the requested LabKey table the the screen. -For further processing the current script could be included in another script, or it could be modified to write out the data in a desired file format (e.g., TSV). \ No newline at end of file +For further processing the current script could be included in another script, or it could be modified to write out the data in a desired file format (e.g., TSV). -- GitLab