bcbio / bcbio-nextgen

Validated, scalable, community developed variant calling, RNA-seq and small RNA analysis
https://bcbio-nextgen.readthedocs.io
MIT License
985 stars 353 forks source link

bcbio priorities #3242

Open naumenko-sa opened 4 years ago

naumenko-sa commented 4 years ago

Long TODO lists don't get done. We are trying to keep an issue open if a real effort is happening to resolve it. The below priority list gives a sense of where bcbio is heading in the next two releases.

Issues from the lower circles are re-opened and pushed to circle one, when there is bandwidth to work on them.

Contributions are welcome to rescue an issue from any circle!

Closed issues and implemented features are described in the release notes.

Priority circle 1 ~ ~ release 1.3.0 ~ Q2 2022

Priority circle 2

Priority circle 3

new functionality

Priority circle 4

Technical debt

The issues below don't break production, however, it is good to have them solved at some point. Contributions welcome - pick an issue, ask to re-open the issue if you are working on it. Some of them are good for the first contribution to bcbio.

Reference issues

Closed issues where no work is needed but which contain some valuable information (validations, great expertise and discussion). for better visibility.

roryk commented 4 years ago

If anyone wants to tag in and work on any of this stuff, we are happy to help orient.

lbeltrame commented 4 years ago

cfDNA calling: test and integrate ichor

I can help with this, as I've used the package extensively (200+ samples so far). It would probably need some tweaking for low fraction samples.

On cfDNA front it might be worth investigating in silico size selection, which in my tests improves sensitivity a lot. The rationale is explained in https://pubmed.ncbi.nlm.nih.gov/30404863/, which describes a dual approach (both during library preparation and during analysis), but in my experience just filtering BAMs by query size length helps. I have proof-of concept code that does this step, which we use internally.