Pipeline steps
-
Quality statistics (fastq level)
- fastqc
- htseq-qa
- fastp (fastqc, htseq-qa)
-
Remove adapters (5', 3' polyA tail)
- cutadapt
- fastp
-
Create index for mapping
- STAR
-
Map reads
-
STAR
- add feature two-pass mode
- multimappers
- End to End
-
STAR
- Quality statistics (bam level)
-
Estimate gene/transcript expression
- salmon on fastq file
- kallisto on fastq file
-
Summary
- Create gene expression table of
- TPM
- Normalized (raw) reads
- multiqc
- Show closed items
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- BIOPZ-Gypas Foivos added Doing label
added Doing label
- BIOPZ-Gypas Foivos assigned to @gypas
assigned to @gypas
- BIOPZ-Gypas Foivos assigned to @katsanto and unassigned @gypas
- BIOPZ-Gypas Foivos assigned to @gypas and unassigned @katsanto
- BIOPZ-Gypas Foivos assigned to @katsanto and unassigned @gypas
- BIOPZ-Gypas Foivos unassigned @katsanto
unassigned @katsanto
- BIOPZ-Gypas Foivos assigned to @herrmchr
assigned to @herrmchr
- BIOPZ-Gypas Foivos assigned to @gypas and unassigned @herrmchr
- BIOPZ-Katsantoni Maria marked the checklist item Quality statistics (fastq level) as completed
marked the checklist item Quality statistics (fastq level) as completed
- BIOPZ-Katsantoni Maria marked the checklist item Quality statistics (fastq level) as incomplete
marked the checklist item Quality statistics (fastq level) as incomplete
- BIOPZ-Gypas Foivos changed the description
changed the description
- Author Maintainer
Example
configfile: "config.yaml"
################################################################################ ### python modules ################################################################################ import os import sys import pandas as pd ################################################################################ ### Custom functions ################################################################################ def get_samples(): design_table = pd.read_csv(config["samples"], sep="\t", header=0) return list(design_table["sample"]) def get_fq_1(wildcards): design_table = pd.read_csv(config["samples"], sep="\t", index_col="sample") return str(design_table.loc[wildcards.sample]["fq1"]) def get_fq_2(wildcards): design_table = pd.read_csv(config["samples"], sep="\t", index_col="sample") return str(design_table.loc[wildcards.sample]["fq2"])
- BIOPZ-Katsantoni Maria assigned to @katsanto and unassigned @gypas
- BIOPZ-Katsantoni Maria marked the checklist item fastqc as completed
marked the checklist item fastqc as completed
- BIOPZ-Katsantoni Maria marked the checklist item htseq-qa as completed
marked the checklist item htseq-qa as completed
- BIOPZ-Katsantoni Maria marked the checklist item cutadapt as completed
marked the checklist item cutadapt as completed
- BIOPZ-Katsantoni Maria marked the checklist item STAR as completed
marked the checklist item STAR as completed
- BIOPZ-Katsantoni Maria marked the checklist item STAR as incomplete
marked the checklist item STAR as incomplete
- BIOPZ-Katsantoni Maria changed the description
changed the description
- BIOPZ-Katsantoni Maria marked the checklist item STAR as completed
marked the checklist item STAR as completed
- BIOPZ-Katsantoni Maria marked the checklist item STAR as completed
marked the checklist item STAR as completed
- BIOPZ-Katsantoni Maria changed the description
changed the description
- BIOPZ-Katsantoni Maria marked the checklist item multimappers as completed
marked the checklist item multimappers as completed
- BIOPZ-Katsantoni Maria marked the checklist item End to End as completed
marked the checklist item End to End as completed
- BIOPZ-Katsantoni Maria marked the checklist item salmon on fastq file as completed
marked the checklist item salmon on fastq file as completed
- BIOPZ-Katsantoni Maria marked the checklist item kallisto on fastq file as completed
marked the checklist item kallisto on fastq file as completed
- Alex Kanitz mentioned in issue #40 (closed)
mentioned in issue #40 (closed)
- Alex Kanitz marked the checklist item Create index for mapping as completed
marked the checklist item Create index for mapping as completed
- Alex Kanitz marked the checklist item Estimate gene/transcript expression as completed
marked the checklist item Estimate gene/transcript expression as completed
- Owner
Many rules are available but not yet wired. Rules that are not yet available have their own issues (e.g., ALFA #18 (closed), MultiQC #23 (closed)), therefore close this issue once available rules have been wired.
Edited by Alex Kanitz - Alex Kanitz marked the checklist item fastp as completed
marked the checklist item fastp as completed
- Alex Kanitz marked the checklist item Quality statistics (fastq level) as completed
marked the checklist item Quality statistics (fastq level) as completed
- Alex Kanitz marked the checklist item fastp as completed
marked the checklist item fastp as completed
- Alex Kanitz marked the checklist item Remove adapters (5', 3' polyA tail) as completed
marked the checklist item Remove adapters (5', 3' polyA tail) as completed
- Owner
Well, perhaps check if there is anything else that is not taken care of in other issues (two-pass mode, summary...). If so, open specific issues as otherwise it is difficult to resolve this "meta issue"
Edited by Alex Kanitz - Alex Kanitz mentioned in issue #48 (closed)
mentioned in issue #48 (closed)
- BIOPZ-Iborra de Toledo Paula closed via commit ca9a2bb4
closed via commit ca9a2bb4
- BIOPZ-Iborra de Toledo Paula mentioned in commit ca9a2bb4
mentioned in commit ca9a2bb4
- Alex Kanitz removed Doing label
removed Doing label