Skip to content

Commit

Permalink
Fixed snakemake io files
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskiil committed Nov 14, 2024
1 parent e208cbe commit ef46743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bifrost_chewbbaca/pipeline.smk
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ rule blast_gene_call:
chewbbaca_blastdb = f"{os.environ['BIFROST_CG_MLST_DIR']}/blastdb/",
output:
gene_call_results = directory(f"{component['name']}/blast_gene_call_results"),
gene_calls = gene_call_results+f"/{sample_name}.fa"
gene_calls = f"{component['name']}/blast_gene_call_results/{sample_name}.fa",
gene_call_done = f"{component['name']}/blast_gene_call_done"
script:
os.path.join(os.path.dirname(workflow.snakefile), "rule__blast_genecall.py")
Expand Down

0 comments on commit ef46743

Please sign in to comment.