Skip to content

Commit

Permalink
Don't drop chromosome 0 SNPs; see #13
Browse files Browse the repository at this point in the history
  • Loading branch information
apriha committed Nov 2, 2019
1 parent a38b773 commit 97940b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/snps/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ def read_ftdna(self, file):
)

# remove incongruous data
df = df.drop(df.loc[df["chrom"] == "0"].index)
df = df.drop(
df.loc[df.index == "RSID"].index
) # second header for concatenated data
Expand Down

0 comments on commit 97940b4

Please sign in to comment.