Skip to content

Commit e74b66a

Browse files
committed
Add a rule to prepare the fastq folders
1 parent a8aff61 commit e74b66a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

rules/singlecell_rules_common.smk

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ software = "Cellranger"
1919
if config.pipeline == "pipseq":
2020
software = "PIPseeker"
2121

22+
# rule prep_fastq_folder:
23+
# params:
24+
# fastq_path = prep_fastq_folder_ln
25+
# output:
26+
# log="fastq/Sample_{sample}.log"
27+
# shell:
28+
# """
29+
# ls {params.fastq_path}/*.fastq.gz > {output.log}
30+
# """
31+
2232
def output_list_web_summary(wildcards):
2333
"""Get the list of web summary from cellranger count or cellranger multi"""
2434
if config.pipeline == "pipseq":

0 commit comments

Comments
 (0)