Skip to content
Snippets Groups Projects
Commit 22251172 authored by Rachel  LEGENDRE's avatar Rachel LEGENDRE
Browse files

Update Snakefile

parent 98a3d9eb
No related branches found
No related tags found
No related merge requests found
......@@ -314,7 +314,7 @@ final_output = []
#----------------------------------
fastqc_input_fastq = input_data
fastqc_output_done = "00-Fastqc/{{SAMPLE}}{}_fastqc{}".format(rt1,config["input_extension"])
fastqc_output_done = "00-Fastqc/{{SAMPLE}}{}_fastqc.done".format(rt1)
fastqc_wkdir = "00-Fastqc"
fastqc_log = "00-Fastqc/logs/{{SAMPLE}}{}_fastqc_raw.log".format(rt1)
final_output.extend(expand(fastqc_output_done, SAMPLE=samples))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment