Przeglądaj źródła

revise-cufflinks

master
stead99 5 lat temu
rodzic
commit
fdde101138
2 zmienionych plików z 2 dodań i 4 usunięć
  1. +1
    -3
      tasks/cufflinks.wdl
  2. +1
    -1
      workflow.wdl

+ 1
- 3
tasks/cufflinks.wdl Wyświetl plik

task cufflinks { task cufflinks {
File gtf File gtf
File bam File bam
File genome_directory
String idx_prefix
String baseout String baseout
String docker String docker
String cluster String cluster


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


runtime { runtime {
docker: docker docker: docker

+ 1
- 1
workflow.wdl Wyświetl plik

} }


call cufflinks.cufflinks as cufflinks { call cufflinks.cufflinks as cufflinks {
input: gtf = gtf, bam = tophat2.accepted_hits, genome_directory=genome_directory, idx_prefix=idx_prefix, baseout=baseout
input: gtf = gtf, bam = tophat2.accepted_hits, baseout=baseout
} }
} }



Ładowanie…
Anuluj
Zapisz