We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
planemo shed_init --name=seqtk_test --owner=planemo --description="seqtk wrapper for test"
produces
description: !!python/unicode 'seqtk wrapper for test' name: !!python/unicode 'seqtk_test' owner: !!python/unicode 'planemo'
it still works with other Planemo commands but maybe is not valid .yaml and the types are not neccesary I think.
The text was updated successfully, but these errors were encountered:
oooh, yeah, those need to be cast in str()
str()
Sorry, something went wrong.
Implicitly treat .shed.yml contents as unicode.
f0610d7
Eliminates ugly type hints in .shed.yml files created by shed_init - closing #243.
Closed with f0610d7.
No branches or pull requests
planemo shed_init --name=seqtk_test --owner=planemo --description="seqtk wrapper for test"
produces
it still works with other Planemo commands but maybe is not valid .yaml and the types are not neccesary I think.
The text was updated successfully, but these errors were encountered: