-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix: fix somatic snappy (#477) #491
Conversation
…on using filter_list
…ipeline into 477-fix-somatic-snappy
…BFilter and those which aren't, and removed parallelization of EBFilter
…step documentation
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.
Just a few typos, but otherwise good.
docs/somatic_cnv.rst
Outdated
Somatic variant calling is implemented differently for exome and whole genome data. | ||
|
||
The whole genome data "branch" is currently under review, as GRCh38 support in ``Control-FREEC`` (the main workhorse for WGS CNV calling) is not complete. | ||
CNV calling in WGS data can aslo be done using ``cnvkit``, but its pipeline implementation is also incomplete. |
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.
typo in "can also be done"
for i, t in ((1, 1), (2, 1), (2, 2)) | ||
for ext in ("log", "conda_list.txt", "conda_info.txt") | ||
for chksum in ("", ".md5") | ||
for mapper in ("bwa",) |
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.
Is "mapper" actually used? There is no {mapper}
in tpl
.
.. note:: | ||
|
||
The step requires a ``cancer_matched`` configuration & samplesheet files. | ||
This is an unnecessary requirement, as might be dropped in the future. |
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.
Typo: "as might" ... better "which might"
pattern: "V5_noUTR" | ||
path: <absolute path to the Agilent V5 bed file> | ||
- name: Agilent SureSelect V5 + UTRs" | ||
patten: "V5_UTR" |
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.
Typo: "patten" vs "pattern"
The dreaded mega-PR is there!
It fixes most of the known snappy issues for the somatic branch.
There are a few glitches left with log files (that are in
work
, but not inoutput
for example), but a generic fix would be warranted (rather than a lot of fixes in each wrapper).Documentation is also improved (or at least completed): a somatic overview is there, and some steps are more clearly described. But again, there is still much to do.