Quellcode durchsuchen

revise fastp

tags/v0.1.0
stead99 vor 4 Jahren
Ursprung
Commit
b09971694e
3 geänderte Dateien mit 2 neuen und 3 gelöschten Zeilen
  1. +1
    -1
      tasks/ballgown.wdl
  2. +1
    -1
      tasks/fastp.wdl
  3. +0
    -1
      workflow.wdl

+ 1
- 1
tasks/ballgown.wdl Datei anzeigen

@@ -1,10 +1,10 @@
task ballgown {
File gene_abundance
String base=basename(gene_abundance, ".gene.abundance.txt")
Array[File] ballgown
String docker
String cluster
String disk_size
Array[File] ballgown

command <<<
mkdir -p /cromwell_root/tmp/${base}

+ 1
- 1
tasks/fastp.wdl Datei anzeigen

@@ -1,7 +1,7 @@
task fastp {
String sample_id
File read1
File read2
String sample_id
String adapter_sequence
String adapter_sequence_r2
String docker

+ 0
- 1
workflow.wdl Datei anzeigen

@@ -2,7 +2,6 @@ import "./tasks/fastqc.wdl" as fastqc
import "./tasks/fastqscreen.wdl" as fastqscreen
import "./tasks/fastp.wdl" as fastp
import "./tasks/qualimap.wdl" as qualimap
import "./tasks/hisat2_fp.wdl" as hisat2_fp
import "./tasks/hisat2.wdl" as hisat2
import "./tasks/samtools.wdl" as samtools
import "./tasks/stringtie.wdl" as stringtie

Laden…
Abbrechen
Speichern