From a778a70ba84ce53ffe189038642b3f2aec9ffe77 Mon Sep 17 00:00:00 2001 From: Bjoern Gruening Date: Sat, 30 Oct 2021 16:51:40 +0200 Subject: [PATCH 1/4] add gitignore additions --- .gitignore | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/.gitignore b/.gitignore index 9e75cc10f6..c57db22f85 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,71 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] + +# C extensions +*.so + +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.cache +nosetests.xml +coverage.xml + +# Translations +*.mo +*.pot + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ + +*.7z +*.dmg +#*.gz +*.iso +*.jar +*.rar +*.tar +*.zip +#*.bz +.hg +*.swp +.DS_Store + +# Tool test from planemo tool_test_output.html tool_test_output.json + +# Tool test from galaxy-language-server +*_test_report.html From 6dd3e529c9f97269a5b60c2569ec90cc43a9077c Mon Sep 17 00:00:00 2001 From: Bjoern Gruening Date: Sat, 30 Oct 2021 16:53:05 +0200 Subject: [PATCH 2/4] changes to camera --- .../abims_CAMERA_annotateDiffreport.xml | 224 +++++------------- .../repository_dependencies.xml | 1 - .../abims_CAMERA_combinexsAnnos.xml | 122 +++------- .../repository_dependencies.xml | 1 - tools/camera_macro/macros.xml | 99 +++----- .../camera_macro/repository_dependencies.xml | 5 - .../repository_dependencies.xml | 6 - 7 files changed, 126 insertions(+), 332 deletions(-) delete mode 120000 tools/camera_annotate/repository_dependencies.xml delete mode 120000 tools/camera_combinexsannos/repository_dependencies.xml delete mode 100644 tools/camera_macro/repository_dependencies.xml delete mode 100644 tools/camera_repository_suite/repository_dependencies.xml diff --git a/tools/camera_annotate/abims_CAMERA_annotateDiffreport.xml b/tools/camera_annotate/abims_CAMERA_annotateDiffreport.xml index c400c83993..c962b5f330 100644 --- a/tools/camera_annotate/abims_CAMERA_annotateDiffreport.xml +++ b/tools/camera_annotate/abims_CAMERA_annotateDiffreport.xml @@ -1,16 +1,12 @@ - - + CAMERA annotate function. Returns annotation results (isotope peaks, adducts and fragments) and a diffreport if more than one condition. - macros.xml - - - + + + + - - - - -
- - + +
+ +
- -
- - +
+ +
- -
- - - +
+ + +
- - + - + - -
- - +
+ + - - - - + + + +
- -
- - +
+ + - + - - + + - + - +
- - + - -
+
- - - + + + - + - - - - + + + + @@ -166,57 +155,52 @@
- - - - + + quick_block['quick'] == 'FALSE' - - + + quick_block['quick'] == 'TRUE' - - - diffreport['options']['option'] == 'show' and diffreport['options']['eicmax'] > 0 and diffreport['options']['png2'] == 'zip' + + diffreport['options']['option'] == 'show' and diffreport['options']['eicmax'] > 0 and diffreport['options']['png2'] == 'zip' - - diffreport['options']['option'] == 'show' and diffreport['options']['eicmax'] > 0 and diffreport['options']['png2'] == 'zip' + + diffreport['options']['option'] == 'show' and diffreport['options']['eicmax'] > 0 and diffreport['options']['png2'] == 'zip' - diffreport['options']['option'] == 'show' and diffreport['options']['eicmax'] > 0 and diffreport['options']['png2'] == 'pdf' - + diffreport['options']['option'] == 'show' and diffreport['options']['eicmax'] > 0 and diffreport['options']['png2'] == 'pdf' + - diffreport['options']['option'] == 'show' and diffreport['options']['tabular2'] == 'zip' diffreport['options']['option'] == 'show' and diffreport['options']['tabular2'] == 'datasetcollection' - + - - + - +
@@ -229,9 +213,6 @@ - - - - - - - + diff --git a/tools/camera_annotate/repository_dependencies.xml b/tools/camera_annotate/repository_dependencies.xml deleted file mode 120000 index 2715c82a0c..0000000000 --- a/tools/camera_annotate/repository_dependencies.xml +++ /dev/null @@ -1 +0,0 @@ -../camera_macro/repository_dependencies.xml \ No newline at end of file diff --git a/tools/camera_combinexsannos/abims_CAMERA_combinexsAnnos.xml b/tools/camera_combinexsannos/abims_CAMERA_combinexsAnnos.xml index 8d0a1262d9..4c8d3087fe 100644 --- a/tools/camera_combinexsannos/abims_CAMERA_combinexsAnnos.xml +++ b/tools/camera_combinexsannos/abims_CAMERA_combinexsAnnos.xml @@ -1,57 +1,51 @@ - - - Wrapper function for the combinexsAnnos CAMERA function. Returns a dataframe with recalculated annotations. - + + Wrapper function for the combinexsAnnos CAMERA function. Returns a dataframe with recalculated annotations macros.xml - - - + ]]> + + + + - - - - + + + - + - - - - - + + +
- - - + + +
- - + - @@ -62,14 +56,12 @@
- - + +
- +
- - - - - - + ]]> +
diff --git a/tools/camera_combinexsannos/repository_dependencies.xml b/tools/camera_combinexsannos/repository_dependencies.xml deleted file mode 120000 index 2715c82a0c..0000000000 --- a/tools/camera_combinexsannos/repository_dependencies.xml +++ /dev/null @@ -1 +0,0 @@ -../camera_macro/repository_dependencies.xml \ No newline at end of file diff --git a/tools/camera_macro/macros.xml b/tools/camera_macro/macros.xml index 8b4b6b481d..d8927f9cd4 100644 --- a/tools/camera_macro/macros.xml +++ b/tools/camera_macro/macros.xml @@ -1,6 +1,5 @@ - 1.48.0 @@ -19,8 +18,6 @@ - LC_ALL=C Rscript $__tool_directory__/ - #if $file_load_section.file_load_conditional.file_load_select == "yes": @@ -37,9 +34,9 @@
- - - + + + @@ -78,12 +75,12 @@
- - - - + + + + - +
@@ -91,61 +88,61 @@
- + - +
- - + +
- - - + + +
- - - + + +
- - - - - - - - - - - - + + + + + + + + + + + +
- +
- +
- - - - - - + + + + + +
- + @@ -164,24 +161,6 @@ - -**Version 2.2.6+camera1.48.0 - 11/06/2021** - -- UPGRADE: upgrade the CAMERA version from 1.46.0 to 1.48.0 (see CAMERA News_) - - - -**Version 2.2.6+camera1.46.0 - 12/04/2021** - -- UPGRADE: upgrade the CAMERA version from 1.42.0 to 1.46.0 (see CAMERA News_) - - - -**Version 2.2.6+camera1.42.0 - 13/02/2020** - -- UPGRADE: upgrade the CAMERA version from 1.38.0 to 1.42.0 (see CAMERA News_) - - 10.1021/ac202450g diff --git a/tools/camera_macro/repository_dependencies.xml b/tools/camera_macro/repository_dependencies.xml deleted file mode 100644 index d2fa8f255e..0000000000 --- a/tools/camera_macro/repository_dependencies.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/tools/camera_repository_suite/repository_dependencies.xml b/tools/camera_repository_suite/repository_dependencies.xml deleted file mode 100644 index ba3a4eb1f0..0000000000 --- a/tools/camera_repository_suite/repository_dependencies.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - From d658b59eb5b5654210790ff43a62ca5690d5980c Mon Sep 17 00:00:00 2001 From: Bjoern Gruening Date: Sat, 30 Oct 2021 16:57:03 +0200 Subject: [PATCH 3/4] bump verion --- tools/camera_annotate/abims_CAMERA_annotateDiffreport.xml | 2 +- tools/camera_combinexsannos/abims_CAMERA_combinexsAnnos.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/camera_annotate/abims_CAMERA_annotateDiffreport.xml b/tools/camera_annotate/abims_CAMERA_annotateDiffreport.xml index c962b5f330..0c7f476c42 100644 --- a/tools/camera_annotate/abims_CAMERA_annotateDiffreport.xml +++ b/tools/camera_annotate/abims_CAMERA_annotateDiffreport.xml @@ -1,4 +1,4 @@ - + CAMERA annotate function. Returns annotation results (isotope peaks, adducts and fragments) and a diffreport if more than one condition. macros.xml diff --git a/tools/camera_combinexsannos/abims_CAMERA_combinexsAnnos.xml b/tools/camera_combinexsannos/abims_CAMERA_combinexsAnnos.xml index 4c8d3087fe..10f010326c 100644 --- a/tools/camera_combinexsannos/abims_CAMERA_combinexsAnnos.xml +++ b/tools/camera_combinexsannos/abims_CAMERA_combinexsAnnos.xml @@ -1,4 +1,4 @@ - + Wrapper function for the combinexsAnnos CAMERA function. Returns a dataframe with recalculated annotations macros.xml From 92611d84168897583c1f1e5618a7f3a36b5d2098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gildas=20Le=20Corguill=C3=A9?= Date: Wed, 3 Nov 2021 09:04:06 +0100 Subject: [PATCH 4/4] Update Galaxy to 21.09 in the CI --- .github/workflows/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 6e88ee1c82..d3c84b5809 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -2,7 +2,7 @@ name: Galaxy Tool Linting and Tests for push and PR on: [push, pull_request] env: GALAXY_REPO: https://github.com/galaxyproject/galaxy - GALAXY_RELEASE: release_20.09 + GALAXY_RELEASE: release_21.09 MAX_CHUNKS: 4 jobs: # the setup job does two things: