From d6adba337bced033ded0872fc63a3698fea7f84b Mon Sep 17 00:00:00 2001 From: Meng Li <34143965+Meng6@users.noreply.github.com> Date: Wed, 5 Aug 2020 09:47:29 -0400 Subject: [PATCH] Update example.rst --- docs/usage/example.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/usage/example.rst b/docs/usage/example.rst index ed686c49..25882416 100644 --- a/docs/usage/example.rst +++ b/docs/usage/example.rst @@ -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