-
Notifications
You must be signed in to change notification settings - Fork 448
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
Add autoBIGS to IUC Toolshed #6799
Conversation
Co-authored-by: Björn Grüning <[email protected]>
Co-authored-by: Björn Grüning <[email protected]>
Co-authored-by: Björn Grüning <[email protected]>
Co-authored-by: Björn Grüning <[email protected]>
It looks to me #6799 (comment) should wait for bioconda/bioconda-recipes#54159 to be approved which I will implement into the Galaxy tool down the line if this is acceptable. Thanks for the approval on the 0.6.0 release. I've updated the Galaxy tool XML. I unfortunately caught a bug with an optional argument that I need to use with Galaxy. I've fixed it as a release in 0.6.1 with it's PR at bioconda/bioconda-recipes#54170. After this PR is accepted, I'll run testing (automatic and manual) and push the changes. |
I believe the latest commit (c2efa2b) fails because it depends on bioconda/bioconda-recipes#54197 (PR for autobigs-cli 0.6.2) being merged. Namely, I added the ability to use comma separated lists of FASTA. I can confirm, while using I've also added more tests to cover such use cases. |
Thanks for approving of 0.6.2. As of c2efa2b, I am solely waiting for further review and approval of this PR. |
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.
very nice! @RealYHD thanks a lot for considering all the crazy ideas ... :)
Adds a Galaxy tool wrapper for autoBIGS.cli, a command line interface for batched sequence typing.
FOR CONTRIBUTOR: