Skip to content
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

Fixed spaces in name #99

Merged
merged 1 commit into from
Jun 18, 2018
Merged

Fixed spaces in name #99

merged 1 commit into from
Jun 18, 2018

Conversation

apetkau
Copy link
Member

@apetkau apetkau commented Jun 18, 2018

This fixes an issue where there were spaces (or other characters) in the Galaxy tool dataset name, see phac-nml/staramr#18. In this case, the dataset name was Shovill on data 11 and data 10: Contigs.fasta, but this caused issues when running staramar (in makeblastdb).

My solution for Galaxy is to swap out spaces and () characters with an underscore _.

I did not increment the Galaxy tool version number since this is just a small bugfix (when submitting to the Galaxy toolshed, this version will now labelled version 0.2.0, though the older version of the tool will still be kept around if needed).

@apetkau apetkau requested a review from peterk87 June 18, 2018 20:31
Copy link
Contributor

@peterk87 peterk87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey Aaron, I think this is a reasonable fix. I've encountered the same issue with makeblastdb, and unfortunately, no amount of "quoting", '"double quoting"' or anything helped so replacing those characters is the way to go.

Once this PR passes CI, I think it'll be ready to merge.

@apetkau
Copy link
Member Author

apetkau commented Jun 18, 2018

Awesome, thanks Peter.

@peterk87 peterk87 merged commit 1b3cd6d into master Jun 18, 2018
Kurt-Hanel pushed a commit to Kurt-Hanel/galaxy_tools that referenced this pull request Apr 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants