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

Commit

Permalink
merging json files
Browse files Browse the repository at this point in the history
  • Loading branch information
tovahmarkowitz committed Nov 1, 2018
2 parents e14d71a + 687ceba commit 68d45f1
Show file tree
Hide file tree
Showing 9 changed files with 864 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Rules/ChIPseq.snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pipehome = config['project']['pipehome']

print(pipehome)

include: join(pipehome, "Rules", "InitialChIPseqQC.snakefile")
#include: join(pipehome, "Rules", "InitialChIPseqQC.snakefile")

bam_suffix = '.sorted.bam'
#####################
Expand Down
2 changes: 1 addition & 1 deletion Rules/gatk.splitncigarreads.rl
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ rule gatk_splitcigar:
input: "{x}.dedup_unsplit.bam"
output: temp("{x}.dedup.bam")
params: gatk=config['bin'][pfamily]['GATK'],genome=config['references'][pfamily]['GENOME'],rname="pl:split"
shell: "module load GATK/3.7; GATK -m 64g SplitNCigarReads -I {input} -R {params.genome} -o {output} -rf ReassignOneMappingQuality -RMQF 255 -RMQT 60 -U ALLOW_N_CIGAR_READS"
shell: "module load GATK/3.8-0; GATK -m 64g SplitNCigarReads -I {input} -R {params.genome} -o {output} -rf ReassignOneMappingQuality -RMQF 255 -RMQT 60 -U ALLOW_N_CIGAR_READS"
Loading

0 comments on commit 68d45f1

Please sign in to comment.