cnr-ibba / nf-modules

Custom Nextflow DSL2 modules
MIT License
0 stars 0 forks source link

[FEATURE] split freebayes input relying on BAM size #17

Closed bunop closed 2 years ago

bunop commented 2 years ago

Is your feature request related to a problem? Please describe

Is difficult to tune freebayes/parallel step when having a lot of samples.

Describe the solution you'd like

Try to utilize a different approach using split_ref_by_bai_datasize.py

Describe alternatives you've considered

Another method could be use coverage_to_regions.py, however this seems to work on single .bam files

Additional context