bgruening / galaxytools

:microscope::books: Galaxy Tool wrappers
MIT License
116 stars 227 forks source link

Adding GPU parameters for racon #1297

Closed gulsumgudukbay closed 1 year ago

gulsumgudukbay commented 1 year ago

Added GPU parameters for racon to allow execution of the GPU supported version of racon.

bgruening commented 1 year ago

@gulsumgudukbay do you know when this extension was merged? Was it merged into 23.0 or dev?

mvdbeek commented 1 year ago

23.0, but we still need to release packages.

gulsumgudukbay commented 1 year ago

23.0, but we still need to release packages.

Hi Marius, what do you mean by packages?

bgruening commented 1 year ago

Galaxy consists of many python packages and planemo the Galaxy SDK is using those packages. Since Galaxy 23.0 is not release we do not have those packages yet and planemo can is failing to lint your additions.

gulsumgudukbay commented 1 year ago

Galaxy consists of many python packages and planemo the Galaxy SDK is using those packages. Since Galaxy 23.0 is not release we do not have those packages yet and planemo can is failing to lint your additions.

Hi @bgruening , are the tests triggered automatically whenever the packages are released?

gulsumgudukbay commented 1 year ago

Galaxy consists of many python packages and planemo the Galaxy SDK is using those packages. Since Galaxy 23.0 is not release we do not have those packages yet and planemo can is failing to lint your additions.

I updated the profile to 22.01 as Marius told me in the Instagraal tool GPU tags (PR #1317 )

gulsumgudukbay commented 1 year ago

Galaxy consists of many python packages and planemo the Galaxy SDK is using those packages. Since Galaxy 23.0 is not release we do not have those packages yet and planemo can is failing to lint your additions.

All tests have passed for racon tool. Do I have to do anything else for the merge?

bgruening commented 1 year ago

Thanks!