From 66062bead7ea8d8f6090a6e39456a324258ced8e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 16 Jan 2024 14:20:29 +0800 Subject: [PATCH] add use method --- build_modeller.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_modeller.py b/build_modeller.py index 1b704c2..da8b2a1 100755 --- a/build_modeller.py +++ b/build_modeller.py @@ -112,4 +112,5 @@ if __name__ == "__main__": modeler.make_model() # test command -# python build_modellel.py -s ../5sws_fixer.pdb -o ./5swsmodellerfix -f ../rcsb_pdb_5SWS.fasta -n 1 -m refine.very_fast -c D \ No newline at end of file +# python build_modellel.py -s ../5sws_fixer.pdb -o ./5swsmodellerfix -f ../rcsb_pdb_5SWS.fasta -n 1 -m refine.very_fast -c D +# python build_modeller.py -s 1j8h.pdb -o ./1j8hmodellerfix -f ./1j8h_D.fasta -n 1 -m refine.very_fast -c D \ No newline at end of file