diff --git a/examples/cufflinks/Snakefile b/examples/cufflinks/Snakefile index 858b28b2d..92add0a3e 100644 --- a/examples/cufflinks/Snakefile +++ b/examples/cufflinks/Snakefile @@ -22,7 +22,7 @@ rule all: rule assembly: input: - 'mapped/{sample}.bam' + local('mapped/{sample}.bam') output: 'assembly/{sample}/transcripts.gtf', dir='assembly/{sample}'