Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
c6fe176
init get projects tool
jw44lavo Feb 10, 2025
5ddf925
init specific gitignore
jw44lavo Feb 10, 2025
8e5469d
fix typo
jw44lavo Feb 10, 2025
0861604
init tool shed yml
jw44lavo Feb 10, 2025
9db8148
add missing parameters
jw44lavo Feb 11, 2025
e76ca92
remove Lambda-Miner category
jw44lavo Feb 11, 2025
7d6a7a1
fix linting issues
jw44lavo Feb 11, 2025
27f1d7c
fix categories
jw44lavo Feb 11, 2025
9471e80
fix module linting issue
jw44lavo Feb 11, 2025
073bc80
Merge branch 'Helmholtz-UFZ:main' into bgo
jw44lavo Feb 17, 2025
e4a0a7d
add credentials file for local database
jw44lavo Feb 17, 2025
ad5aaf4
update tool test params and test output to test database
jw44lavo Feb 17, 2025
0164f39
Update test_projects.csv
jw44lavo Feb 17, 2025
2bdb91e
Update get_projects.xml
jw44lavo Feb 17, 2025
cb4019e
Merge remote-tracking branch 'origin/bgo' into bgo
jw44lavo Feb 17, 2025
2e336a9
Update get_projects.xml
rmassei Feb 17, 2025
30d30c1
fixed the XML
rmassei Feb 17, 2025
6e64720
add bgo get_projects tool path
jw44lavo Feb 18, 2025
a116d4c
psycopg2 package to 2.9.9
jw44lavo Feb 18, 2025
b784e20
remove get_projects tool path
jw44lavo Feb 18, 2025
d5be334
add credentials file exception for test credentials
jw44lavo Feb 18, 2025
fbb0f96
switch to different lmdb user
jw44lavo Feb 18, 2025
7216cb5
add get_projects tool
jw44lavo Feb 19, 2025
53c36ff
change host address to default docker bridge network
jw44lavo Feb 19, 2025
46dc82f
remove get_projects path
jw44lavo Feb 19, 2025
bd5bca8
fix output formats
jw44lavo Feb 19, 2025
7e04ddc
add additional data
jw44lavo Feb 25, 2025
2403468
add planemo as user and to projects
jw44lavo Feb 26, 2025
93b102f
rearrange tool
jw44lavo Feb 26, 2025
6fb80a4
rename tool directory
jw44lavo Feb 26, 2025
001765e
rename tool directory
jw44lavo Feb 26, 2025
5e95291
update tool shed name and description after renaming
jw44lavo Feb 26, 2025
d091309
fix linting issues
jw44lavo Feb 26, 2025
435788b
reduce test data
jw44lavo Mar 4, 2025
65d02e4
remove login input parameter
jw44lavo Mar 4, 2025
007764e
add suite info
jw44lavo Mar 4, 2025
b4295d7
add missing credentials file assertion
jw44lavo Mar 4, 2025
ed5b3ed
fix no raising of error and add tool tests
jw44lavo Mar 6, 2025
153205b
Merge branch 'main' into bgo
jw44lavo Mar 7, 2025
bd297d7
fix linting issues
jw44lavo Mar 7, 2025
d56ed73
merge credentials directory and add CFLib credentials
jw44lavo Mar 10, 2025
7418de3
rearrange tool directory
jw44lavo Mar 10, 2025
1e985bc
add Chemical Formula Library to pipelines
jw44lavo Mar 17, 2025
8aa573b
current status
jw44lavo Mar 18, 2025
23d2eac
add all journal scripts to build script
jw44lavo Mar 26, 2025
3af26e7
add tested, current status
jw44lavo Mar 26, 2025
5a4e527
Merge branch 'main' into bgo
jw44lavo Mar 27, 2025
5a56dc5
change double to single quotes in command section
jw44lavo Mar 27, 2025
c25cdd0
Merge branch 'bgo' of github.com:jw44lavo/galaxy-tools into bgo
jw44lavo Mar 27, 2025
f10a255
fix linting issues
jw44lavo Mar 28, 2025
1072542
remove CFLib settings since not used rn
jw44lavo Mar 28, 2025
07235ed
fix linting issues
jw44lavo Mar 28, 2025
2652604
rewrite get_samples to allow selection of a project
bernt-matthias Apr 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/lambdaminer/build.sql
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,7 @@

\i ./.github/lambdaminer/journal/240325-0_drop-table-ufz-user-role.sql
\i ./.github/lambdaminer/journal/240508-0_new-calibration-function.sql
\i ./.github/lambdaminer/journal/240508-1_reverse-new-calibration-function.sql
\i ./.github/lambdaminer/journal/240521-0_geo-distance-function.sql
\i ./.github/lambdaminer/journal/241205-0_update-sample-origin-check.sql
\i ./.github/lambdaminer/journal/241210-0_add-pretty-formula-function.sql
2 changes: 1 addition & 1 deletion .github/lambdaminer/lmdb_local_config.json.license
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SPDX-FileCopyrightText: 2024 Helmholtz Centre for Environmental Research GmbH - UFZ
SPDX-FileCopyrightText: 2025 Helmholtz Centre for Environmental Research GmbH - UFZ

SPDX-License-Identifier: LicenseRef-UFZ-GPL-3.0-or-later
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,10 @@ jobs:
- name: Create a database in the postgres for lambda-miner
if: steps.filter.outputs.lambdaminer == 'true'
run: |
PGPASSWORD=postgres psql -h localhost -U postgres -c "CREATE DATABASE lmdb;"
PGPASSWORD=postgres psql -h localhost -U postgres -d lmdb -q -f ./.github/lambdaminer/build.sql
PGPASSWORD=postgres psql -h localhost -U postgres -p 5432 -c "CREATE DATABASE lmdb;"
PGPASSWORD=postgres psql -h localhost -U postgres -p 5432 -d lmdb -q -f ./.github/lambdaminer/build.sql
sleep 10
PGPASSWORD=postgres psql -h localhost -U postgres -d lmdb -c "SELECT * FROM public.instrument;"
PGPASSWORD=postgres psql -h localhost -U postgres -p 5432 -d lmdb -c "SELECT * FROM public.instrument;"

# Start OMERO
- name: Start OMERO
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,10 @@ jobs:
- name: Create a database in the postgres for lambda-miner
if: steps.filter.outputs.lambdaminer == 'true'
run: |
PGPASSWORD=postgres psql -h localhost -U postgres -c "CREATE DATABASE lmdb;"
PGPASSWORD=postgres psql -h localhost -U postgres -d lmdb -q -f ./.github/lambdaminer/build.sql
PGPASSWORD=postgres psql -h localhost -U postgres -p 5432 -c "CREATE DATABASE lmdb;"
PGPASSWORD=postgres psql -h localhost -U postgres -p 5432 -d lmdb -q -f ./.github/lambdaminer/build.sql
sleep 10
PGPASSWORD=postgres psql -h localhost -U postgres -d lmdb -c "SELECT * FROM public.instrument;"
PGPASSWORD=postgres psql -h localhost -U postgres -p 5432 -d lmdb -c "SELECT * FROM public.instrument;"

# Start OMERO
- name: Start OMERO
Expand Down
3 changes: 2 additions & 1 deletion tools/lambdaminer/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*credentials.json
!test_credentials.json
!test_lmdb_credentials.json
!test_cflib_credentials.json
Loading
Loading