Skip to content

Commit

Permalink
de 'pdb'
Browse files Browse the repository at this point in the history
  • Loading branch information
rbpisupati committed Apr 22, 2021
1 parent 63cbb4d commit c4ba20d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion snpmatch/core/genotype_cross.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ def genotype_cross_hmm(self, input_file):
t_genotypes.iloc[:, sample_ix] = t_model.predict(ebin_gt_polarized.reshape((-1, 1)))
allSNPGenos = allSNPGenos.append(t_genotypes)
allSNPGenos_raw = allSNPGenos_raw.append(t_genotypes_raw)
import ipdb; ipdb.set_trace()
pos_em_cm = pd.Series(allSNPGenos.index, index = allSNPGenos.index).str.replace(":",",").apply(genome.estimated_cM_distance)
allSNPGenos = allSNPGenos.astype(str).agg(','.join, axis=1)
to_rqtl_result = pd.Series(allSNPGenos.index, index = allSNPGenos.index )
Expand Down

0 comments on commit c4ba20d

Please sign in to comment.