Skip to content

Commit

Permalink
move region-splitting to its own script, make intermediate results te…
Browse files Browse the repository at this point in the history
…mporary
  • Loading branch information
tedil committed Aug 2, 2024
1 parent b8bd6f3 commit acac695
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions snappy_pipeline/workflows/somatic_variant_calling/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@
"""CUBI Pipeline somatic_variant_calling step Snakefile"""

import os
from bisect import bisect
from itertools import accumulate

from snappy_pipeline import expand_ref
from snappy_pipeline.workflows.somatic_variant_calling import (
SomaticVariantCallingWorkflow,
)
from snappy_wrappers.tools.genome_windows import matches_any

__author__ = "Manuel Holtgrewe <[email protected]>"

Expand Down

0 comments on commit acac695

Please sign in to comment.