“CCDC检索方法”的版本间的差异

来自化工学习站
跳到导航 跳到搜索
(建立内容为“CCDC的软件检索方法 1 CellCheckCSD 1 General Information CellCheckCSD is best used via third-party XRD data collection programs tha…”的新页面)
 
 
(未显示同一用户的12个中间版本)
第1行: 第1行:
CCDC的软件检索方法
+
利用CellCheckCSD 软件进行CCDC数据库的检索,查重的方法。
  
1 CellCheckCSD
+
==CellCheckCSD 软件==
 +
下载地址[https://ccdc.cam.ac.uk/Community/csd-community/CellCheckCSD/]
  
 +
==Winddows版==
 +
安装方法[略]
 +
检索方法:
 +
    ccdc_searcher.bat -query <XML query file path> [-results <XML results file path>] [-help]
 +
-query      : 检索文件,XML格式
  
    
+
-results   : 检索结果文件,不指定则为当前目录下的 'ccdc_searcher.xml'
1                  General Information
 
CellCheckCSD is best used via third-party XRD data collection programs that act as an interface to it, such as Agilent's CrysAlisPro, or Bruker's APEX2. CellCheckCSD may also be used via the command line by first preparing a suitable XML input file, by using the arguments detailed below. See the example XML query files and the ReducedCellQuerySchema.txt file for details on how to construct a suitable input XML file.
 
  
1.1                Supported Platforms
+
-help      : 帮助文件
CellCheckCSD 1.2.9 is supported on:
 
  
Windows - Intel compatible, 64-bit:
+
例:
-         Windows 10 and 11
+
    ccdc_searcher.bat -query query1.xml
 +
    ccdc_searcher.bat -query D:\queries\query2.xml -results D:\results\results2.xml
 +
    ccdc_searcher.bat -query query1.xml -results results1.xml
  
Linux - Intel compatible. 64-bit versions are available for:
+
==Linux 版==
-          RedHat Enterprise 7.6 or higher, and 8
 
  
-          CentOS 7.6 or higher
+
安装方法[略]
  
-         CentOS Stream 8
+
检索方法:   
 +
    ./ccdc_searcher -query <XML query file path> [-results <XML results file path>] [-help]   
 +
参数同windows版本
  
-          Ubuntu LTS 18 and 20
+
将目录加入环境变量的方法:
 
+
    export PATH=<installdir>/bin:$PATH
 
 
We do not support Wayland as a display server protocol (see known issues).
 
 
 
 
 
 
Note: As we add support for newer versions of Linux, support for older versions may have to be withdrawn. If you are using a linux version near the minimum that we support, we would recommend updating in the near future to ensure you are able to use future CSD software updates without interruption.
 
 
 
2                  Windows Version Instructions
 
2.1                Usage
 
CellCheckCSD is run via the 'ccdc_searcher.bat' file located in the top directory of your installation. It is run in the following way via a DOS command prompt window from within the top directory of your installation:
 
 
 
 
 
 
ccdc_searcher.bat -query <XML query file path> [-results <XML results file path>] [-help]
 
 
 
 
 
 
-query      : Required Argument - the full path to the XML query file to search for
 
 
 
-results    : Optional Argument - the full path to the XML search results file to write; if not defined, will write results to 'ccdc_searcher.xml' in current directory
 
 
 
-help      : Optional Argument - show usage and exit
 
 
 
2.2                Examples
 
 
 
 
ccdc_searcher.bat -query query1.xml
 
 
 
ccdc_searcher.bat -query D:\queries\query2.xml -results D:\results\results2.xml
 

2022年9月14日 (三) 14:27的最新版本

利用CellCheckCSD 软件进行CCDC数据库的检索,查重的方法。

CellCheckCSD 软件

下载地址[1]

Winddows版

安装方法[略] 检索方法:

   ccdc_searcher.bat -query <XML query file path> [-results <XML results file path>] [-help]

-query : 检索文件,XML格式

-results : 检索结果文件,不指定则为当前目录下的 'ccdc_searcher.xml'

-help : 帮助文件

例:

   ccdc_searcher.bat -query query1.xml
   ccdc_searcher.bat -query D:\queries\query2.xml -results D:\results\results2.xml
   ccdc_searcher.bat -query query1.xml -results results1.xml

Linux 版

安装方法[略]

检索方法:

   ./ccdc_searcher -query <XML query file path> [-results <XML results file path>] [-help]    

参数同windows版本

将目录加入环境变量的方法:

    export PATH=<installdir>/bin:$PATH