We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If you use package managers, you can install RASPA2 with:
pip install RASPA2
If you're unfamiliar with pip or package managers, read through the For New Coders section.
Once installed, you have two command line tools: simulate and raspa-dir. Type simulate --help for more.
simulate
raspa-dir
simulate --help
You can also import RASPA2 into a Python script with import RASPA2. This simplifies job management and parallelization, especially at large scales.
import RASPA2