Skip to content

Commit

Permalink
fix: typo in SE rule
Browse files Browse the repository at this point in the history
fixes #56
  • Loading branch information
kelly-sovacool committed Dec 15, 2023
1 parent 22a5581 commit 85052e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/single-end.smk
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ rule rnaseq_multiqc:
expand(join(workpath,rseqc_dir,"{name}.Rdist.info"),name=samples),
expand(join(workpath,rseqc_dir,"{name}.star_rg_added.sorted.dmark.summary.txt"),name=samples),
expand(join(workpath,"rawQC","{name}.fastq.info.txt"),name=samples),
expand(join(workpath,kraken_dir,"{name}.trim.kraken_bacteria.taxa.txt"),name=sample),
expand(join(workpath,kraken_dir,"{name}.trim.kraken_bacteria.taxa.txt"),name=samples),
fqinfo=expand(join(workpath,"rawQC","{name}.fastq.info.txt"),name=samples),
tins=expand(join(workpath,rseqc_dir,"{name}.star_rg_added.sorted.dmark.summary.txt"),name=samples)
output:
Expand Down

0 comments on commit 85052e5

Please sign in to comment.