Update example.rst

pull/95/head
Meng Li 2020-08-05 09:47:29 -04:00
parent 29450124f4
commit d6adba337b
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ This is a quick guide for creating and running a simple pipeline to analysis an
#. Run the following command to restore database from ``rapids_example.sql`` file.
::
sankemake -j1 restore_sql_file
@ -30,5 +31,6 @@ This is a quick guide for creating and running a simple pipeline to analysis an
snakemake -j1 --profile example_profile
- Execute over multiple cores (here, we use 8 cores)::
snakemake -j8 --profile example_profile