Skip to content
Snippets Groups Projects
Commit 230e36fd authored by Amina Alioua's avatar Amina Alioua
Browse files

Update code:

	-clean Snakefile
parent 56df4b38
No related branches found
No related tags found
No related merge requests found
...@@ -764,7 +764,7 @@ if len(all_peak_caller.keys()) >= 1: ...@@ -764,7 +764,7 @@ if len(all_peak_caller.keys()) >= 1:
merge_peakcaller_logerr = os.path.join(analysis_dir,"13-MergePeaks/logs/{SAMPLE}_mergePeaks_{FORM}.err") merge_peakcaller_logerr = os.path.join(analysis_dir,"13-MergePeaks/logs/{SAMPLE}_mergePeaks_{FORM}.err")
merge_peakcaller_all = os.path.join(analysis_dir,"13-MergePeaks/concat/{SAMPLE}_all_{FORM}.bed") merge_peakcaller_all = os.path.join(analysis_dir,"13-MergePeaks/concat/{SAMPLE}_all_{FORM}.bed")
# To recheck for the columns ! # To recheck for the columns ?
merge_peakcaller_options = "-c 4,5,6,7,8,9,10 -o collapse,max,collapse,mean,mean,mean,max" merge_peakcaller_options = "-c 4,5,6,7,8,9,10 -o collapse,max,collapse,mean,mean,mean,max"
# Default mode for now (genrich and lanceotron by default) # Default mode for now (genrich and lanceotron by default)
mod = 'narrow' mod = 'narrow'
...@@ -772,8 +772,6 @@ if len(all_peak_caller.keys()) >= 1: ...@@ -772,8 +772,6 @@ if len(all_peak_caller.keys()) >= 1:
include: os.path.join(RULES, "merge_peakcaller.rules") include: os.path.join(RULES, "merge_peakcaller.rules")
final_output.extend(expand(merge_peakcaller_output,SAMPLE=ALL_IP_PC,FORM=mod)) final_output.extend(expand(merge_peakcaller_output,SAMPLE=ALL_IP_PC,FORM=mod))
FORMAT = [all_peak_caller[peak_caller][1] for peak_caller in all_peak_caller.keys()]
#---------------------------------- #----------------------------------
# Run differential analysis # Run differential analysis
#---------------------------------- #----------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment