Skip to content

Commit

Permalink
Fix ginfo input for SNV_analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolai-vKuegelgen committed Nov 1, 2024
1 parent 4ab9223 commit 91f8fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stemcnv_check/scripts/SNV_analysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ run_snp_analysis(
extra_snp_files = snakemake@input[['extra_snp_files']],
config = snakemake@config,
gtf_file = snakemake@params[['gtf_file']],
ginfo_file = snakemake@params[['gtf_file']]
ginfo_file = snakemake@params[['ginfo_file']]
) %>%
write_xlsx(snakemake@output[['xlsx']])

0 comments on commit 91f8fd0

Please sign in to comment.