File tree 1 file changed +4
-4
lines changed
scripts/refcodes_with_properties
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
30
30
- create a text control file with the various control lines specified
31
31
- call Python to read the script and specify necessary arguments
32
32
33
- ~~~
33
+ ~~~ bash
34
34
python refcodes_with_properties.py --help
35
35
~~~
36
36
@@ -39,8 +39,8 @@ The above will print an extended help message that describes the registered
39
39
You can run the script with an Example file. Results are printed by default and can be redirected to be saved in an
40
40
output file, e.g.
41
41
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
44
44
~~~
45
45
46
46
This 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.
51
51
- Use the installed version of the CSD Python API, for example C:\Users\< YOUR WINDOWS USERNAME>
52
52
\CCDC\ccdc-software\csd-python-api assuming the CCDC tools are installed in the ususal place do this
53
53
54
- ~~~
54
+ ~~~ bat
55
55
C:\Users\<YOUR WINDOWS USERNAME>\CCDC\ccdc-software\csd-python-api\run_python_api.bat refcodes_with_properties.py --help
56
56
~~~
57
57
You can’t perform that action at this time.
0 commit comments