CCBR / CARLISLE

Cut And Run Analysis Pipeline
https://ccbr.github.io/CARLISLE/
MIT License
4 stars 4 forks source link

Motif Enrichment #19

Closed kopardev closed 1 year ago

kopardev commented 1 year ago
kopardev commented 1 year ago

Check out https://github.com/CCBR/ASAP/blob/master/workflow/scripts/ccbr_atac_motif_enrichment.bash

slsevilla commented 1 year ago

Hsien Chao’s chipseq pipeline code: https://github.com/CCRGeneticsBranch/khanlab_pipeline/blob/master/rules/pipeline.chipseq.smk

Rules needed for annotation of carlisle output files

localrule prepareSummit is NOT needed. It is used to remove blacklist or unused chromosomes, which is done in upstream steps of carlisle pipeline.

Probably it is easier to code separately for macs2 output and seacr output from carlisle pipeline.

slsevilla commented 1 year ago

rule peakAnnotation implemented - split into macs2 and seacar/gopeaks

slsevilla commented 1 year ago

rule rose and localrule prepareRoseSummit merged - complete for macs2

slsevilla commented 1 year ago

all rules are preliminary added - waiting for Yue to provide reference files and script files needed to complete motif analysis

https://github.com/CCRGeneticsBranch/khanlab_pipeline/blob/master/rules/pipeline.chipseq.smk https://github.com/CCRGeneticsBranch/khanlab_pipeline/blob/master/config/chipseq.yml

slsevilla commented 1 year ago

Test run in progress- all annotation files have been added

slsevilla commented 1 year ago

Update ROSE to v1.3.1 - Biowulf has added module

slsevilla commented 1 year ago

Updated code to rose expected output. running test with samples now Dry-run was successful .... submitting jobs to job-scheduler Running... 56996459

slsevilla commented 1 year ago

rule successfully implemented in pipeline