Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Merge branch 'activeDev' of https://github.com/CCBR/Pipeliner into ac…
Browse files Browse the repository at this point in the history
…tiveDev

updating
  • Loading branch information
jlac committed Aug 24, 2018
2 parents 98b2e8b + dc3340f commit 1da27b4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Binary file removed PipelinerVer1.0_documentation.docx
Binary file not shown.
Binary file removed PipelinerVer1.0_documentation.pdf
Binary file not shown.
5 changes: 4 additions & 1 deletion Rules/InitialChIPseqQC.snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -748,17 +748,20 @@ rule multiqc:
expand(join(workpath,bam_dir,"{name}.bwa.Q5.duplic"), name=samples),
expand(join(workpath,"FQscreen","{name}.R1.trim_screen.txt"),name=samples),
expand(join(workpath,preseq_dir,"{name}.ccurve"), name=samples),
expand(join(workpath,bam_dir,"{name}.sorted.Q5DD.bam.flagstat"), name=samples),
expand(join(workpath,bam_dir,"{name}.sorted.Q5.bam.flagstat"), name=samples),
join(workpath,"QC"),
join(workpath,"rawQC"),
output:
join(workpath,"Reports","multiqc_report.html")
params:
rname="pl:multiqc",
multiqc=config['bin'][pfamily]['tool_versions']['MULTIQCVER'],
qcconfig=config['bin'][pfamily]['CONFMULTIQC'],
threads: 1
shell: """
module load {params.multiqc}
cd Reports && multiqc -f --interactive -e cutadapt -d ../
cd Reports && multiqc -f -c {params.qcconfig} --interactive -e cutadapt -d ../
"""


1 change: 1 addition & 0 deletions standard-bin.json
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@
"BOWTIE2VER": "bowtie/2-2.3.4",
"BWAVER": "bwa/0.7.17",
"CUTADAPTVER": "cutadapt/1.16",
"CONFMULTIQC": "/data/CCBR_Pipeliner/db/PipeDB/ChIPseq/multiqc_config.yaml",
"DEEPTOOLSVER": "deeptools/3.0.1",
"FASTQ_SCREEN": "/data/CCBR_Pipeliner/db/PipeDB/bin/fastq_screen_v0.9.3/fastq_screen",
"FASTQCVER": "fastqc/0.11.5",
Expand Down

0 comments on commit 1da27b4

Please sign in to comment.