Skip to content

Commit

Permalink
fix input files for star paired alignments
Browse files Browse the repository at this point in the history
  • Loading branch information
agillen committed Jan 30, 2024
1 parent 1856ffe commit e061239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/cutadapt_star.snake
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ rule starsolo_R2:
""" This rule aligns paired-end libraries """
rule starsolo_paired:
input:
R1 = "{results}/cutadapt/{sample}_trimmed.R1.fastq.gz",
R2 = "{results}/cutadapt/{sample}_trimmed.R2.fastq.gz"
R1 = "{results}/cutadapt/{sample}_paired_trimmed.R1.fastq.gz",
R2 = "{results}/cutadapt/{sample}_paired_trimmed.R2.fastq.gz"
output:
"{results}/{sample}/{sample}_paired_Aligned.sortedByCoord.out.bam"
params:
Expand Down

0 comments on commit e061239

Please sign in to comment.