File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
scripts/refcodes_with_properties Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ simple decscription of the test set used that any researcher could then reproduc
3030- create a text control file with the various control lines specified
3131- call Python to read the script and specify necessary arguments
3232
33- ~~~
33+ ~~~ bash
3434python refcodes_with_properties.py --help
3535~~~
3636
@@ -39,8 +39,8 @@ The above will print an extended help message that describes the registered
3939You can run the script with an Example file. Results are printed by default and can be redirected to be saved in an
4040output file, e.g.
4141
42- ~~~
43- $ python refcodes_with_properties.py -c example_control_file.txt -o mylist.gcd
42+ ~~~ bash
43+ python refcodes_with_properties.py -c example_control_file.txt -o mylist.gcd
4444~~~
4545
4646This will generate a GCD file that can be used in other work.
@@ -51,7 +51,7 @@ This will generate a GCD file that can be used in other work.
5151- Use the installed version of the CSD Python API, for example C:\Users\< YOUR WINDOWS USERNAME>
5252 \CCDC\ccdc-software\csd-python-api assuming the CCDC tools are installed in the ususal place do this
5353
54- ~~~
54+ ~~~ bat
5555C:\Users\<YOUR WINDOWS USERNAME>\CCDC\ccdc-software\csd-python-api\run_python_api.bat refcodes_with_properties.py --help
5656~~~
5757
You can’t perform that action at this time.
0 commit comments