Skip to content

Commit

Permalink
perf: autobump bio/bismark/deduplicate_bismark (#1141)
Browse files Browse the repository at this point in the history
Automatic update of bio/bismark/deduplicate_bismark.

---------

Co-authored-by: snakedeploy-bot[bot] <115615832+snakedeploy-bot[bot]@users.noreply.github.com>
Co-authored-by: Filipe G. Vieira <1151762+fgvieira@users.noreply.github.com>
  • Loading branch information
snakedeploy-bot[bot] and fgvieira committed Mar 21, 2023
1 parent d8c3faa commit 45cd1a6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bio/bismark/deduplicate_bismark/environment.yaml
Expand Up @@ -3,6 +3,6 @@ channels:
- bioconda
- nodefaults
dependencies:
- bowtie2 =2.5.0
- bismark =0.24.0
- bowtie2 =2.5.1
- samtools =1.16.1
3 changes: 2 additions & 1 deletion bio/bismark/deduplicate_bismark/meta.yaml
@@ -1,6 +1,7 @@
name: deduplicate_bismark
description: |
Deduplicate Bismark Bam Files and saves as \*.bam file (see https://github.com/FelixKrueger/Bismark/blob/master/deduplicate_bismark).
Deduplicate Bismark Bam Files
url: https://github.com/FelixKrueger/Bismark/
authors:
- Roman Cherniatchik
input:
Expand Down
2 changes: 1 addition & 1 deletion bio/bismark/deduplicate_bismark/test/Snakefile
@@ -1,5 +1,5 @@
rule deduplicate_bismark:
input: "bams/a_genome_pe.bam"
input: "bams/{sample}.bam"
output:
bam="bams/{sample}.deduplicated.bam",
report="bams/{sample}.deduplication_report.txt",
Expand Down
4 changes: 2 additions & 2 deletions test.py
Expand Up @@ -4467,8 +4467,8 @@ def test_bismark_deduplicate_bismark():
"snakemake",
"--cores",
"1",
"bams/a_genome_pe.deduplicated.bam",
"bams/b_genome.deduplicated.bam",
"bams/a_pe.deduplicated.bam",
"bams/b.deduplicated.bam",
"--use-conda",
"-F",
],
Expand Down

0 comments on commit 45cd1a6

Please sign in to comment.