Open buehlere opened 1 month ago
add class function called def sort so vardict filter_single and vardict case_control return vcfs sorted on chromosome and position. Sort should be called for the command here.
def sort
vardict filter_single
vardict case_control
Just fyi, sort should be called after the closing of file handle.
add class function called
def sort
sovardict filter_single
andvardict case_control
return vcfs sorted on chromosome and position. Sort should be called for the command here.