Skip to content

Commit

Permalink
fix: add local marker for input files in cufflinks example. fixes issue
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Mar 1, 2022
1 parent 6e64292 commit 90bc88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cufflinks/Snakefile
Expand Up @@ -22,7 +22,7 @@ rule all:

rule assembly:
input:
'mapped/{sample}.bam'
local('mapped/{sample}.bam')
output:
'assembly/{sample}/transcripts.gtf',
dir='assembly/{sample}'
Expand Down

0 comments on commit 90bc88b

Please sign in to comment.