galaxyproteomics / tools-galaxyp

Galaxy Tool Shed repositories maintained and developed by the GalaxyP community
MIT License
34 stars 57 forks source link

Update feature_alignment (now TRIC) #643

Closed npinter closed 2 years ago

npinter commented 2 years ago

This PR updates feature_alignment which was renamed to TRIC.

npinter commented 2 years ago

tests are failing now :(

I can't find the 'All tool test results' artifact?!

bgruening commented 2 years ago

grafik

bgruening commented 2 years ago

under summary :)

npinter commented 2 years ago

under summary :)

thank you! I was expecting it somewhere here :) (it was there before): grafik

The error is: Job in error state.. tool_id: feature_alignment, exit_code: 127, stderr: /tmp/tmp1zbnmvo3/job_working_directory/000/2/tool_script.sh: line 9: feature_alignment.py: command not found

Requirements are correct: <requirement type="package" version="0.11.0">msproteomicstools</requirement>

https://bioconda.github.io/recipes/msproteomicstools/README.html

Any ideas?

bgruening commented 2 years ago

Have you tested this with planemo test --docker locally? It seems that the created container does not have the python file?

npinter commented 2 years ago

I've tested it with: planemo test --no_dependency_resolution --> all tests green

and with: planemo test --docker --> 3 of 5 tests green --> feature_alignment.py is availiable in all tests! (--> those 2 tests fail because the rpy2 package was not installed (for whatever reason))

bgruening commented 2 years ago

The one with --docker you need to get all green. That is also what is here running.

bgruening commented 2 years ago

I restarted the tests.

npinter commented 2 years ago

ping @bgruening :)

npinter commented 2 years ago

WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fa756ad0f10>: Failed to establish a new connection: [Errno 101] Network is unreachable')': /packages/34/39/cde2c8a227abb4f9ce62fe55586b920f438f1d2903a1a22514d0b982c333/flake8-4.0.1-py2.py3-none-any.whl

does the test restart itself?

bgruening commented 2 years ago

Thanks!