You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`-n` – The name of the protein complex, can be protein ID or custom name.
69
-
`-p` – The predicted monomer tertiary structure file or files with ".pdb" suffix. For homodimer inter-chain distance prediction, one predicted monomer structure file is enough. For heterodimer inter-chain distance prediction, both chains' predicted monomer structure files are required and needed to seperate by one space (Check the detail in [Demo](#demo) section).
70
-
`-a` – Multiple sequence alignment (MSA) file in ".a3m" format. You can use your own or any third-party tool to generate MSA file, or you can follow the instruction in [ZComplexMSA](https://github.com/BioinfoMachineLearning/CDPred/tree/main/external_tool/ZComplexMSA) to install our custom MSA generation tool (Require large disk space and long time for dataset downloading).
71
-
`-m` – Model option for different type prediction. Use "homodimer" for homodimer inter-chain distance prediction. Use "heterodimer" for heterodimer inter-chain distance prediction.
72
-
`-o` – The custom output folder. It will be automaticly created if not exist.
68
+
>`-n` – The name of the protein complex, can be protein ID or custom name.
69
+
>`-p` – The predicted monomer tertiary structure file or files with ".pdb" suffix. For homodimer inter-chain distance prediction, one predicted monomer structure file is enough. For heterodimer inter-chain distance prediction, both chains' predicted monomer structure files are required and needed to seperate by one space (Check the detail in [Demo](#demo) section).
70
+
>`-a` – Multiple sequence alignment (MSA) file in ".a3m" format. You can use your own or any third-party tool to generate MSA file, or you can follow the instruction in [ZComplexMSA](https://github.com/BioinfoMachineLearning/CDPred/tree/main/external_tool/ZComplexMSA) to install our custom MSA generation tool (Require large disk space and long time for dataset downloading).
71
+
>`-m` – Model option for different type prediction. Use "homodimer" for homodimer inter-chain distance prediction. Use "heterodimer" for heterodimer inter-chain distance prediction.
72
+
>`-o` – The custom output folder. It will be automaticly created if not exist.
73
73
74
74
## Demo
75
75
### Examples to make predictions on prepared input data
@@ -130,12 +130,12 @@ The contents of each output file are as follows:
0 commit comments