Skip to content

Commit

Permalink
Update singularity.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Feb 2, 2022
1 parent f94d0f9 commit b3f06c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions singularity.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The singularity container wraps all of the MOFid software into a single package.

As a command line tool:

```{bash}
```bash
# Analyzing a single MOF crystal structure
./mofid.sif file path_to_mof.cif
# alternatively: singularity run mofid.sif file path_to_mof.cif
Expand All @@ -25,7 +25,7 @@ As a command line tool:

Or, as part of a Python script:

```{python}
```python
import json
import sys

Expand Down

0 comments on commit b3f06c2

Please sign in to comment.