LarsNauheimer / HybPhaser

Workflow to detect and phase hybrids in target capture data
GNU General Public License v3.0
15 stars 5 forks source link

Correct file list from directory search #13

Open bmichanderson opened 1 year ago

bmichanderson commented 1 year ago

The main patch is to add a pattern to the file search in script "3b_collate_phasing_stats.R" (line 17) so that it doesn't just assume all files in the directory are stats files (possible if the user specified a specific directory for the phasing stats rather than a default empty directory).

The other changes are to the 2a 2b 3a 3b scripts to clean up the code a bit for readability and slight syntax changes (these are minor and shouldn't affect the functions).