cactus_preprocess
简介
Preprocessing tool for running cactus
脚本
输入
任务名称 | 变量名称 | 类型 | 描述 |
---|---|---|---|
* cactus_step1 | names | Array[String] | 空格分割输出文件名称列表(每个与in_files的对应) |
* cactus_step1 | files | Array[File] | 空格分割的输入fasta路径列表 |
cactus_step1 | memory | String | 任务运行的内存数量,注意1.取值范围为0.25核-32核,另外还可选48核和64,CPU必须为0.25核的整数倍;2.内存取值范围>为1GB-512GB,且内存必须为1GB的整数倍3.CPU/内存配比值必须在1:2到1:8之间 |
cactus_step1 | cpu | String | 任务运行的CPU数量,注意1.取值范围为0.25核-32核,另外还可选48核和64,CPU必须为0.25核的整数倍;2.内存取值范围为1GB-512GB,且内存必须为1GB的整数倍3.CPU/内存配比值必须在1:2到1:8之间 |
cactus_step1 | config_file | File | cactus配置文件 |
输出
任务名称 | 变量名称 | 类型 | 描述 |
---|---|---|---|
* cactus_step1 | out_hal | Array[File] | 输出hal 类型文件列表,通过填写this.xxx将输出文件返回到对应表格xxx列 |