Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CATM
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Rosen Lab 🔬
CATM
Commits
7d89a131
Commit
7d89a131
authored
9 months ago
by
Huabin Zhou
Browse files
Options
Downloads
Patches
Plain Diff
update README.md
parent
8be4ccc5
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.idea/misc.xml
+3
-0
3 additions, 0 deletions
.idea/misc.xml
README.md
+14
-5
14 additions, 5 deletions
README.md
with
17 additions
and
5 deletions
.idea/misc.xml
+
3
−
0
View file @
7d89a131
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<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"
/>
<component
name=
"ProjectRootManager"
version=
"2"
project-jdk-name=
"$USER_HOME$/anaconda3"
project-jdk-type=
"Python SDK"
/>
</project>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
README.md
+
14
−
5
View file @
7d89a131
# Context Awared Template
maCHING (CATCHing) for
subtomogram averaging
# Context Awared Template
Matching (CATM) for Cryo-ET
subtomogram averaging
# C
aching
version 0.1
# C
ATM
version 0.1
[

](https://zenodo.org/badge/latestdoi/
222662248
)
[

](https://zenodo.org/badge/latestdoi/)
##
##
# Introduction
# Introduction
This software is designed for the using
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
...
@@ -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)
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
2.
Install the package
...
@@ -22,8 +27,12 @@ pip install .
...
@@ -22,8 +27,12 @@ pip install .
```
```
3.
Test the installation
3.
Test the installation
```
```
catching_test
cd test
CATM
```
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment