-
Notifications
You must be signed in to change notification settings - Fork 14
Update file examples #1067
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
base: main
Are you sure you want to change the base?
Update file examples #1067
Conversation
DriesSchaumont
left a comment
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.
Could you alway use a YAML list please?
input.bam, input.sam, input.cram
becomes
["input.bam", "input.sam", "input.cram"]
This results in parsing issues, when we don't set |
Let's discuss offline... May have to rethink the approach for parsing examples to show on VH from the configs |
Changelog
Make sure all arguments with
type: filehave a correct example attached.Checklist before requesting a review
I have performed a self-review of my code
Conforms to the Contributor's guide
Check the correct box. Does this PR contain:
Proposed changes are described in the CHANGELOG.md
CI tests succeed!