-
Notifications
You must be signed in to change notification settings - Fork 1k
Source extractor tutorial #6265
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: main
Are you sure you want to change the base?
Source extractor tutorial #6265
Conversation
I copied the tutorial from Voronoi segmentation and started modifiying
added images
Co-authored-by: Beatriz Serrano-Solano <[email protected]>
Co-authored-by: Beatriz Serrano-Solano <[email protected]>
Co-authored-by: Beatriz Serrano-Solano <[email protected]>
Co-authored-by: Beatriz Serrano-Solano <[email protected]>
Co-authored-by: Beatriz Serrano-Solano <[email protected]>
Co-authored-by: Beatriz Serrano-Solano <[email protected]>
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.
It's a bit unclear to me how the user is guided through the tutorial. Could you clarify that a bit?
(Also, there seems to be a broken link somewhere)
```python | ||
import numpy as np | ||
kernel = np.loadtxt("filter.txt") | ||
``` |
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.
Still not clear to me where this happens
I do not understand why the linting fails at that link. |
I made a few changes related to the order of the text and also added some clarifications. (Is it more clear ? if not I will try to change more ) |
https://github.com/galaxyproject/training-material/actions/runs/17102310181/job/48501969342?pr=6265 I do not understand this either, both syntax and path look good to me, maybe @shiltemann can help here? |
Can it be that the |
Green! Any other review needed? @beatrizserrano @kostrykin ? |
TODO: Describe your changes here..