-
Notifications
You must be signed in to change notification settings - Fork 25
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
Responding to Feedback #237
Responding to Feedback #237
Conversation
ConnorChato
commented
Mar 23, 2023
•
edited
Loading
edited
- The sparepeates need to be downloaded from source instead of manually inputted by user.
- The output needs to be adjusted to show a more complete table. This table needs to be collapsable through galaxy's running of multiple separate inputs
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 so much @ConnorChato , this looks amazing. It's great to be able to remove that parameter requiring someone to pass in the repeats. Two comments I have:
- Could you update the
galaxyN
version part fromgalaxy0
togalaxy1
, since you are modifying the behavior of the wrapper? - Do you know how the tool works when you don't pass the repeats file? I have a suspicion that it will automatically download this file each time. Could this cause conflicts when multiple instances of this tool are run at the same time? As an example, is it storing the repeats fasta file in a fixed location (where multiple running instances could overwrite each others files)? Or is this fasta file stored in a unique location for every run of the tool?
…s:https://github.com/phac-nml/galaxy_tools into 236-updates-to-spatyper-based-on-user-feedback
|
Tried forcing the blanks into -r and -o and it caused errors, so it looks like defaults will have to do for now. Should behave the same way anyway. |
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.
Okay. This all looks good for me. Thanks so much.