# HG changeset patch # User iuc # Date 1685435963 0 # Node ID 512d6462f2ce23886aacec7b89f9b2809127aeb9 # Parent 02a77166b29a976534848c3f0a9859d0793c45b5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/isoformswitchanalyzer commit fa9a0a8f71ce6da2cd790474454776a9601968c3 diff -r 02a77166b29a -r 512d6462f2ce IsoformSwitchAnalyzeR.R --- a/IsoformSwitchAnalyzeR.R Wed May 24 13:33:53 2023 +0000 +++ b/IsoformSwitchAnalyzeR.R Tue May 30 08:39:23 2023 +0000 @@ -893,6 +893,32 @@ row.names = FALSE ) + write.table( + SwitchList$switchConsequence, + file = "switchConsequence_fulldata.tsv", + quote = FALSE, + sep = "\t", + col.names = TRUE, + row.names = FALSE + ) + + write.table( + SwitchList$AlternativeSplicingAnalysis, + file = "switchSplicing_fulldata.tsv", + quote = FALSE, + sep = "\t", + col.names = TRUE, + row.names = FALSE + ) + + write.table( + SwitchList$isoformFeatures, + file = "IsoformFeatures.tsv", + quote = FALSE, + sep = "\t", + col.names = TRUE, + row.names = FALSE + ) ### Volcano like plot: outputFile <- file.path(getwd(), "volcanoPlot.pdf") diff -r 02a77166b29a -r 512d6462f2ce isoformswitchanalyzer.xml --- a/isoformswitchanalyzer.xml Wed May 24 13:33:53 2023 +0000 +++ b/isoformswitchanalyzer.xml Tue May 30 08:39:23 2023 +0000 @@ -238,7 +238,7 @@ label="Fix StringTie annotation problem" help="This option will automatically try and correct some of the annoation problems created when doing transcript assembly (unassigned transcripts and merged genes)" /> - + @@ -577,6 +577,18 @@ functionMode['selector'] == 'second_step' functionMode['analysis_mode']['selector'] == 'top' + + functionMode['selector'] == 'second_step' + functionMode['analysis_mode']['selector'] == 'top' + + + functionMode['selector'] == 'second_step' + functionMode['analysis_mode']['selector'] == 'top' + + + functionMode['selector'] == 'second_step' + functionMode['analysis_mode']['selector'] == 'top' + functionMode['selector'] == 'second_step' functionMode['analysis_mode']['selector'] == 'single' @@ -739,7 +751,7 @@ - + @@ -841,9 +853,27 @@ + + + + + + + + + + + + + + + + + + - + @@ -995,6 +1025,24 @@ + + + + + + + + + + + + + + + + + + diff -r 02a77166b29a -r 512d6462f2ce macros.xml --- a/macros.xml Wed May 24 13:33:53 2023 +0000 +++ b/macros.xml Tue May 30 08:39:23 2023 +0000 @@ -1,6 +1,6 @@ 1.20.0 - 3 + 4 bioconductor-isoformswitchanalyzer