Skip to content

Commit

Permalink
added mouse clocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Camillo authored and Lucas Camillo committed Dec 11, 2023
1 parent 6c38229 commit f76cb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/make_clock_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def pad(s, length):
df.columns = ["clock_name",] + list(df.columns[1:])
df = df.sort_values("clock_name")
df = df.drop("citation", axis=1)
df = df.drop("implementation_approved_by_author(s)", axis=1)
#df = df.drop("implementation_approved_by_author(s)", axis=1)
df = df.loc[:,["clock_name", "data_type", "species", "year", "preprocessing", "postprocessing", "doi", "notes"]]

# Convert to rst format
Expand Down

0 comments on commit f76cb96

Please sign in to comment.