@@ -45,7 +45,6 @@ workflow {{ project_name }} { | |||
String gtf_dir = "oss://pgx-reference-data/reference/subread/" | |||
String subread_docker | |||
String subread_cluster | |||
Int cpu_num = 4 | |||
Int strand_information = 0 | |||
call fastp.fastp as fastp { | |||
@@ -108,7 +107,6 @@ workflow {{ project_name }} { | |||
gtf_dir = gtf_dir, | |||
docker = subread_docker, | |||
cluster = subread_cluster, | |||
cpu_num = cpu_num, | |||
strand_information = strand_information | |||
} | |||
} |