Browse Source

更新 'workflow.wdl'

master
chenqingwang 3 years ago
parent
commit
af9491163b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      workflow.wdl

+ 2
- 2
workflow.wdl View File

@@ -1,4 +1,4 @@
import "./tasks/spladder-single.wdl" as spladder-single
import "./tasks/spladder_single.wdl" as spladder-single

workflow {{ project_name }} {
String sample_id
@@ -11,7 +11,7 @@ workflow {{ project_name }} {
String spladder_cluster
String disk_size

call spladder-single.spladder-single as spladder-single {
call spladder_single.spladder_single as spladder_single {
input:
reference_gtf_file=reference_gtf_file,
sample_id=sample_id,

Loading…
Cancel
Save