Skip to content

Commit

Permalink
fixing Snakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebolo1993 committed Apr 3, 2024
1 parent 7c178c8 commit 8ccbb57
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(config['output'] + '/cosigt/{sample}/{region}/best_genotype.tsv', sample=df['sample_id'].tolist(), region=config['region'])
expand(config['output'] + '/cosigt/{sample}/{region}/cosigt_genotype.tsv', sample=df['sample_id'].tolist(), region=config['region'])

0 comments on commit 8ccbb57

Please sign in to comment.