nf-core / metapep

From metagenomes to epitopes and beyond
https://nf-co.re/metapep
MIT License
8 stars 5 forks source link

Comment out the testing of conda #146

Closed tillenglert closed 1 week ago

tillenglert commented 1 week ago

The CI tests for conda are failing. The reasons are:

The PRODIGAL module produces a slightly different output (proteins.tsv.gz). This results in changed tables in following modules. MHCNuggets produces small rounding differences, which lead to different predictions in these tests, and the prediction log is changed due to a changed path within the file.

I tried to keep the tests, but accessing which profile is run within the test is really time intensive compared to the expected usage of conda (which is either way not recommended).

Therefore for now, I would turn off CI testing using conda.

PR checklist