Skip to content

Commit

Permalink
fix samplesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Apr 9, 2024
1 parent b60183a commit 6fe2e54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion snakePipes/shared/rules/DESeq2.singleComp.snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ rule DESeq2:
benchmark:
"{}/.benchmark/DESeq2.featureCounts.benchmark".format(get_outdir("DESeq2",sampleSheet))
params:
script=os.path.join(maindir, "shared", "rscripts", "DESeq2.R"),
script = os.path.join(maindir, "shared", "rscripts", "DESeq2.R"),
sampleSheet = lambda wildcards,input: input.sampleSheet,
outdir = get_outdir("DESeq2",sampleSheet),
fdr = fdr,
importfunc = os.path.join(maindir, "shared", "rscripts", "DE_functions.R"),
Expand Down

0 comments on commit 6fe2e54

Please sign in to comment.