Selaa lähdekoodia

更新 'workflow.wdl'

master
chenqingwang 4 vuotta sitten
vanhempi
commit
8eba2a8c4e
1 muutettua tiedostoa jossa 1 lisäystä ja 3 poistoa
  1. +1
    -3
      workflow.wdl

+ 1
- 3
workflow.wdl Näytä tiedosto

@@ -45,7 +45,6 @@ workflow {{ project_name }} {
String gtf_dir = "oss://pgx-reference-data/reference/subread/"
String subread_docker
String subread_cluster
Int strand_information = 0

call fastp.fastp as fastp {
input:
@@ -106,7 +105,6 @@ workflow {{ project_name }} {
lnc_gtf_file = lnc_gtf_file,
gtf_dir = gtf_dir,
docker = subread_docker,
cluster = subread_cluster,
strand_information = strand_information
cluster = subread_cluster
}
}

Loading…
Peruuta
Tallenna