Skip to content

Commit bb9bd44

Browse files
committed
Fix: add missing header
1 parent ef94790 commit bb9bd44

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

workflow/rules/isoformswitchanalyzer.smk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ rule isoformswitchanalyzer_mkgroups:
265265
# expects the certain column names in design file
266266
awk -F '\\t' -v OFS='\\t' \\
267267
'NR==1 {{$1="sampleID"; $2="condition"; print}}' \\
268+
{input.sample_sheet} \\
268269
> {output.grp}
269270
# Create sample sheet for IsoformSwitchAnalyzeR
270271
awk -F '\\t' -v OFS='\\t' \\

0 commit comments

Comments
 (0)