-
Notifications
You must be signed in to change notification settings - Fork 108
hide ebi scanpy tools #1662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
hide ebi scanpy tools #1662
Conversation
<section id="single-cell" name="Single-cell"> | ||
<tool file="/opt/galaxy/custom-tools/ebi-gxa/scanpy-parameter-iterator.xml" hidden="True" /> | ||
<tool file="/opt/galaxy/custom-tools/ebi-gxa/scanpy-plot-trajectory.xml" hidden="True" /> | ||
<tool file="/opt/galaxy/custom-tools/ebi-gxa/scanpy-compute-graph.xml" hidden="True" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure this one exist?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @nilchia
I don't think we have all the scanpy functions on IUC. We should keep at least the 3 EBI tools that @bgruening pointed.
Also for now, let's keep the episcanpy because the preprocessing tutorial seems to be still in use.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The compute-graph can be done by Scanpy Inspect and manipulate pp.neighbors
The plot-trajectory can be done by scanpy plot selecting pl.paga
The parameter-iterator can be skipped but it should be easy to implement it to IUC
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok. There is a tutorial on parameter iterator. We should keep it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In that training all the EBI tools are used :/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Btw. I have hidden now all tools.
Ok, that took some time ... please check in 5min if everything is hidden. There were hundreds of tools (many versions) |
As discussed at the SPOC meeting with @pavanvidem and @MarisaJL and previously with @nomadscientist 🖖 , we decided to continue with the scanpy IUC tool suite and hide the EBI version.
Currently, it is confusing for the user when they try to search "scanpy" in the tool panel, as many tools will pop up.
@nomadscientist did great work and migrated all the EBI tools of the single cell trainings to the IUC ones.
So it is time to hide EBI scanpy :)
Also the EpiScanpy tool is not maintained anymore, and snapatac2 is the replacement. We also decided to hide this as well.