Skip to content

Commit

Permalink
manually resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
yibeichan committed Jan 8, 2024
1 parent e4d20e1 commit f511f32
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions reproschema/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,18 +100,6 @@ def serve(port):
start_server(port=port)


@main.command()
@click.argument("csv_path", type=click.Path(exists=True, dir_okay=False))
@click.argument("yaml_path", type=click.Path(exists=True, dir_okay=False))
def redcap2reproschema(csv_path, yaml_path):
"""
Convert REDCap CSV files to Reproschema format.
"""
try:
redcap2rs(csv_path, yaml_path)
click.echo("Converted REDCap data dictionary to Reproschema format.")
except Exception as e:
raise click.ClickException(f"Error during conversion: {e}")
@main.command()
@click.argument("csv_path", type=click.Path(exists=True, dir_okay=False))
@click.argument("yaml_path", type=click.Path(exists=True, dir_okay=False))
Expand Down

0 comments on commit f511f32

Please sign in to comment.