Skip to content

Commit

Permalink
gzip filtered fasta before combining
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasK committed Aug 2, 2023
1 parent 6a6ddbf commit 8e58545
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions workflow/rules/cobinning.smk
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,9 @@ rule combine_contigs:
"Intermediate/cobinning/{bingroup}/combined_contigs.fasta.gz",
log:
"logs/cobinning/{bingroup}/combine_contigs.log",
conda:
"../envs/required_packages.yaml"
threads: config["simplejob_threads"],
shell:
" (cat {input} | pigz -p {threads} > {output} ) 2> {log}"
" (cat {input} > {output} ) 2> {log}"


rule minimap_index:
Expand Down

0 comments on commit 8e58545

Please sign in to comment.