Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 259 Bytes

File metadata and controls

10 lines (7 loc) · 259 Bytes

create environment with following command: conda env create --name COMET --file=environment.yml

example run script:

python run_pipeline.py
--yaml_file /home/nicholass/COMET/Tests/inputs/test.yml
--output_dir Tests/outputs
--threads 128