Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
QDcvd committed May 28, 2021
1 parent a670691 commit 46f2b5a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@

(所需文件如上)

# 1、进行序列比对(用于获取xxx-mult.ali文件)
# 使用方法
## 1、进行序列比对(用于获取xxx-mult.ali文件)
获取以上文件之后,我们需要进行序列比对。这是进行多模板拼接的必要前提。多模板拼接需要有xxx-mult.ali文件等一系列有效的pdb文件。

首先我们先编写csv文件,用于作为compareScripts4_0.py脚本文件的输入。
Expand Down Expand Up @@ -201,7 +202,7 @@ UnboundLocalError: local variable 'initial' referenced before assignment

接下来进入多模板拼接

# 2、进行多模板拼接(用于获取xxx.B99990001pdb文件)
## 2、进行多模板拼接(用于获取xxx.B99990001pdb文件)



Expand Down Expand Up @@ -258,7 +259,7 @@ python model_mult.py [*-mult0.ali文件名] [*.ali文件名] [pdb文件数量] [

看到这里,表明我们多模板拼接已经完成。

# 3、拿出pdb文件,并检查
## 3、拿出pdb文件,并检查
运行完成后,此时我们的文件夹应该是这样的:

![image](https://user-images.githubusercontent.com/54057111/117901725-8d7aba80-b2fe-11eb-8af5-b916e025234d.png)
Expand Down

0 comments on commit 46f2b5a

Please sign in to comment.