You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My R script is not splitting regions in the bed file but is rather grouping them to launch in parallel. This is good for exomes as the bed file contains many line (~ one per exon), but the user should also have the option to allow cutting lines of the bed to make calculation faster when they contain only a few large lines. This is related to #39 where for full genomes there is no bed so we will have to cut the chromosomes in chunks.
The text was updated successfully, but these errors were encountered:
Of course splitting a region is not always good if you split right in the middle of an indel, so it should remain the user choice (like with an option allow_bed_cut or something like this).
My R script is not splitting regions in the bed file but is rather grouping them to launch in parallel. This is good for exomes as the bed file contains many line (~ one per exon), but the user should also have the option to allow cutting lines of the bed to make calculation faster when they contain only a few large lines. This is related to #39 where for full genomes there is no bed so we will have to cut the chromosomes in chunks.
The text was updated successfully, but these errors were encountered: