File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525subprocess .run (python_cmd + " ../poppunk-runner.py --qc-db --ref-db example_db --overwrite" , shell = True , check = True )
2626subprocess .run (python_cmd + " ../poppunk-runner.py --qc-db --ref-db example_db --output example_qc --length-range 2000000 3000000 --overwrite" , shell = True , check = True )
2727subprocess .run (python_cmd + " ../poppunk-runner.py --qc-db --ref-db example_db --output example_qc --remove-samples remove.txt --overwrite" , shell = True , check = True )
28- # test if QC gives the same output as the original distances when there is no samples to remove
28+ subprocess .run (python_cmd + " ../poppunk-runner.py --qc-db --ref-db example_db --output example_qc --auto-max-dists both --overwrite" , shell = True , check = True )
29+ # test if QC gives the same output as the original distances when there is no sample to remove
2930subprocess .run (python_cmd + " ../poppunk-runner.py --qc-db --ref-db example_qc --output example_qc_noRemove" , shell = True , check = True )
3031
3132
You can’t perform that action at this time.
0 commit comments