@@ -1,6 +1,6 @@ | |||
{ | |||
"starfusion_database_dir":"oss://pgx-reference-data/reference/starfusion/ctat_genome_lib_build_dir", | |||
"starfusion_docker":"registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/trinityctat/starfusion:1.10.0", | |||
"starfusion_docker":"registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/fusioncatcher:v1.33", | |||
"starfusion_cluster":"OnDemand bcs.a2.large img-ubuntu-vpc", | |||
"disk_size":"200" | |||
} |
@@ -1,5 +1,5 @@ | |||
import "./tasks/starfusion.wdl" as starfusion | |||
workflow {{project_name}} { | |||
workflow {{ project_name }} { | |||
String sample_id | |||
File fastq1 | |||
File fastq2 |