Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
berntpopp committed Aug 31, 2023
1 parent bede0c1 commit 3bd38e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyses/alignment/bqsr_bams.smk
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ rule apply_bqsr:
shell:
"""
# Use GATK's ApplyBQSRS to apply base recalibration
gatk --java-options '-Xms4000m -Xmx7g -Djava.io.tmpdir={resources.tmpdir} -Dsamjdk.compression_level=6' ApplyBQSRS \
gatk --java-options '-Xms4000m -Xmx7g -Djava.io.tmpdir={resources.tmpdir} -Dsamjdk.compression_level=6' ApplyBQSR \
-I "{input.bam_file}" \
-bqsr "{input.recal_table}" \
-O "{output.bqsr_bam}" 2> {log.apply_bqsr}
Expand Down

0 comments on commit 3bd38e9

Please sign in to comment.