galaxyproject / usegalaxy-playbook Public
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
Roary 3.13.0 fails at usegalaxy.org -- likely installation issue #293
Comments
|
It's unclear to me what's broken here but apparently the Perl error is not the problem. |
|
One thing that stands out: why does the tool wrapper copy its inputs? Are symlinks not sufficient? cp '/galaxy-repl/main/files/038/407/dataset_38407948.dat' 'Prokka on data 5: gff.gff' && cp '/galaxy-repl/main/files/038/411/dataset_38411630.dat' 'Prokka on data 11: gff.gff' && roary -f out -p ${GALAXY_SLOTS:-1} -e -n -i '95' -cd '99.0' -g '50000' -t '11' -iv '1.5' 'Prokka on data 5: gff.gff' 'Prokka on data 11: gff.gff'@Takadonet any thoughts? Looks like you originally implemented the input handling. |
|
Reason being is that Roary will follow the softlink and use that file name instead of the soft link name. All names would be dataset_### |
|
Ahhh gotcha. Blech, ok, thanks. |
|
Ah, it's not handling spaces in the input filenames: |
|
Probably. That is my mistake assuming that file name would be command line friendly. |
|
They're quoted, though, so I think roary is not reading those params correctly? |
|
Roary cannot handle them. |
|
@bgruening did you fix this manually somehow on usegalaxy.eu? |
|
I don't think so. |
|
Summary:
The upstream tool commonly used (Prokka), when executed in Galaxy on individual datasets, will always insert spaces into the result dataset names. When Prokka is executed with a collection input, spaces in dataset names are avoided from the start. Collections and workflows are worth learning about. If interested, please see: |
Tool:
Roary the pangenome pipeline - Quickly generate a core gene alignment from gff3 files (Galaxy Version 3.13.0)Workaround for end-users: Until the tool is corrected at usegalaxy.org and this ticket closes out, it can be used instead at usegalaxy.eu.
Troubleshooting: seems to have three problems
Test histories: use some of the tutorial data from here: https://training.galaxyproject.org/training-material/topics/assembly/
Error for the usegalaxy.org test. Is the same as reported at Galaxy Help here: https://help.galaxyproject.org/t/roary-fatal-error-exit-code-2/3164
ping @davebx @mvdbeek @natefoo
The text was updated successfully, but these errors were encountered: