From 7d89a131a4c50834a00292f4438ea43479b0212f Mon Sep 17 00:00:00 2001 From: Huabin Zhou <huabin.zhou@utsouthwestern.edu> Date: Tue, 13 Aug 2024 16:07:44 -0500 Subject: [PATCH] update README.md --- .idea/misc.xml | 3 +++ README.md | 19 ++++++++++++++----- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 582a97a..309fdff 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="$USER_HOME$/anaconda3" /> + </component> <component name="ProjectRootManager" version="2" project-jdk-name="$USER_HOME$/anaconda3" project-jdk-type="Python SDK" /> </project> \ No newline at end of file diff --git a/README.md b/README.md index 446e90a..2bcb5cc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# Context Awared Template maCHING (CATCHing) for subtomogram averaging +# Context Awared Template Matching (CATM) for Cryo-ET subtomogram averaging -# Caching version 0.1 -[](https://zenodo.org/badge/latestdoi/222662248) +# CATM version 0.1 +[](https://zenodo.org/badge/latestdoi/) ## # Introduction This software is designed for the using @@ -12,7 +12,12 @@ python version at least 3.5 is required. If you download the package as a zip fi 1. Creat a new vitual enviroment (optional) ``` -conda create -n catching python +conda create -n CATM python +``` +2. Download the package from gitlab and change directory to the CATM folder +``` +git clone https://git.biohpc.swmed.edu/s194231/cryo-catm.git +cd cryo-catm ``` 2. Install the package @@ -22,8 +27,12 @@ pip install . ``` 3. Test the installation + ``` -catching_test +cd test + +CATM + ``` -- GitLab