浏览代码

更新 'defaults'

master
biochenglinliu 1年前
父节点
当前提交
c036624a28
共有 1 个文件被更改,包括 8 次插入8 次删除
  1. +8
    -8
      defaults

+ 8
- 8
defaults 查看文件

{ {
"starfusion_database_dir":"oss://pgx-reference-data/reference/starfusion/ctat_genome_lib_build_dir/",
"starfusion_docker":"registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/starfusion:1.10.0",
"starfusion_cluster":"OnDemand bcs.b4.3xlarge img-ubuntu-vpc",
"starfusion_database_dir":"oss://database-shaolab/starfusion/ctat_genome_lib_build_dir/",
"starfusion_docker":"registry.cn-shanghai.aliyuncs.com/shaolab2023_docker/starfusion:1.10.0",
"starfusion_cluster":"OnDemand bcs.ps.r.4xlarge img-ubuntu-vpc",
"disk_size":"300", "disk_size":"300",
"fastp_docker":"registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/fastp:0.19.6",
"fastp_docker":"registry.cn-shanghai.aliyuncs.com/shaolab2023_docker/fastp:0.19.6",
"fastp_cluster":"OnDemand bcs.b4.3xlarge img-ubuntu-vpc", "fastp_cluster":"OnDemand bcs.b4.3xlarge img-ubuntu-vpc",
"trim_front1":"0", "trim_front1":"0",
"trim_tail1":"0", "trim_tail1":"0",
"umi_loc":"umi_loc", "umi_loc":"umi_loc",
"qualified_quality_phred":"20", "qualified_quality_phred":"20",
"disable_quality_filtering":"1", "disable_quality_filtering":"1",
"STAR_INDEX_DIR":"oss://pgx-reference-data/reference/arriba_hg38_v37/STAR_index_hg38_GENCODE37/",
"ASSEMBLY_FA":"oss://pgx-result/chenqingwang/arriba/hg38.fa",
"ANNOTATION_GTF":"oss://pgx-result/chenqingwang/arriba/GENCODE37.gtf",
"arriba_docker":"registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/arriba:2.1.0",
"STAR_INDEX_DIR":"oss://database-shaolab/arriba_hg38_v37/STAR_index_hg38_GENCODE37/",
"ASSEMBLY_FA":"oss://database-shaolab/arriba/hg38.fa",
"ANNOTATION_GTF":"oss://database-shaolab/arriba/GENCODE37.gtf",
"arriba_docker":"registry.cn-shanghai.aliyuncs.com/shaolab2023_docker/arriba:2.1.0",
"arriba_cluster":"OnDemand bcs.ps.g.8xlarge img-ubuntu-vpc" "arriba_cluster":"OnDemand bcs.ps.g.8xlarge img-ubuntu-vpc"
} }

正在加载...
取消
保存