diff --git a/Snakefile b/Snakefile index 3ab4ef6..b1bf380 100644 --- a/Snakefile +++ b/Snakefile @@ -310,7 +310,7 @@ if config['its'] == True: conda: "envs/itsx.yaml" # TODO: Filter on specific list of organisms? # Only ITS2 region? - shell: "ITSx --cpu {threads} --preserve TRUE -i {input.fasta} -o {params.basename} > {params.dir}/{log}" + shell: "ITSx --cpu {threads} --preserve TRUE -i {input.fasta} -o {params.basename} 2> {log}" # Combine per sample files to a single project file rule mergefiles: