commit b4041cdc71fd2d509316f80dd27fe05d0db987c0
Author: c.toffano-nioche <c.toffano-nioche@node29.example.org>
Date:   Wed Feb 21 16:44:46 2024 +0100

    cores=1 (qsub -I)

diff --git a/exercise0/Snakefile b/exercise0/Snakefile
index d3d6d3d..9dc30cb 100644
--- a/exercise0/Snakefile
+++ b/exercise0/Snakefile
@@ -1,4 +1,4 @@
-samples=["P10415", "P01308"]
+samples=["P01325", "P01308"]
 
 rule targets:
     input:
diff --git a/exercise0/readme_runSnake.txt b/exercise0/readme_runSnake.txt
index 7a95619..1bc8768 100644
--- a/exercise0/readme_runSnake.txt
+++ b/exercise0/readme_runSnake.txt
@@ -5,4 +5,4 @@ module load snakemake/snakemake-8.4.6
 module load nodes/mafft-7.475
 
 - executer le programme:
-snakemake --cores 4 
+snakemake --cores 1 
