Skip to content

Commit

Permalink
fix Snakefile [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebolo1993 committed Mar 13, 2024
1 parent f51565a commit 14a4390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosigt_smk/workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ include: 'rules/cosigt.smk'

rule cosigt:
input:
expand('results/cosigt/{sample}/{region}/best_genotype.tsv', sample=df['sample_id'].tolist(), region=config['region'])
expand(config['output'] + '/cosigt/{sample}/{region}/best_genotype.tsv', sample=df['sample_id'].tolist(), region=config['region'])

0 comments on commit 14a4390

Please sign in to comment.