-
Notifications
You must be signed in to change notification settings - Fork 57
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
Validate Workflow Examples with cwltool #958
Comments
To clarify, this isn't only about |
As new updates on testing with somatic_exome workflow examples, I finally got a succeeded build using the latest analysis-workflows Git repository (as of today, #1000 merged). My test job went smooth and I don't have any issue. All examples for somatic_exome workflow successfully work. Below are two points to discuss. (1) Interpretation of results (2) Next plan This test was done with my somatic_exome YAML update. But I didn't push it yet because I saw Chris and John's work in parallel. I will keep updating them on this. |
Here is a progress update on Workflow Examples, especially somatic_exome CWL workflow. As updated above, I confirmed that the current examples work without any problem for the latest somatic_exome workflow (at analysis-workflows Git). All issues that we discussed were resolved, for example vcf_santize and samtools_merge. @johnegarza is now working on new examples for the somatic_exome workflow by cutting down to the BRCA genes, to replace the current examples. He is cleaning up huge example files (#645 Clean up example_data directory). |
As the next workflow example, I am testing the latest rnaseq.cwl and rnaseq_star_fusion.cwl with the current workflow examples. I have updated the rnaseq YAML example (analysis-workflows/example_data/rnaseq/workflow.yaml) for test. Most reference inputs in the YAML files need updating with the latest ones we're using. My test job with rnaseq.cwl is running, in order to find out any broken steps if any. |
I found that the current |
I have submitted a new PR to fix the broken rnaseq.cwl. I merged PR #1007 to fix the problem in indexing a merged BAM. I have created the next PR #1013 to finalize this work. I made the rnaseq.cwl workflow example up-to-date and fixed the gpbigwig_bamcoverage step, as I discussed with @sridhar0605. In sum, I validated the current rnaseq.cwl, and it is working now with this updated workflow example. |
I was working on another issue and discovered that the example input YAML I was using was outdated and the workflow I was running could be run with Cromwell but not
cwltool
. Before putting out a new release, it'd be good to polish up the examples and make sure they can be run withcwltool
. (Our current automated tests are pinned to an older version; should we also test against the latestcwltool
for the release?)This is somewhat related to #645, but with a different objective.
The text was updated successfully, but these errors were encountered: