Skip to content

Commit

Permalink
Small bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nwiltsie committed Jul 25, 2024
1 parent 8b87584 commit 5a2745a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module/sv_workflow.nf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ process run_sv_liftover{

script:
"""
Rscript "${moduleDir}/scripts/liftover-Delly2-vcf.R \
Rscript "${moduleDir}/scripts/liftover-Delly2-vcf.R" \
--input-vcf "${vcf}" \
--header-contigs "${header_contigs}" \
--chain-file "${chain_file}" \
Expand Down Expand Up @@ -52,7 +52,7 @@ process run_intersect_gnomad {

script:
"""
Rscript ${moduleDir}/scripts/publish/extract-vcf-features-SV.R \
Rscript ${moduleDir}/scripts/publish/extract-vcf-features-SV.R" \
--variant-caller "${variant_caller}" \
--input-vcf "${vcf}" \
--output-rds "annotations.Rds" \
Expand Down
1 change: 1 addition & 0 deletions nftest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ global:
temp_dir: test/work
remove_temp: true
clean_logs: true
nf_config: test/common.config

cases:
- name: SNV
Expand Down

0 comments on commit 5a2745a

Please sign in to comment.