This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""python script using the cavatica api to group certain files into a specific folder in a cavatica project. | |
Can be used to sort local files from upstream analysis into individual folders for downstream analysis with other tools within Cavatica. | |
Learn more about the cavtaica API at: https://github.com/kids-first/kf-cavatica-python-tools | |
or https://sevenbridges-python.readthedocs.io/en/latest/quickstart/""" | |
import sevenbridges as sbg | |
import argparse | |
import pandas as pd |