Skip to content

Commit

Permalink
Merge pull request #60 from hydra-genetics/develop
Browse files Browse the repository at this point in the history
chore: dev to master
  • Loading branch information
monikaBrandt authored Nov 28, 2024
2 parents 6ad7495 + 8e1395d commit 37c3ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/scripts/filter_juli.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def filter_fusions(in_file, out_file, cosmic_filter, discordant_limit, split_rea
log = snakemake.log_fmt_shell(stdout=False, stderr=True)
in_file = open(snakemake.input.fusions)
out_file = open(snakemake.output.fusions, "w")
cosmic_filter = snakemake.params.cosmic
cosmic_filter = snakemake.params.cosmic_filter
discordant_limit = int(snakemake.params.discordant_limit)
split_reads_limit = int(snakemake.params.split_reads_limit)
total_support_limit = int(snakemake.params.total_support_limit)
Expand Down

0 comments on commit 37c3ae0

Please sign in to comment.