Explorar el Código

revise-cufflinks

master
stead99 hace 5 años
padre
commit
da0d3bb285
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      tasks/cufflinks.wdl
  2. +1
    -1
      workflow.wdl

+ 1
- 1
tasks/cufflinks.wdl Ver fichero

@@ -5,7 +5,7 @@ task cufflinks {
String cluster

command {
cufflinks -p 8 -o ${baseout} ${bam}
cufflinks -p 8 -o ${baseout} ${bam}
}

runtime {

+ 1
- 1
workflow.wdl Ver fichero

@@ -23,7 +23,7 @@ workflow {{ project_name }} {
call tophat2.tophat2 as tophat2 {
input: baseout=baseout, read1=read1, read2=read2, gtf=gtf, genome_directory=genome_directory, idx_prefix=idx_prefix
}
call cufflinks.cufflinks as cufflinks {
input: baseout=baseout, bam=tophat2.accepted_hits
}

Cargando…
Cancelar
Guardar