Closed kopardev closed 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.
rule peakAnnotation implemented - split into macs2 and seacar/gopeaks
rule rose and localrule prepareRoseSummit merged - complete for macs2
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
Test run in progress- all annotation files have been added
Update ROSE to v1.3.1 - Biowulf has added module
Updated code to rose expected output. running test with samples now Dry-run was successful .... submitting jobs to job-scheduler Running... 56996459
rule successfully implemented in pipeline