案例分析,100w大环内酯结构的分析与同步命令

This commit is contained in:
mm644706215
2025-03-19 22:22:59 +08:00
parent 2cf856c51b
commit 2b14fef784
4 changed files with 31 additions and 0 deletions

10
analyse/sync_cmd.md Normal file
View File

@@ -0,0 +1,10 @@
```shell
cd /vol2/1000/project/SIME/docker
# rm -rf LIBRARIES/
docker cp smi_mol:/app/SIME/LIBRARIES ./LIBRARIES
cd <project>
rsync -avz --progress -e 'ssh -p 52022' lingyuzeng@workspace.jmsu.top:/vol2/1000/project/SIME/docker/LIBRARIES ./
```