diff --git a/dputhier/Makefile b/dputhier/Makefile index 83727ad9257d92abbf12b2ae7908b03e3d70e2e3..41042603936543c0704535a9658007f8712a9e12 100644 --- a/dputhier/Makefile +++ b/dputhier/Makefile @@ -34,5 +34,3 @@ rulegraph: queue: @squeue -u $$USER - - diff --git a/dputhier/Snakefile b/dputhier/Snakefile index 4541c148c3add00b19f28ddd190cec89eaa3731f..92dbe671a39447fe0d133cfbf0ac6672849c8b17 100644 --- a/dputhier/Snakefile +++ b/dputhier/Snakefile @@ -24,10 +24,6 @@ SAMPLE = sorted(SAMPLE) #SAMPLE = SAMPLE[:10] -#toto = expand("trimmomatic/{smp}_R1.fq.gz", smp=SAMPLE) -#print(toto) -#sys.exit() - rule final: input: expand("fastqc/{smp}_R1_fastqc.zip", smp=SAMPLE) , \ expand("trimmomatic/{smp}_R1.fq.gz", smp=SAMPLE) , \