Skip to content

Commit

Permalink
csaw multicomp
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Dec 1, 2023
1 parent 535e620 commit 7ddc483
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions snakePipes/shared/rules/CSAW.multiComp.snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,11 @@ rule CSAW_report:
pipeline=pipeline,
fdr=fdr,
lfc=absBestLFC,
outdir=os.path.join(outdir, "{}".format(get_outdir(peakCaller,os.path.splitext(os.path.basename(str(sampleSheet)))[0]+".{compGroup}.tsv")),
outdir=os.path.join(outdir, "{}".format(get_outdir(peakCaller,os.path.splitext(os.path.basename(str(sampleSheet)))[0]+".{compGroup}.tsv"))),
sampleSheet=sampleSheet,
useSpikeInForNorm = useSpikeInForNorm
log:
out = os.path.join(outdir, "{}/logs/report.out".format(get_outdir(peakCaller,os.path.splitext(os.path.basename(str(sampleSheet)))[0]+".{compGroup}.tsv")),
err = os.path.join(outdir, "{}/logs/report.err".format(get_outdir(peakCaller,os.path.splitext(os.path.basename(str(sampleSheet)))[0]+".{compGroup}.tsv"))
out = os.path.join(outdir, "{}/logs/report.out".format(get_outdir(peakCaller,os.path.splitext(os.path.basename(str(sampleSheet)))[0]+".{compGroup}.tsv"))),
err = os.path.join(outdir, "{}/logs/report.err".format(get_outdir(peakCaller,os.path.splitext(os.path.basename(str(sampleSheet)))[0]+".{compGroup}.tsv")))
conda: CONDA_ATAC_ENV
script: "../rscripts/CSAW_report.Rmd"

0 comments on commit 7ddc483

Please sign in to comment.