Skip to content

Commit

Permalink
adding mmul to config
Browse files Browse the repository at this point in the history
  • Loading branch information
kopardev authored Dec 5, 2022
1 parent 5d8a955 commit 6c63728
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ samplemanifest: "WORKDIR/samples.tsv"
# genome: "hg38"
# genome: "hg19"
genome: "mm10"
# genome: "mmul"


# setting below this line should be changed carefully... defaults are set after considerable optimizations.
Expand Down Expand Up @@ -75,6 +76,16 @@ mm10:
promoterbed: "PIPELINE_HOME/resources/frip/mm10.promoters.bed.gz"
enhancerbed: "PIPELINE_HOME/resources/frip/mm10.enhancers.bed.gz"

mmul:
indexdir: "/data/CCBR_Pipeliner/db/PipeDB/Indices/mmul_10/indexes"
blacklistFa: "PIPELINE_HOME/resources/blacklistFa/mmul.blacklist.fa.gz"
tssBed: "PIPELINE_HOME/resources/tssBed/mmul_tssbeds.tar.gz"
homermotif: "PIPELINE_HOME/resources/motif/HOCOMOCOv11_full_HUMAN_MOUSE_mono_homer_format_0.001.motif"
mememotif: "PIPELINE_HOME/resources/motif/HOCOMOCOv11_core_HUMAN_MOUSE_mono_meme_format.tar.gz"
effectiveGenomeSize: 2000000000
fripextra:
promoterbed: "PIPELINE_HOME/resources/frip/mmul.promoters.bed.gz"

# MACS2 arguments/parameters for peak calling
# annotatePeaks: True ensures annotation of called peaks using ChIPSeeker
# set annotatePeaks: False if genome cannot be annotated with ChIPSeeker
Expand All @@ -83,7 +94,7 @@ macs2:
extsize: 200
shiftsize: 100
annotatePeaks: True

l
# Genrich peak calling parameters
# CCBR parameters
genrich:
Expand Down

0 comments on commit 6c63728

Please sign in to comment.