Fixes an error where generating sample tables would fail if there are many samples due to too many shell arguments.
!!! Updating to this version from a previous version will potentially trigger reruns of certain rules
Updating to this version from a previous version will trigger some reruns in the following rules:
angsd_makeBamlist, compile_endo_cont, merge_ind_depth, merge_ibs_ref_bias, compile_kinship_stats_sfs, aggregate_fst_global, and aggregate_fst_window
While the code for these rules has changed, the output is identical to previous versions, so reruns due to the code change can be safely ignored.
What's Changed
- Fix rules that combine sample outputs failing when dataset has a large number of samples by @zjnolen in #73
- Allow dispatching tests action by @zjnolen in #75
Full Changelog: v0.4.3...v0.4.4