Skip to content

Commit

Permalink
Docstring descriptions for scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalrussell committed Mar 25, 2024
1 parent 858d3b2 commit 7bdd3f3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/generate_datapackage_json.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"""Generate datapackage.json for full dataset
Run as the final data-generation step in the Snakemake workflow.
"""

from collections import defaultdict
import json
from operator import itemgetter
Expand Down
6 changes: 6 additions & 0 deletions scripts/published_metadata.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
"""Generate CSV of Zenodo records published
Run outside of the Snakemake workflow, as occasional job to record the
publication of datasets.
"""

import csv
import os
import time
Expand Down

0 comments on commit 7bdd3f3

Please sign in to comment.