Skip to content

Commit

Permalink
copy lib files too
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaMolod committed Oct 11, 2024
1 parent b6dde13 commit 0691d4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ Executing the command above will perform submit the following jobs to the cluste

![Snakemake rulegraph](manuals/dag.png)

For using CCP4 programs to extend generated statistics, please follow these instructions:
For using CCP4 programs to further enrich generated statistics, please follow these instructions:
```bash
singularity pull docker://kosinskilab/fold_analysis:latest
singularity build --sandbox <writable_image_dir> fold_analysis.sif
Expand All @@ -374,6 +374,7 @@ cd <writable_image_dir>/tmp
tar xvzf ccp4-9.0.003-linux64.tar.gz
cd ccp4-9
cp bin/pisa bin/sc /software/
cp /lib/* /software/lib64/

singularity build <new_image.sif> <writable_image_dir>
```
Expand Down

0 comments on commit 0691d4d

Please sign in to comment.