From a2dad902b10114958dfd8278e6d33496cd8c16ff Mon Sep 17 00:00:00 2001 From: schne <leo.schneider@ecl19.ec-lyon.fr> Date: Tue, 16 Jan 2024 16:10:54 +0100 Subject: [PATCH] decoys and sequence comparison --- .idea/misc.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.idea/misc.xml b/.idea/misc.xml index 1fdee86..1b5f6f7 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> + <component name="Black"> + <option name="sdkName" value="Python 3.9 (LC-MS-RT-prediction)" /> + </component> <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9 (LC-MS-RT-prediction)" project-jdk-type="Python SDK" /> </project> \ No newline at end of file -- GitLab