

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# 为私有工作流程申请 Sentieon 许可证
<a name="private-workflows-subscribe"></a>

如果您的私人工作流程使用Sentieon软件，则需要Senieon许可证。请按照以下步骤申请和设置 Sentieon 软件的许可证：
+ 申请 Sentieon 许可证 
  + 向 Sentieon 支持小组 (support@sentieon.com) 发送电子邮件申请软件许可证。
    + 在电子邮件中提供您的 AWS 规范用户 ID。
    + 按照[以下](https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-identifiers.html#FindCanonicalId)说明查找您的 AWS 规范用户 ID。
+ 更新您的 HealthOmics 服务角色以授予其访问您所在地区的 Sentieon 许可服务器代理和 Sentieon Omics 存储桶的访问权限。以下示例授予中的访问权限`us-east-1`。如果需要，请将此文本替换为您所在的地区。

------
#### [ JSON ]

****  

  ```
  {
             "Version":"2012-10-17",		 	 	 
      "Statement": [
          {
              "Effect": "Allow",
              "Action": [
                  "s3:GetObjectAcl",
                  "s3:GetObject"
              ],
              "Resource": [
                  "arn:aws:s3:::omics-ap-us-east-1/*",
                  "arn:aws:s3:::sentieon-omics-license-us-east-1/*"
              ]
          }
      ]
   }
  ```

------
+ 生成 AWS 支持案例以获取 Sentieon 许可证服务器代理的访问权限。
  + 要创建支持案例，请导航至 [support.console.aws.](https://support.console.aws.amazon.com) amazon.com。
  + 在支持案例中提供您的 AWS 账户 和区域。您的帐户已添加到许可服务器代理的许可名单中。
+ 使用 Sentieon 容器和 Sentieon 许可证脚本构建您的私有工作流程。
  + 有关在私有工作流程中使用 Sentieon 工具的其他说明，请参阅中的 S [en](https://github.com/Sentieon/sentieon-amazon-omics) tieon-Amazon-Omics。 GitHub
+ Sentieon 软件版本 202112.07 及更高版本支持许可服务器代理。 HealthOmics 要使用 202112.07 之前的 Sentieon 软件版本，请联系 Sentieon 支持人员。