-
Notifications
You must be signed in to change notification settings - Fork 10
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
docs: example jsons #183
base: main
Are you sure you want to change the base?
docs: example jsons #183
Conversation
} | ||
|
||
call util.download as fasta_download { input: | ||
url = reference_fa_url, | ||
outfile_name = reference_fa_name, | ||
md5sum = reference_fa_md5 | ||
md5sum = reference_fa_md5, | ||
disk_size_gb = reference_fa_disk_size_gb, |
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.
I was going to object to the workflow-level parameters, but since disk_size_gb
is a required parameter without a default in util.download
, I don't think we have much choice.
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.
I had 13 of 14 files marked as viewed. So I reviewed that last remaining file and didn't revisit the others.
Going to leave this open until I get a chance to run all of it through miniwdl. Not difficult, but would take some time I don't have at the moment. Will do that sanity check sometime next week. |
closes #182