# HG changeset patch # User iuc # Date 1583014065 0 # Node ID d9f48120c02b9b414fab4ea759d399ff02af0580 # Parent 03ad446aab5a485092c4581df5fb88c92f44a246 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/deseq2 commit 29f5fd6ec10122f7b241c8d36d648b105ed4275a" diff -r 03ad446aab5a -r d9f48120c02b deseq2.R --- a/deseq2.R Tue Mar 26 06:23:43 2019 -0400 +++ b/deseq2.R Sat Feb 29 22:07:45 2020 +0000 @@ -354,7 +354,7 @@ outDF <- as.data.frame(resSorted) outDF$geneID <- rownames(outDF) outDF <- outDF[,c("geneID", "baseMean", "log2FoldChange", "lfcSE", "stat", "pvalue", "padj")] - filename <- paste0(opt$outfile,".",primaryFactor,"_",lvl,"_vs_",ref) + filename <- paste0(primaryFactor,"_",lvl,"_vs_",ref) write.table(outDF, file=filename, sep="\t", quote=FALSE, row.names=FALSE, col.names=FALSE) if (independentFiltering) { threshold <- unname(attr(res, "filterThreshold")) diff -r 03ad446aab5a -r d9f48120c02b deseq2.xml --- a/deseq2.xml Tue Mar 26 06:23:43 2019 -0400 +++ b/deseq2.xml Sat Feb 29 22:07:45 2020 +0000 @@ -1,4 +1,4 @@ - + Determines differentially expressed features from count tables deseq2_macros.xml @@ -217,7 +217,7 @@ many_contrasts is True - + pdf == True @@ -445,6 +445,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +