Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Oct 11, 2017
1 parent 6ae78a4 commit 4bc9516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deseq2-init.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ dds <- dds[ rowSums(counts(dds)) > 1, ]
# TODO optionally allow to collapse technical replicates
dds <- DESeq(dds)

save(dds, file=snakemake.output[[1]])
save(dds, file=snakemake@output[[1]])

0 comments on commit 4bc9516

Please sign in to comment.