diff --git a/src/python/qualitative_analysis.py b/src/python/select_from_results.py similarity index 94% rename from src/python/qualitative_analysis.py rename to src/python/select_from_results.py index 000d3a377c..3f048b4c76 100755 --- a/src/python/qualitative_analysis.py +++ b/src/python/select_from_results.py @@ -1,7 +1,10 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -"""Output a subset of the results that match a hard-coded condition, to a hard-coded file.""" +"""Output a subset of the results that match a hard-coded condition, to a hard-coded file. + +To change the condition or file, edit this script. +""" import pandas as pd