Explorar el Código

更新 'workflow.wdl'

tags/v0.1.0
lizhihui hace 4 años
padre
commit
588d492201
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      workflow.wdl

+ 3
- 1
workflow.wdl Ver fichero

@@ -67,6 +67,7 @@ workflow {{ project_name }} {
Int insert_size
Int minimum_length_allowed_for_the_predicted_transcripts
Int Junctions_no_spliced_reads
Int count_length
Float minimum_isoform_abundance
Float maximum_fraction_of_muliplelocationmapped_reads
String ballgown_docker
@@ -197,6 +198,7 @@ workflow {{ project_name }} {
docker = count_docker,
cluster = count_cluster,
ballgown = stringtie.ballgown,
disk_size = disk_size
disk_size = disk_size,
count_length = count_length
}
}

Cargando…
Cancelar
Guardar