Skip to content

shed_init produces yaml with Pythonic types described #243

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

Closed
martenson opened this issue Jun 30, 2015 · 2 comments
Closed

shed_init produces yaml with Pythonic types described #243

martenson opened this issue Jun 30, 2015 · 2 comments
Labels

Comments

@martenson
Copy link
Member

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.

@hexylena
Copy link
Member

oooh, yeah, those need to be cast in str()

@hexylena hexylena added the bug label Jun 30, 2015
jmchilton added a commit that referenced this issue Jul 2, 2015
Eliminates ugly type hints in .shed.yml files created by shed_init - closing #243.
@jmchilton
Copy link
Member

Closed with f0610d7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants