We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8aff61 commit e74b66aCopy full SHA for e74b66a
1 file changed
rules/singlecell_rules_common.smk
@@ -19,6 +19,16 @@ software = "Cellranger"
19
if config.pipeline == "pipseq":
20
software = "PIPseeker"
21
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
+
32
def output_list_web_summary(wildcards):
33
"""Get the list of web summary from cellranger count or cellranger multi"""
34
0 commit comments