Skip to content

Commit

Permalink
fixed the 10x analysis pipeline fastqc function
Browse files Browse the repository at this point in the history
  • Loading branch information
Acribbs committed Jan 30, 2024
1 parent ccc6137 commit 3b4187b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tallytrin/pipeline_10x.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,9 +362,9 @@ def minimap2_genome(infile, outfile):


@follows(mkdir("qc_reports.dir/fastqc_reports"))
@transform(minimap2_genome,
regex("mapped_genome\.dir/(.*)\.sam"),
r"qc_reports.dir/fastqc_reports/\1_fastqc.html")
@transform(merge_correct_reads,
regex("merge_corrected.fastq.gz"),
r"qc_reports.dir/fastqc_reports/merge_fastqc.html")
def mapped_genome_fastqc(infile, outfile):
"""
Uses fastQC to check fastqc. This should ideally be
Expand Down

0 comments on commit 3b4187b

Please sign in to comment.