Skip to content

Commit

Permalink
no temp filtered fasta
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasK committed Jul 28, 2023
1 parent f866e84 commit cf805d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion workflow/rules/cobinning.smk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rule filter_contigs:
input:
get_assembly,
output:
temp("Intermediate/cobinning/filtered_contigs/{sample}.fasta"),
"Intermediate/cobinning/filtered_contigs/{sample}.fasta.gz",
params:
min_length=config["cobining_min_contig_length"],
prefix= lambda wc: wc.sample+ config["cobinning_separator"]
Expand Down
1 change: 0 additions & 1 deletion workflow/rules/semibin.smk
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def semibin_input(wildcards):
assert len(samples_of_bingroup) > 1

mapping = dict(
flag=get_assembly(wildcards),
fasta=rules.filter_contigs.output[0].format(**wildcards),
bams=expand(
"Intermediate/cobinning/{bingroup}/bams/{sample}.sorted.bam",
Expand Down

0 comments on commit cf805d9

Please sign in to comment.