diff --git a/workflow/scripts/parseMeta.py b/workflow/scripts/parseMeta.py index d2fb8fae73348403032e7509b4a9e67cba30d3b7..813f9b046aab64d194954c8d3dd32ac2da1c5be5 100644 --- a/workflow/scripts/parseMeta.py +++ b/workflow/scripts/parseMeta.py @@ -3,6 +3,8 @@ import argparse import pandas as pd +warnings.simplefilter(action='ignore', category=FutureWarning) + def get_args(): parser = argparse.ArgumentParser() parser.add_argument('-r', '--repRID',help="The replicate RID.",required=True)