Skip to content

Commit 71d7ba7

Browse files
committed
Remove rule group from bam index rule.
This hopefully fixes the following issues - #66 - #52 and is a workaround for snakemake/snakemake#2980
1 parent 2142a76 commit 71d7ba7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

workflow/rules/mapping.smk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ rule bam_index:
2121
log:
2222
# "logs/mapping/samtools-index/{prefix}.log",
2323
"logs/mapping/samtools-index/_" + "{prefix}.log",
24-
group:
25-
"mapping_extra"
2624
conda:
2725
"../envs/samtools.yaml"
2826
wrapper:

0 commit comments

Comments
 (0)