pub const EXAMPLES_CU: &str = "\
\nRun OpenBabel substructure matching with input molecule 'c1cccc1N=O' on dataset 'test_chembl', and save the results locally 
cu job --operator ob_ss --dataset test_chembl --smiles c1ccccc1N=O -s
\nRun fingerprint based similarity search with input molecule 'c1cccc1N=O' on dataset 'test_chembl', using OpenBabel ECFP4 fingerprint, setting minimal tanimoto coefficient to 0.25, and save the results locally.
cu job --operator ob_sim --dataset test_chembl --smiles c1ccccc1N=O --fingerprint ob_ecfp4_1024 --threshold 0.25 -s
";