-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
List of user guide issues #5
Comments
I think even before getting into syntax details the user guide needs to give a much better conceptual description of the CWL objects and in general terms how they might be constructed and manipulated. Then the logic behind why CWL is the way is will be much clearer and will help people like me solve specific problems. For example, I hit the common issue that bam indexes need to travel along side the bam files even though the tools don't explicitly reference them. I found the solution on biostars (I think). This is it:
This does makes no sense to me. It seems to be javascript manipulating an internal CWL object. Without a model of what's going in CWL not only do I not understand this but I have no way to solve similar issues (of which there are many). CWL is very rich, the user guide also needs much more coverage of its features. In particular, what can be done with JS needs more coverage. (Please bear in mind, some people are allergic to JS.) |
Thanks @evan-wehi this is a good point. And I agree completely about the need for more coverage of features in general. I'm nearly done with the more functional aspects of migrating the gentle intro material, at which point I hope that we can quickly begin to add additional sections and flesh out what is there already. |
#!/usr/bin/env cwl-runner
to user guide and examples add #!/usr/bin/env cwl-runner to User guide and its examples common-workflow-language#436The text was updated successfully, but these errors were encountered: