Skip to content

Commit

Permalink
s/run_sv_liftover/liftover_SV_StableLift/
Browse files Browse the repository at this point in the history
  • Loading branch information
nwiltsie committed Aug 2, 2024
1 parent a5570f4 commit b12a428
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions module/sv_workflow.nf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

process run_sv_liftover{
process liftover_SV_StableLift{
container params.docker_image_stablelift

publishDir path: "${params.output_dir_base}/intermediate/${task.process.replace(':', '/')}",
Expand Down Expand Up @@ -105,13 +105,13 @@ workflow workflow_extract_sv_annotations {
main:

// Step 1: Liftover
run_sv_liftover(
liftover_SV_StableLift(
vcf_with_sample_id,
header_contigs,
chain_file
)
run_sort_BCFtools(
run_sv_liftover.out.liftover_vcf
liftover_SV_StableLift.out.liftover_vcf
)

// Step 2: Extract features
Expand Down

0 comments on commit b12a428

Please sign in to comment.