Skip to content

Commit

Permalink
Fix missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
tdayris committed Jul 16, 2024
1 parent ae7480b commit 69686c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/rules/bowtie2_sambamba_meta.smk
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ use rule bowtie2_alignment from bowtie2_sambamba_metawrapper as fair_bowtie2_map
within=samples,
),
then=expand(
"tmp/fair_bowtie2_mapping_fastp_trimming_pair_ended/{sample}.{stream}.fastq",
"tmp/fair_bowtie2_mapping_fastp_trimming_pair_ended/{sample}.{stream}.fastq.gz",
sample="{sample}",
stream=stream_tuple,
),
otherwise=expand(
"tmp/fair_bowtie2_mapping_fastp_trimming_single_ended/{sample}.fastq",
"tmp/fair_bowtie2_mapping_fastp_trimming_single_ended/{sample}.fastq.gz",
sample="{sample}",
),
),
Expand Down

0 comments on commit 69686c7

Please sign in to comment.