Skip to content

Commit

Permalink
removing temp test snakefile [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebolo1993 committed Aug 8, 2023
1 parent ba814c1 commit 3d23482
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cosigt_smk/workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ include: 'rules/gafpack.smk'
include: 'rules/cosigt.smk'
include: 'rules/evaluate.smk'

rule test:
input:
expand('results/pggb/{region}.og', region=config['region'])

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

0 comments on commit 3d23482

Please sign in to comment.