-
-
Notifications
You must be signed in to change notification settings - Fork 67
Custom Types Lesson #27
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
Conversation
_episodes/19-custom-types.md
Outdated
The reference to a custom type is a combination of the name of the file in which | ||
the object is defined (`InterProScan-apps.yml`) and the name of the object | ||
within that file (`apps`) that defines the custom type. The square brackets | ||
`[]` define the value of the imported type as an array. |
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.
The []
mean that we want an array of the preceding type, in this case the apps
type from the imported InterProScan-apps.yaml
file
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.
Ah, great! Thanks for the clarification. I will update and push tomorrow morning.
This is ready |
A first attempt at a lesson on custom types. I couldn't find much description of exactly how they are implemented/use cases, so some of what I've written might be inaccurate. Please have a look through and let me know what you'd like me to add/change.
Perhaps I should include a warning against actually downloading interproscan, because it's so large?