Skip to content

Commit

Permalink
docs: add hint about GNU parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Nov 13, 2023
1 parent adb2e8f commit 0f01b27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ corresponding to a subcommand:
.. literalinclude:: gemmi-help.txt
:language: console

Hint. To process multiple files in parallel, in multiple threads,
use a tool such as `GNU parallel <https://www.gnu.org/software/parallel/>`_::

$ find $PDB_DIR/structures/divided/mmCIF/ -name '*.cif.gz' | parallel gemmi grep _exptl.method

validate
========

Expand Down

0 comments on commit 0f01b27

Please sign in to comment.