Skip to content

Commit

Permalink
final launch
Browse files Browse the repository at this point in the history
  • Loading branch information
tahirdme committed Sep 14, 2024
1 parent fb1e73c commit d4df6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
def nf_nf_core_scrnaseq(
run_name: str,
input: List[SampleSheet],
outdir: LatchOutputDir,
email: Optional[str],
multiqc_title: Optional[str],
barcode_whitelist: Optional[LatchFile],
Expand Down Expand Up @@ -57,6 +56,7 @@ def nf_nf_core_scrnaseq(
kb_workflow: Optional[kb_workflow] = kb_workflow.std,
save_reference: bool = False,
skip_emptydrops: bool = True,
outdir: LatchOutputDir = LatchOutputDir("latch:///SingleCellRNAseq"),
) -> LatchOutputDir:
"""
nf-core/scrnaseq is a bioinformatics best-practice analysis pipeline for processing 10x Genomics single-cell RNA-seq data.
Expand Down

0 comments on commit d4df6f3

Please sign in to comment.