# HG changeset patch # User iuc # Date 1684935217 0 # Node ID bc68526d0e69922ca96573fa05a387ce9d006a19 # Parent db30020fee5b101e32f02b10ec483ca0ee7575a1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/isoformswitchanalyzer commit 44cb89c86b7a48993b6987a3a40129782fd7a093 diff -r db30020fee5b -r bc68526d0e69 IsoformSwitchAnalyzeR.R --- a/IsoformSwitchAnalyzeR.R Wed May 24 06:06:36 2023 +0000 +++ b/IsoformSwitchAnalyzeR.R Wed May 24 13:33:37 2023 +0000 @@ -514,18 +514,17 @@ showProgress = TRUE, ) - if (!is.null(args$stringtieAnnotation)) { - SwitchList <- analyzeNovelIsoformORF( - SwitchList, - analysisAllIsoformsWithoutORF = TRUE, - minORFlength = args$minORFlength, - orfMethod = args$orfMethod, - PTCDistance = args$PTCDistance, - startCodons = "ATG", - stopCodons = c("TAA", "TAG", "TGA"), - showProgress = TRUE, - ) - } + # Analyze missing annotated isoforms by default + SwitchList <- analyzeNovelIsoformORF( + SwitchList, + analysisAllIsoformsWithoutORF = TRUE, + minORFlength = args$minORFlength, + orfMethod = args$orfMethod, + PTCDistance = args$PTCDistance, + startCodons = "ATG", + stopCodons = c("TAA", "TAG", "TGA"), + showProgress = TRUE, + ) ### Extract Sequences SwitchList <- extractSequence( diff -r db30020fee5b -r bc68526d0e69 macros.xml --- a/macros.xml Wed May 24 06:06:36 2023 +0000 +++ b/macros.xml Wed May 24 13:33:37 2023 +0000 @@ -1,6 +1,6 @@ 1.20.0 - 2 + 3 bioconductor-isoformswitchanalyzer