#!/usr/bin/env python # coding: utf-8 # ## When you have technical replicates in a data set # In[1]: import ipyrad as ip # #### Test 1: check if they assemble as replicates (i.e., do not merge them) # In[2]: d1 = ip.Assembly("d1") d1.set_params("")