usegalaxy-au / usegalaxy-au-tools

Tool yaml files for usegalaxy.org.au (main and dev servers)
7 stars 20 forks source link

Install request for single cell lab tools #1092

Closed neoformit closed 3 months ago

neoformit commented 3 months ago

I concatenated all the single cell sections into our one "Single-Cell" section. This way I think we should be able to have them all installed to the base site as normal, but then split them into custom sections with a panel_view for the SC lab.

cat-bro commented 3 months ago

Don't worry about "Error: scanpy_plot revision 9a169729c9f9 is not installable" - that should be a warning because Galaxy will either install the next installable revision or skip because that revision is already installed.

Something like this: "Warning: Tool scanpy_run_umap revision ea91cfd0444e is already installed on https://staging.gvl.org.au/ in a different section 'HCA Single-cell'" needs to be fixed (should be an error)

cat-bro commented 3 months ago

I'll push some linter commits onto this

neoformit commented 3 months ago

Ok I'll filter out the ones that are already installed

neoformit commented 3 months ago

I made a little python script to remove tools that are already installed in a different section. Could that go in scripts/ here?

cat-bro commented 3 months ago

that would be great

neoformit commented 3 months ago

Done @cat-bro

cat-bro commented 3 months ago

Thanks @neoformit . Not quite ready to merge this, thinking about adding container arrangements in tpv prior to merging.

neoformit commented 3 months ago

Let me know if I can do anything else

cat-bro commented 3 months ago

Thanks @neoformit. Could you please cut off everything below line 111 and paste it into another request? The installation process has been unpredictable so I'd like to see how it copes with the new release before giving it a bigger request.

neoformit commented 3 months ago

Sure, into a different file or different branch/PR?

cat-bro commented 3 months ago

different PR

neoformit commented 3 months ago

Done