Skip to content
Snippets Groups Projects
Commit 1d39fe8f authored by Dominik Burri's avatar Dominik Burri
Browse files

remove todo statements

parent 4af9f0b1
No related branches found
No related tags found
1 merge request!39Alfa qc
...@@ -156,7 +156,6 @@ rule generate_alfa_index: ...@@ -156,7 +156,6 @@ rule generate_alfa_index:
-p {threads} \ -p {threads} \
-o {params.out_dir} &> {log}" -o {params.out_dir} &> {log}"
# TODO: test with chr21.bam
# add singularity-args to this chr21.bam path # add singularity-args to this chr21.bam path
rule star_rpm_stranded: rule star_rpm_stranded:
''' Create stranded bedgraph coverage with STARs RPM normalisation ''' ''' Create stranded bedgraph coverage with STARs RPM normalisation '''
...@@ -188,7 +187,6 @@ rule star_rpm_stranded: ...@@ -188,7 +187,6 @@ rule star_rpm_stranded:
--outFileNamePrefix {params.filenameprefix}) &> {log} --outFileNamePrefix {params.filenameprefix}) &> {log}
""" """
# TODO: test with chr21.bam
rule run_alfa_bg_stranded: rule run_alfa_bg_stranded:
''' Run ALFA from stranded bedgraph files ''' ''' Run ALFA from stranded bedgraph files '''
input: input:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment